Update to 3.9.23
This commit is contained in:
parent
38f74ff6f9
commit
ce0a8a4ce5
6 changed files with 14 additions and 13 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
From: David Malcolm <dmalcolm@redhat.com>
|
From: David Malcolm <dmalcolm@redhat.com>
|
||||||
Date: Wed, 13 Jan 2010 21:25:18 +0000
|
Date: Wed, 13 Jan 2010 21:25:18 +0000
|
||||||
Subject: =?UTF-8?q?00001:=20Fixup=20distutils/unixccompiler.py=20to=20remo?=
|
Subject: 00001: Fixup distutils/unixccompiler.py to remove standard library
|
||||||
=?UTF-8?q?ve=20standard=20library=20path=20from=20rpath=0AWas=20Patch0=20?=
|
path from rpath Was Patch0 in ivazquez' python3000 specfile
|
||||||
=?UTF-8?q?in=20ivazquez'=20python3000=20specfile?=
|
|
||||||
|
|
||||||
---
|
---
|
||||||
Lib/distutils/unixccompiler.py | 9 +++++++++
|
Lib/distutils/unixccompiler.py | 9 +++++++++
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ index 07065c3cb7..77d7ec5a65 100644
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
import sys
|
import sys
|
||||||
@@ -6,13 +8,29 @@
|
@@ -6,13 +8,29 @@ import tempfile
|
||||||
import subprocess
|
import subprocess
|
||||||
from importlib import resources
|
from importlib import resources
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ index aaa300efa9..18f01f10d4 100644
|
||||||
|
|
||||||
def initialize_options(self):
|
def initialize_options(self):
|
||||||
"""Initializes options."""
|
"""Initializes options."""
|
||||||
@@ -419,8 +422,10 @@ def finalize_unix(self):
|
@@ -419,8 +422,10 @@ class install(Command):
|
||||||
raise DistutilsOptionError(
|
raise DistutilsOptionError(
|
||||||
"must not supply exec-prefix without prefix")
|
"must not supply exec-prefix without prefix")
|
||||||
|
|
||||||
|
|
@ -84,7 +84,7 @@ diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py
|
||||||
index e3f79bfde5..e124104876 100644
|
index e3f79bfde5..e124104876 100644
|
||||||
--- a/Lib/sysconfig.py
|
--- a/Lib/sysconfig.py
|
||||||
+++ b/Lib/sysconfig.py
|
+++ b/Lib/sysconfig.py
|
||||||
@@ -86,6 +86,23 @@
|
@@ -86,6 +86,23 @@ _INSTALL_SCHEMES = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py
|
||||||
index af480b9014..a57085b75d 100644
|
index af480b9014..a57085b75d 100644
|
||||||
--- a/Lib/test/test_threading.py
|
--- a/Lib/test/test_threading.py
|
||||||
+++ b/Lib/test/test_threading.py
|
+++ b/Lib/test/test_threading.py
|
||||||
@@ -814,39 +814,6 @@ def noop(): pass
|
@@ -814,39 +814,6 @@ class ThreadTests(BaseTestCase):
|
||||||
threading.Thread(target=noop).start()
|
threading.Thread(target=noop).start()
|
||||||
# Thread.join() is not called
|
# Thread.join() is not called
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,11 @@ URL: https://www.python.org/
|
||||||
|
|
||||||
# WARNING When rebasing to a new Python version,
|
# WARNING When rebasing to a new Python version,
|
||||||
# remember to update the python3-docs package as well
|
# remember to update the python3-docs package as well
|
||||||
%global general_version %{pybasever}.22
|
%global general_version %{pybasever}.23
|
||||||
#global prerel ...
|
#global prerel ...
|
||||||
%global upstream_version %{general_version}%{?prerel}
|
%global upstream_version %{general_version}%{?prerel}
|
||||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -302,8 +302,7 @@ Source11: idle3.appdata.xml
|
||||||
# (Patches taken from github.com/fedora-python/cpython)
|
# (Patches taken from github.com/fedora-python/cpython)
|
||||||
|
|
||||||
# 00001 # d06a8853cf4bae9e115f45e1d531d2dc152c5cc8
|
# 00001 # d06a8853cf4bae9e115f45e1d531d2dc152c5cc8
|
||||||
# Fixup distutils/unixccompiler.py to remove standard library path from rpath
|
# Fixup distutils/unixccompiler.py to remove standard library path from rpath Was Patch0 in ivazquez' python3000 specfile
|
||||||
# Was Patch0 in ivazquez' python3000 specfile
|
|
||||||
Patch1: 00001-rpath.patch
|
Patch1: 00001-rpath.patch
|
||||||
|
|
||||||
# 00111 # 93b40d73360053ca68b0aeec33b6a8ca167e33e2
|
# 00111 # 93b40d73360053ca68b0aeec33b6a8ca167e33e2
|
||||||
|
|
@ -1855,6 +1854,9 @@ CheckPython optimized
|
||||||
# ======================================================
|
# ======================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 04 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.23-1
|
||||||
|
- Update to 3.9.23
|
||||||
|
|
||||||
* Wed Apr 23 2025 Miro Hrončok <mhroncok@redhat.com> - 3.9.22-2
|
* Wed Apr 23 2025 Miro Hrončok <mhroncok@redhat.com> - 3.9.22-2
|
||||||
- Add RPM Provides for python3.9-libs, python3.9-devel, python3.9-idle, python3.9-tkinter, python3.9-test
|
- Add RPM Provides for python3.9-libs, python3.9-devel, python3.9-idle, python3.9-tkinter, python3.9-test
|
||||||
|
|
||||||
|
|
|
||||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
||||||
SHA512 (Python-3.9.22.tar.xz) = c5a76c579455626bf40bb41ee99cab6e444aa5d5085dab7cf622c70ded750e31710c2c30f032917f0d4069350c01a889ed9831d77fcc2d52fcec54055dd07496
|
SHA512 (Python-3.9.23.tar.xz) = ad2eb2eebff286a16ad631339bc0890b0686cf5e669d28905a98f96e9b1af6673d255f36bf19e146aa4de8d012587dc6b3193e903718f9cdba4b97041318f418
|
||||||
SHA512 (Python-3.9.22.tar.xz.asc) = 9a04fcf7d7fc0521873d29efad3a80a9ff63df4fc4fe4108059246db6517b22d967f4d4e0eebb32c79417f66ee3b60fe00428be155fc1cbea163aa36c1a3ddee
|
SHA512 (Python-3.9.23.tar.xz.asc) = 10187b0df66743308548780f82872d032530f8233f539cf66a2cfbdef1095b760f81f2fcc1759f003cc6f20752be91bdef71e4d821e76a75c0c85df112335698
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue