Version 3.9 of the Python interpreter
Go to file
Miro Hrončok 49157f095c CI: Install EPEL packages first
For unknown reason, packages from required_packages were installed in seemingly arbitrary order.

This lead to errors like:

    No match for argument: tox

As tox was trying to be installed before epel.

Or:

    Problem: conflicting requests
      - nothing provides epel-release = 9-10.el9 needed by epel-next-release-9-10.el9.noarch from @commandline

As epel-next-release was trying to be installed before epel.

Let's prefix everything with epel installation. One by one, in the required order.

Related: RHEL-167919, RHEL-168161
2026-04-22 12:05:02 +02:00
tests CI: Install EPEL packages first 2026-04-22 12:05:02 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
00001-rpath.patch Update to 3.9.8 2021-11-08 13:58:30 +01:00
00111-no-static-lib.patch Update to 3.9.8 2021-11-08 13:58:30 +01:00
00189-use-rpm-wheels.patch Update to Python 3.9.24 2025-11-21 15:46:49 +01:00
00251-change-user-install-location.patch Sync patch 251 with Python 3.10+ on Fedora < 36 2022-01-14 12:42:43 +01:00
00328-pyc-timestamp-invalidation-mode.patch RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
00329-fips.patch Enable importing of hash-based .pyc files under FIPS mode 2024-06-11 23:07:26 +02:00
00353-architecture-names-upstream-downstream.patch Update to 3.9.6 2021-06-29 16:24:40 +02:00
00397-tarfile-filter.patch Update to Python 3.9.25 2025-11-21 15:46:49 +01:00
00415-cve-2023-27043-gh-102988-reject-malformed-addresses-in-email-parseaddr-111116.patch Update to 3.9.20 2024-09-19 02:28:08 +02:00
00422-fix-tests-for-xmlpullparser-with-expat-2-6-0.patch Update to 3.9.19 2024-05-10 01:05:58 +02:00
00471-cve-2025-12084.patch Security fix for CVE-2025-12084 2026-01-15 14:52:52 +01:00
00473-cve-2026-0865.patch Security fixes for CVE-2026-0865, CVE-2025-15366, CVE-2025-15367 and CVE-2026-1299 2026-02-26 15:08:41 +01:00
00474-cve-2025-15366.patch Security fixes for CVE-2026-0865, CVE-2025-15366, CVE-2025-15367 and CVE-2026-1299 2026-02-26 15:08:41 +01:00
00475-cve-2025-15367.patch Security fixes for CVE-2026-0865, CVE-2025-15366, CVE-2025-15367 and CVE-2026-1299 2026-02-26 15:08:41 +01:00
00476-cve-2026-1299.patch Security fixes for CVE-2026-0865, CVE-2025-15366, CVE-2025-15367 and CVE-2026-1299 2026-02-26 15:08:41 +01:00
00478-cve-2026-4519.patch Security fix for CVE-2026-4519 2026-03-26 12:08:45 +01:00
00480-cve-2026-4786.patch Security fixes for CVE-2026-4786 and CVE-2026-6100 2026-04-17 05:04:09 +02:00
00482-cve-2026-6100.patch Security fixes for CVE-2026-4786 and CVE-2026-6100 2026-04-17 05:04:09 +02:00
check-pyc-timestamps.py RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
gating.yaml Gate on STI tests 2021-07-15 14:41:00 +00:00
idle3.appdata.xml RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
idle3.desktop RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
pubkeys.txt RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
python3.9.rpmlintrc RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
python3.9.spec Security fixes for CVE-2026-4786 and CVE-2026-6100 2026-04-17 05:04:09 +02:00
rpminspect.yaml rpminspect: Ignore the debuginfo check for libpython 2023-07-11 17:41:17 +02:00
sources Update to Python 3.9.25 2025-11-21 15:46:49 +01:00