Update to Python 3.13.0b2
This commit is contained in:
parent
1c24374362
commit
7b82077f49
4 changed files with 8 additions and 72 deletions
|
|
@ -14,7 +14,7 @@ URL: https://www.python.org/
|
|||
# WARNING When rebasing to a new Python version,
|
||||
# remember to update the python3-docs package as well
|
||||
%global general_version %{pybasever}.0
|
||||
%global prerel b1
|
||||
%global prerel b2
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
|
|
@ -378,15 +378,6 @@ Source11: idle3.appdata.xml
|
|||
# pypa/distutils integration: https://github.com/pypa/distutils/pull/70
|
||||
Patch251: 00251-change-user-install-location.patch
|
||||
|
||||
# 00428 # 8c674ea0d9368e1b239bc9c7ee6044d925e252a4
|
||||
# gh-118846: Fix PGO tests in free-threaded build
|
||||
#
|
||||
# Avoid immortalizing objects in tests that verify garbage collection of
|
||||
# classes or modules.
|
||||
#
|
||||
# This fixes test_ordered_dict and test_struct.
|
||||
Patch428: 00428-gh-118846-fix-pgo-tests-in-free-threaded-build.patch
|
||||
|
||||
# (New patches go here ^^^)
|
||||
#
|
||||
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
||||
|
|
@ -1695,6 +1686,9 @@ CheckPython freethreading
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Wed Jun 05 2024 Miro Hrončok <mhroncok@redhat.com> - 3.13.0~b2-1
|
||||
- Update to Python 3.13.0b2
|
||||
|
||||
* Thu May 09 2024 Karolina Surma <ksurma@redhat.com> - 3.13.0~b1-1
|
||||
- Update to Python 3.13.0b1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue