Name: | python3-devel |
---|---|
Version: | 3.6.8 |
Release: | 31.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 0 |
License: | Python |
RPM: | python3-devel-3.6.8-31.0.1.el8.x86_64.rpm |
Source RPM: | python3-3.6.8-31.0.1.el8.src.rpm |
Build Date: | Fri Nov 06 2020 |
Build Host: | jenkins-172-17-0-2-237b4ab7-979d-4697-aa25-2443d561c392.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Libraries and header files needed for Python development |
Description: | This package contains the header files and configuration needed to compile Python extension modules (typically written in C or C++), to embed Python into other programs, and to make binary distributions for Python libraries. It also contains the necessary macros to build RPM packages with Python modules and 2to3 tool, an automatic source converter from Python 2.X. It also makes the "python3" and "python3-config" commands available for compatibility with some build systems. When building packages, prefer requiring platform-python-devel and using the %{__python3} macro instead, if possible. |
- Add Oracle Linux distribution in platform.py [Orabug: 20812544]
- Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) Resolves: rhbz#1856481 - Resolve hash collisions for Pv4Interface and IPv6Interface (CVE-2020-14422) Resolves: rhbz#1854926
- Remove downstream 00178-dont-duplicate-flags-in-sysconfig.patch which introduced a bug on distutils.sysconfig.get_config_var('LIBPL') (rhbz#1851090).
- Fix python3-config --configdir (rhbz#1772992).
- Security fix for CVE-2020-8492 Resolves: rhbz#1810618
- Add a sentinel value on the Hmac_members table of the fips compliant hmac module Resolves: rhbz#1800512
- Skip test_startup_imports from test_site if we have a .pth file in sys.path Resolves: rhbz#1814392
- Security fix for CVE-2019-16935 Resolves: rhbz#1798001
- Build Python with -fno-semantic-interposition for better performance - https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup - Also fix test_gdb failures with Link Time Optimizations Resolves: rhbz#1724996
- Modify the test suite to better handle disabled SSL/TLS versions and FIPS mode - Use OpenSSL's DRBG and disable os.getrandom() function in FIPS mode Resolves: rhbz#1754028, rhbz#1754027, rhbz#1754026, rhbz#1774471