Name: | python3 |
---|---|
Version: | 3.12.9 |
Release: | 1.0.1.el10 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 32129 |
License: | Python-2.0.1 |
RPM: | python3-3.12.9-1.0.1.el10.x86_64.rpm |
Source RPM: | python3.12-3.12.9-1.0.1.el10.src.rpm |
Build Date: | Mon Jun 02 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Python 3.12 interpreter |
Description: | Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3 package provides the "python3" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3-libs package, which should be installed automatically along with python3. The remaining parts of the Python standard library are broken out into the python3-tkinter and python3-test packages, which may need to be installed separately. Documentation for Python is provided in the python3-docs package. Packages containing additional libraries for Python are generally named with the "python3-" prefix. |
- Remove upstream URL reference
- Update to 3.12.9 - Security fix for CVE-2025-0938 Resolves: RHEL-77264
- Update to 3.12.8 - Security fix for CVE-2024-9287 and CVE-2024-12254 Resolves: RHEL-64877, RHEL-70450
- Bump release for October 2024 mass rebuild: Resolves: RHEL-64018
- Update to 3.12.6 Resolves: RHEL-57397
- Security fix for CVE-2024-8088 Resolves: RHEL-55923
- Update to 3.12.5 - Security fix for CVE-2024-6923 Resolves: RHEL-53036
- Build Python with -O3 - https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3
- Fix issues uncovered by static analysis Resolves: RHEL-45021
- Require expat >= 2.6 to prevent errors when creating venvs with older expat