Skip to content

Commit a70f9c2

Browse files
update to 5f2a5ac9dce719f589ba1d22272b184fb9af2676 (nightly)
1 parent f39a7b4 commit a70f9c2

16 files changed

+33
-39
lines changed

changelogs/nightly/focal

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.0-47-g5f2a5ac9dc-1+focal1) focal; urgency=medium
2+
3+
* Update to v3.13.0-47-g5f2a5ac9dc.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 09 Oct 2024 08:51:12 +0000
6+
17
python3.13 (3.13.0~rc3-15-g8c80a26078-1+focal1) focal; urgency=medium
28

39
* Update to v3.13.0rc3-15-g8c80a26078.

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.0-47-g5f2a5ac9dc-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.13.0-47-g5f2a5ac9dc.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 09 Oct 2024 08:51:13 +0000
6+
17
python3.13 (3.13.0~rc3-15-g8c80a26078-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.13.0rc3-15-g8c80a26078.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.0-47-g5f2a5ac9dc-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.13.0-47-g5f2a5ac9dc.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 09 Oct 2024 08:51:12 +0000
6+
17
python3.13 (3.13.0~rc3-15-g8c80a26078-1+noble1) noble; urgency=medium
28

39
* Update to v3.13.0rc3-15-g8c80a26078.

cpython

Submodule cpython updated 131 files

patches/allow-old-autoconf.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ this is only needed on ubuntu focal
88
1 file changed, 1 insertion(+), 1 deletion(-)
99

1010
diff --git a/configure.ac b/configure.ac
11-
index d1d4f79..8ade1a2 100644
11+
index 5518481..500abf8 100644
1212
--- a/configure.ac
1313
+++ b/configure.ac
1414
@@ -12,7 +12,7 @@ dnl

patches/argparse-no-shutil.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subject: argparse-no-shutil
77
1 file changed, 6 insertions(+), 3 deletions(-)
88

99
diff --git a/Lib/argparse.py b/Lib/argparse.py
10-
index 3ddfae9..df52c2c 100644
10+
index 6cc59f7..2084f06 100644
1111
--- a/Lib/argparse.py
1212
+++ b/Lib/argparse.py
1313
@@ -176,9 +176,12 @@ def __init__(self,

patches/destshared-location.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Forwarded: no
1212
1 file changed, 1 insertion(+), 1 deletion(-)
1313

1414
diff --git a/Makefile.pre.in b/Makefile.pre.in
15-
index 2ada53a..9833b4e 100644
15+
index 3092bb0..72f961f 100644
1616
--- a/Makefile.pre.in
1717
+++ b/Makefile.pre.in
1818
@@ -169,7 +169,7 @@ EXT_SUFFIX= @EXT_SUFFIX@

patches/disable-sem-check.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Subject: disable-sem-check
99
1 file changed, 22 insertions(+), 12 deletions(-)
1010

1111
diff --git a/configure.ac b/configure.ac
12-
index ef3e312..65d4fdf 100644
12+
index 879993e..4d3b1d5 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -5994,12 +5994,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e

patches/distutils-install-layout.diff

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ index f99de1f..b9a6d32 100755
2626
object.__name__ not in ('xml.etree', 'test.test_pydoc.pydoc_mod')):
2727
if docloc.startswith(("http://", "https://")):
2828
diff --git a/Lib/site.py b/Lib/site.py
29-
index 0a0dc47..fc375bd 100644
29+
index d31bc77..20c2cae 100644
3030
--- a/Lib/site.py
3131
+++ b/Lib/site.py
3232
@@ -7,12 +7,18 @@
@@ -200,7 +200,7 @@ index 2df17b9..f518c70 100644
200200
else:
201201
# other platforms
202202
diff --git a/Makefile.pre.in b/Makefile.pre.in
203-
index 5382292..ce756cb 100644
203+
index 1ac07b1..dc8b589 100644
204204
--- a/Makefile.pre.in
205205
+++ b/Makefile.pre.in
206206
@@ -159,7 +159,7 @@ WHEEL_PKG_DIR= @WHEEL_PKG_DIR@
@@ -229,7 +229,7 @@ index 1f1bfcb..411b6d7 100644
229229
VENV_LANDMARK = 'pyvenv.cfg'
230230
ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}{ABI_THREAD}.zip'
231231
diff --git a/configure b/configure
232-
index 7cdd386..f7afa1c 100755
232+
index e1bfd73..41936f9 100755
233233
--- a/configure
234234
+++ b/configure
235235
@@ -24604,11 +24604,11 @@ fi
@@ -268,7 +268,7 @@ index 7cdd386..f7afa1c 100755
268268

269269

270270
diff --git a/configure.ac b/configure.ac
271-
index 24e28a1..5d97509 100644
271+
index cfe9de0..66521f5 100644
272272
--- a/configure.ac
273273
+++ b/configure.ac
274274
@@ -6190,11 +6190,11 @@ fi

patches/lib-argparse.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subject: lib-argparse
77
1 file changed, 10 insertions(+), 1 deletion(-)
88

99
diff --git a/Lib/argparse.py b/Lib/argparse.py
10-
index b0f9656..3ddfae9 100644
10+
index 71d0c8f..6cc59f7 100644
1111
--- a/Lib/argparse.py
1212
+++ b/Lib/argparse.py
1313
@@ -89,7 +89,16 @@

patches/link-opt.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Subject: link-opt
99
1 file changed, 3 insertions(+), 3 deletions(-)
1010

1111
diff --git a/configure.ac b/configure.ac
12-
index 5d97509..ef3e312 100644
12+
index 66521f5..879993e 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -3471,8 +3471,8 @@ then

patches/multiarch.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ index 9842fd0..8d95ec3 100644
2525
srcdir = _CONFIG_VARS.get('srcdir', _PROJECT_BASE)
2626
if os.name == 'posix':
2727
diff --git a/Makefile.pre.in b/Makefile.pre.in
28-
index ce756cb..f7ee36a 100644
28+
index dc8b589..eb083a6 100644
2929
--- a/Makefile.pre.in
3030
+++ b/Makefile.pre.in
3131
@@ -1724,6 +1724,7 @@ Python/interpconfig.o: $(srcdir)/Python/interpconfig.c $(srcdir)/Python/config_c

patches/pydoc-use-pager.diff

-23
This file was deleted.

patches/reproducible-buildinfo.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Subject: reproducible-buildinfo
99
1 file changed, 2 insertions(+)
1010

1111
diff --git a/Makefile.pre.in b/Makefile.pre.in
12-
index f7ee36a..03b2c09 100644
12+
index eb083a6..4d6720f 100644
1313
--- a/Makefile.pre.in
1414
+++ b/Makefile.pre.in
1515
@@ -1682,6 +1682,8 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \

patches/series

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ctypes-arm.diff
1212
multiarch.diff
1313
tempfile-minimal.diff
1414
reproducible-buildinfo.diff
15-
pydoc-use-pager.diff
1615
argparse-no-shutil.diff
1716
sysconfigdata-name.patch
1817
destshared-location.patch

patches/sysconfigdata-name.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ index 8d95ec3..344a765 100644
2828

2929
def _init_posix(vars):
3030
diff --git a/Makefile.pre.in b/Makefile.pre.in
31-
index 03b2c09..2ada53a 100644
31+
index 4d6720f..3092bb0 100644
3232
--- a/Makefile.pre.in
3333
+++ b/Makefile.pre.in
3434
@@ -2567,8 +2567,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
@@ -45,7 +45,7 @@ index 03b2c09..2ada53a 100644
4545
@ # If app store compliance has been configured, apply the patch to the
4646
@ # installed library code. The patch has been previously validated against
4747
diff --git a/configure.ac b/configure.ac
48-
index 65d4fdf..d1d4f79 100644
48+
index 4d3b1d5..5518481 100644
4949
--- a/configure.ac
5050
+++ b/configure.ac
5151
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],

0 commit comments

Comments
 (0)