From b06a2a26f3467277c8878fdb275564ed2693eabc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 10:51:01 +0200 Subject: [PATCH] Bootstrap for Python 3.14 --- python3.14.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python3.14.spec b/python3.14.spec index 44cea3f..dffb1c3 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel b2 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} License: Python-2.0.1 @@ -47,11 +47,11 @@ License: Python-2.0.1 # IMPORTANT: When bootstrapping, it's very likely python-pip-wheel is # not available. Turn off the rpmwheels bcond until # python-pip is built with a wheel to get around the issue. -%bcond bootstrap 0 +%bcond bootstrap 1 # Whether to use RPM build wheels from the python-{pip,setuptools,wheel}-wheel packages # Uses upstream bundled prebuilt wheels otherwise -%bcond rpmwheels 1 +%bcond rpmwheels 0 # If the rpmwheels condition is disabled, we use the bundled wheel packages # from Python with the versions below. # This needs to be manually updated when we update Python. @@ -107,10 +107,10 @@ Provides: bundled(python3dist(zipp)) = 3.19.2 } # Expensive optimizations (mainly, profile-guided optimizations) -%bcond optimizations 1 +%bcond optimizations 0 # Run the test suite in %%check -%bcond tests 1 +%bcond tests 0 # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages) @@ -1722,6 +1722,9 @@ CheckPython freethreading # ====================================================== %changelog +* Mon Jun 02 2025 Python Maint - 3.14.0~b2-2 +- Bootstrap for Python 3.14 + * Mon May 26 2025 Miro HronĨok - 3.14.0~b2-1 - Update to Python 3.14.0b2