Update to Python 3.14.0rc3
This commit is contained in:
parent
cfc37cd117
commit
0ca0aa8525
3 changed files with 8 additions and 4 deletions
|
|
@ -10,10 +10,10 @@ This can be removed when Fedora 41 goes EOL (or updates setuptools).
|
|||
1 file changed, 8 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py
|
||||
index 001ecec4dc..f3338439b7 100644
|
||||
index a719e49ef3..209f77d52d 100644
|
||||
--- a/Lib/test/support/__init__.py
|
||||
+++ b/Lib/test/support/__init__.py
|
||||
@@ -2495,9 +2495,16 @@ def run_command(cmd):
|
||||
@@ -2502,9 +2502,16 @@ def run_command(cmd):
|
||||
else:
|
||||
python = os.path.join(venv, 'bin', python_exe)
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,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 rc2
|
||||
%global prerel rc3
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
|
|
@ -1735,6 +1735,10 @@ CheckPython freethreading
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Thu Sep 18 2025 Karolina Surma <ksurma@redhat.com> - 3.14.0~rc3-1
|
||||
- Update to Python 3.14.0rc3
|
||||
- The .pyc magic number was bumped again
|
||||
|
||||
* Thu Aug 14 2025 Miro Hrončok <mhroncok@redhat.com> - 3.14.0~rc2-1
|
||||
- Update to Python 3.14.0rc2
|
||||
- The .pyc magic number was bumped
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Python-3.14.0rc2.tar.xz) = 8021dc8e23239fd9e53fafd1fcaa1108da41ef376ee5b5e9c8dfd74995537131990239cd83de45b8bd5fb52b44c4dc08df1c837f69ce82c5b2d99ddf3ea5ef77
|
||||
SHA512 (Python-3.14.0rc3.tar.xz) = 15c55660fc0168bd0f2348fa6d669352b422a626b151b7a7131eb338459e552a15908874ad872eea0eea48801d5a489647e1643bf00548fd6d9c1aff6fc2044f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue