Bootstrap for Python 3.13
This commit is contained in:
parent
3aedd5cc92
commit
a843455610
1 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
@ -58,11 +58,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_with bootstrap
|
||||
%bcond_without bootstrap
|
||||
|
||||
# Whether to use RPM build wheels from the python-{pip,setuptools,wheel}-wheel packages
|
||||
# Uses upstream bundled prebuilt wheels otherwise
|
||||
%bcond_without rpmwheels
|
||||
%bcond_with rpmwheels
|
||||
# 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.
|
||||
|
|
@ -125,10 +125,10 @@ Provides: bundled(python3dist(packaging)) = 24
|
|||
}
|
||||
|
||||
# Expensive optimizations (mainly, profile-guided optimizations)
|
||||
%bcond_without optimizations
|
||||
%bcond_with optimizations
|
||||
|
||||
# Run the test suite in %%check
|
||||
%bcond_without tests
|
||||
%bcond_with tests
|
||||
|
||||
# Extra build for debugging the interpreter or C-API extensions
|
||||
# (the -debug subpackages)
|
||||
|
|
@ -1684,6 +1684,9 @@ CheckPython freethreading
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Thu Jun 06 2024 Python Maint <python-maint@redhat.com> - 3.13.0~b2-2
|
||||
- Bootstrap for Python 3.13
|
||||
|
||||
* Wed Jun 05 2024 Miro Hrončok <mhroncok@redhat.com> - 3.13.0~b2-1
|
||||
- Update to Python 3.13.0b2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue