@@ -45,11 +45,11 @@ URL: https://www.python.org/
4545
4646# WARNING When rebasing to a new Python version,
4747# remember to update the python3-docs package as well
48- %global general_version %{pybasever }.0
48+ %global general_version %{pybasever }.1
4949#global prerel ...
5050%global upstream_version %{general_version }%{?prerel }
5151Version: %{general_version }%{?prerel:~%{prerel }}
52- Release: 2 %{?dist }
52+ Release: 1 %{?dist }
5353License: Python-2.0 .1
5454
5555
@@ -112,30 +112,30 @@ License: Python-2.0.1
112112# This needs to be manually updated when we update Python.
113113# Explore the sources tarball (you need the version before %%prep is executed):
114114# $ tar -tf Python-%%{upstream_version}.tar.xz | grep whl
115- %global pip_version 25.2
115+ %global pip_version 25.3
116116%global setuptools_version 79.0.1
117117# All of those also include a list of indirect bundled libs:
118118# pip
119119# $ %%{_rpmconfigdir}/pythonbundles.py <(unzip -p Lib/ensurepip/_bundled/pip-*.whl pip/_vendor/vendor.txt)
120120%global pip_bundled_provides %{expand:
121121Provides: bundled(python3dist(cachecontrol)) = 0.14.3
122- Provides: bundled(python3dist(certifi)) = 2025.7.14
122+ Provides: bundled(python3dist(certifi)) = 2025.10.5
123123Provides: bundled(python3dist(dependency-groups)) = 1.3.1
124124Provides: bundled(python3dist(distlib)) = 0.4
125125Provides: bundled(python3dist(distro)) = 1.9
126126Provides: bundled(python3dist(idna)) = 3.10
127- Provides: bundled(python3dist(msgpack)) = 1.1.1
127+ Provides: bundled(python3dist(msgpack)) = 1.1.2
128128Provides: bundled(python3dist(packaging)) = 25
129- Provides: bundled(python3dist(platformdirs)) = 4.3.8
129+ Provides: bundled(python3dist(platformdirs)) = 4.5
130130Provides: bundled(python3dist(pygments)) = 2.19.2
131131Provides: bundled(python3dist(pyproject-hooks)) = 1.2
132- Provides: bundled(python3dist(requests)) = 2.32.4
133- Provides: bundled(python3dist(resolvelib)) = 1.2
134- Provides: bundled(python3dist(rich)) = 14.1
132+ Provides: bundled(python3dist(requests)) = 2.32.5
133+ Provides: bundled(python3dist(resolvelib)) = 1.2.1
134+ Provides: bundled(python3dist(rich)) = 14.2
135135Provides: bundled(python3dist(setuptools)) = 70.3
136- Provides: bundled(python3dist(tomli)) = 2.2.1
136+ Provides: bundled(python3dist(tomli)) = 2.3
137137Provides: bundled(python3dist(tomli-w)) = 1.2
138- Provides: bundled(python3dist(truststore)) = 0.10.1
138+ Provides: bundled(python3dist(truststore)) = 0.10.4
139139Provides: bundled(python3dist(urllib3)) = 1.26.20
140140}
141141# setuptools
@@ -387,12 +387,6 @@ Source34: Python-%{upstream_version}-x86_64-optimized-jit_stencils.h
387387# pypa/distutils integration: https://github.com/pypa/distutils/pull/70
388388Patch251: 00251-change-user-install-location.patch
389389
390- # 00461 # 920175020b21c0aff5edcc4c28d688b5061f591c
391- # Downstream only: Install wheel in test venvs when setuptools < 71
392- #
393- # This can be removed when Fedora 41 goes EOL (or updates setuptools).
394- Patch461: 00461-downstream-only-install-wheel-in-test-venvs-when-setuptools-71.patch
395-
396390# 00464 # 292acffec7a379cb6d1f3c47b9e5a2f170bbadb6
397391# Enable PAC and BTI protections for aarch64
398392#
@@ -1475,6 +1469,8 @@ CheckPython() {
14751469 # see: https://github.com/python/cpython/issues/121719
14761470 # test_interrupt and test_interrupt_no_handler
14771471 # reported in https://github.com/python/cpython/issues/133651
1472+ # test_margin_is_sufficient
1473+ # reported in https://github.com/python/cpython/issues/140222
14781474 LD_LIBRARY_PATH= $ConfDir $ConfDir/python -m test.regrtest \
14791475 -wW --slowest %{_smp_mflags } \
14801476 %ifarch riscv64
@@ -1486,6 +1482,7 @@ CheckPython() {
14861482 -i test_check_probes \
14871483 -i test_interrupt \
14881484 -i test_interrupt_no_handler \
1485+ -i test_margin_is_sufficient \
14891486 %ifarch %{mips64 }
14901487 -x test_ctypes \
14911488 %endif
@@ -1982,6 +1979,9 @@ CheckPython freethreading
19821979# ======================================================
19831980
19841981%changelog
1982+ * Wed Dec 03 2025 Karolina Surma <ksurma@redhat.com> - 3.14.1-1
1983+ - Update to Python 3.14.1
1984+
19851985* Fri Oct 17 2025 Karolina Surma <ksurma@redhat.com> - 3.14.0-2
19861986- Split -freethreading package into analogs of the main Python
19871987
0 commit comments