| Name: | python39-pycurl |
|---|---|
| Version: | 7.43.0.2 |
| Release: | 4.2.el8 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 600527 |
| License: | LGPLv2+ or MIT |
| RPM: | python39-pycurl-7.43.0.2-4.2.el8.x86_64.rpm |
| Source RPM: | python-pycurl-7.43.0.2-4.2.el8.src.rpm |
| Build Date: | Fri Apr 21 2023 |
| Build Host: | ovs-x86-ol8-builder-01.webad1phx.solarisx86phx.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | http://pycurl.sourceforge.net/ |
| Summary: | Python interface to libcurl for Python 3.9 |
| Description: | PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features. Python 3 version. |
- Replace Python 3.8 with 3.9 on EL8 to support within ansible-core-2.13
- Add Python 3.8 subpackage to be usable in ansible-core-2.12 - Skip tests
- fix populating list of decoded strings (#1792213) - fix programming mistakes detected by static analyzers (#1666003)
- drop build-time (%check-only) dependency on pyflakes (#1661168)
- relax crypto policy for the test-suite to make it pass again (#1611739)
- update to 7.43.0.2
- make the python2 and python3 subpackages optional
- fix build failure caused by NotImplemented exceptions in winbuild.py
- enable vsftpd-based tests - run the test-suite for Python 3 only - do not disable TLS-SRP test because it is now supported by OpenSSL in Fedora
- add explicit BR for the gcc compiler