Name: | python3.12-devel |
---|---|
Version: | 3.12.6 |
Release: | 1.el8_10 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1299984 |
License: | Python-2.0.1 |
RPM: | python3.12-devel-3.12.6-1.el8_10.aarch64.rpm |
Source RPM: | python3.12-3.12.6-1.el8_10.src.rpm |
Build Date: | Tue Nov 05 2024 |
Build Host: | build-ol8-aarch64.oracle.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. |
- Update to 3.12.6 Resolves: RHEL-57405
- Security fix for CVE-2024-8088 Resolves: RHEL-55939
- Update to 3.12.5 - Security fix for CVE-2024-6923 Resolves: RHEL-53075
- Properly propagate the optimization flags to C extensions
- Build Python with -O3 - https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3
- Update to 3.12.4 Resolves: RHEL-44074
- Enable importing of hash-based .pyc files under FIPS mode Resolves: RHEL-40776
- Update to 3.12.3 Related: RHEL-33685
- Move all test modules to the python3-test package, namely: - __phello__ - _xxsubinterpreters - xxlimited - xxlimited_35 - xxsubtype
- Fix tests for XMLPullParser with Expat with fixed CVE