Information for build python3.9-3.9.25-13.fc45

ID124044
Package Namepython3.9
Version3.9.25
Release13.fc45
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python3.9.git#f63f51255ddd07ceefcf76a012d6a40d3fafd2f6
SummaryVersion 3.9 of the Python interpreter
DescriptionPython 3.9 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.9 package provides the "python3.9" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3.9-libs package, which should be installed automatically along with python3.9. The remaining parts of the Python standard library are broken out into the python3.9-tkinter and python3.9-test packages, which may need to be installed separately. Documentation for Python is provided in the python3.9-docs package. Packages containing additional libraries for Python are generally named with the "python3.9-" prefix.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2026 14:38:01 UTC
CompletedThu, 13 Aug 2026 18:40:34 UTC
Taskbuild (f45, /rpms/python3.9.git:f63f51255ddd07ceefcf76a012d6a40d3fafd2f6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python3.9.git#f63f51255ddd07ceefcf76a012d6a40d3fafd2f6'}}
Tags
f45
f46
RPMs
src
python3.9-3.9.25-13.fc45.src.rpm (info) (download)
riscv64
python3.9-3.9.25-13.fc45.riscv64.rpm (info) (download)
python3.9-debug-3.9.25-13.fc45.riscv64.rpm (info) (download)
python3.9-devel-3.9.25-13.fc45.riscv64.rpm (info) (download)
python3.9-idle-3.9.25-13.fc45.riscv64.rpm (info) (download)
python3.9-libs-3.9.25-13.fc45.riscv64.rpm (info) (download)
python3.9-test-3.9.25-13.fc45.riscv64.rpm (info) (download)
python3.9-tkinter-3.9.25-13.fc45.riscv64.rpm (info) (download)
python3.9-debuginfo-3.9.25-13.fc45.riscv64.rpm (info) (download)
python3.9-debugsource-3.9.25-13.fc45.riscv64.rpm (info) (download)
Logs
riscv64
build.log
mock_config.log
hw_info.log
state.log
dnf5.log
mock_output.log
root.log
Changelog * Thu Jul 30 2026 Miro Hrončok <mhroncok@redhat.com> - 3.9.25-13 - Skip UDP Lite tests if it's not supported - Fixes FTBFS on Linux kernel 7.1 and newer * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.25-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Thu Jul 02 2026 Miro Hrončok <mhroncok@redhat.com> - 3.9.25-11 - Fix ssl.SSLError: [ASN1: NOT_ENOUGH_DATA] not enough data with OpenSSL 3.5.7+ * Wed Apr 29 2026 Lumír Balhar <lbalhar@redhat.com> - 3.9.25-10 - Switch to bundled wheels * Fri Apr 17 2026 Charalampos Stratakis <cstratak@redhat.com> - 3.9.25-9 - Security fixes for CVE-2026-4786 and CVE-2026-6100 Resolves: rhbz#2458019, rhbz#2458227 * Sat Apr 11 2026 Miro Hrončok <mhroncok@redhat.com> - 3.9.25-8 - Explicitly build with OpenSSL 3 * Thu Mar 26 2026 Lumír Balhar <lbalhar@redhat.com> - 3.9.25-7 - Security fix for CVE-2026-4519 (rhbz#2449735) * Tue Feb 10 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.25-6 - Security fix for CVE-2026-1299 * Mon Feb 09 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.25-5 - Security fixes for CVE-2026-0865, CVE-2025-15366 and CVE-2025-15367 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.25-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Jan 14 2026 Lumír Balhar <lbalhar@redhat.com> - 3.9.25-3 - Security fix for CVE-2025-12084 * Mon Nov 10 2025 Tomas Orsava <torsava@redhat.com> - 3.9.25-2 - Move _sysconfigdata_d_linux*.py to the debug subpackage * Mon Nov 03 2025 Karolina Surma <ksurma@redhat.com> - 3.9.25-1 - Update to Python 3.9.25 * Wed Oct 15 2025 Miro Hrončok <mhroncok@redhat.com> - 3.9.24-2 - On Fedora 44+, split this package into multiple subpackages - This mimics newer Python versions * Fri Oct 10 2025 Karolina Surma <ksurma@redhat.com> - 3.9.24-1 - Update to Python 3.9.24 * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Wed Jun 04 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.23-1 - Update to 3.9.23 * Wed Apr 23 2025 Miro Hrončok <mhroncok@redhat.com> - 3.9.22-2 - Add RPM Provides for python3.9-libs, python3.9-devel, python3.9-idle, python3.9-tkinter, python3.9-test * Wed Apr 09 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.22-1 - Update to 3.9.22 * Mon Mar 31 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.9.21-5 - Properly apply exported CFLAGS for dtrace/systemtap builds - Fixes: rhbz#2356304 * Mon Feb 10 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.9.21-4 - Security fix for CVE-2025-0938 - Fixes: rhbz#2343278 * Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 3.9.21-3 - Add explicit BR: libxcrypt-devel * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Dec 03 2024 Lumír Balhar <lbalhar@redhat.com> - 3.9.21-1 - Update to 3.9.21 - Fixes: rhbz#2321662 * Mon Sep 09 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.20-1 - Update to 3.9.20 * Fri Aug 23 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.9.19-6 - Security fix for CVE-2024-8088 - Fixes: rhbz#2307466 * Tue Aug 13 2024 Lumír Balhar <lbalhar@redhat.com> - 3.9.19-5 - Security fix for CVE-2024-4032 (rhbz#2293397) - Security fix for CVE-2024-6923 (rhbz#2303164)