Rebuilt for Python 3.14

This commit is contained in:
Python Maint 2025-06-02 17:45:07 +02:00 committed by Miro Hrončok
commit e3c3cbe96e

View file

@ -17,7 +17,7 @@ URL: https://www.python.org/
%global prerel b2
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 2%{?dist}
Release: 3%{?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 1
%bcond bootstrap 0
# Whether to use RPM build wheels from the python-{pip,setuptools,wheel}-wheel packages
# Uses upstream bundled prebuilt wheels otherwise
%bcond rpmwheels 0
%bcond rpmwheels 1
# 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 0
%bcond optimizations 1
# Run the test suite in %%check
%bcond tests 0
%bcond tests 1
# 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 <python-maint@redhat.com> - 3.14.0~b2-3
- Rebuilt for Python 3.14
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 3.14.0~b2-2
- Bootstrap for Python 3.14