Update to Python 3.13.0rc1
This commit is contained in:
parent
b25f06562b
commit
5ff1fff3e0
5 changed files with 9 additions and 3223 deletions
|
|
@ -14,10 +14,10 @@ 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 b4
|
||||
%global prerel rc1
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Python-2.0.1
|
||||
|
||||
|
||||
|
|
@ -397,16 +397,6 @@ Patch251: 00251-change-user-install-location.patch
|
|||
# Another process might have already moved jit_stencils.h.new
|
||||
Patch429: 00429-gh-118943-fix-another-race-condition-when-generating-jit_stencils-h.patch
|
||||
|
||||
# 00432 # 74b8ebb01dac2390dea7d76a8040ad54198c73c4
|
||||
# Account with abi_thread in test_sysconfig.test_user_similar
|
||||
#
|
||||
# From https://github.com/python/cpython/pull/122017
|
||||
Patch432: 00432-account-with-abi_thread-in-test_sysconfig-test_user_similar.patch
|
||||
|
||||
# 00433 # 1c8b255f8c5430714b6860058880529a95a6bae7
|
||||
# Preserve AST nodes for format specifiers with single elements
|
||||
Patch433: 00433-preserve-ast-nodes-for-format-specifiers-with-single-elements.patch
|
||||
|
||||
# (New patches go here ^^^)
|
||||
#
|
||||
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
||||
|
|
@ -1748,6 +1738,9 @@ CheckPython freethreading
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Thu Aug 01 2024 Karolina Surma <ksurma@redhat.com> - 3.13.0~rc1-1
|
||||
- Update to Python 3.13.0rc1
|
||||
|
||||
* Tue Jul 30 2024 Miro Hrončok <mhroncok@redhat.com> - 3.13.0~b4-3
|
||||
- Preserve AST nodes for f-string with single-element format specifiers
|
||||
- Fixes https://github.com/python/cpython/issues/122300
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue