Skip to content

Commit

Permalink
update to 5f2a5ac9dce719f589ba1d22272b184fb9af2676 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Oct 9, 2024
1 parent f39a7b4 commit a70f9c2
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 39 deletions.
6 changes: 6 additions & 0 deletions changelogs/nightly/focal
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.13 (3.13.0-47-g5f2a5ac9dc-1+focal1) focal; urgency=medium

* Update to v3.13.0-47-g5f2a5ac9dc.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 09 Oct 2024 08:51:12 +0000

python3.13 (3.13.0~rc3-15-g8c80a26078-1+focal1) focal; urgency=medium

* Update to v3.13.0rc3-15-g8c80a26078.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/jammy
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.13 (3.13.0-47-g5f2a5ac9dc-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-47-g5f2a5ac9dc.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 09 Oct 2024 08:51:13 +0000

python3.13 (3.13.0~rc3-15-g8c80a26078-1+jammy1) jammy; urgency=medium

* Update to v3.13.0rc3-15-g8c80a26078.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/noble
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.13 (3.13.0-47-g5f2a5ac9dc-1+noble1) noble; urgency=medium

* Update to v3.13.0-47-g5f2a5ac9dc.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 09 Oct 2024 08:51:12 +0000

python3.13 (3.13.0~rc3-15-g8c80a26078-1+noble1) noble; urgency=medium

* Update to v3.13.0rc3-15-g8c80a26078.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 131 files
2 changes: 1 addition & 1 deletion patches/allow-old-autoconf.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ this is only needed on ubuntu focal
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d1d4f79..8ade1a2 100644
index 5518481..500abf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ dnl
Expand Down
2 changes: 1 addition & 1 deletion patches/argparse-no-shutil.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Subject: argparse-no-shutil
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 3ddfae9..df52c2c 100644
index 6cc59f7..2084f06 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -176,9 +176,12 @@ def __init__(self,
Expand Down
2 changes: 1 addition & 1 deletion patches/destshared-location.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Forwarded: no
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 2ada53a..9833b4e 100644
index 3092bb0..72f961f 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -169,7 +169,7 @@ EXT_SUFFIX= @EXT_SUFFIX@
Expand Down
2 changes: 1 addition & 1 deletion patches/disable-sem-check.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: disable-sem-check
1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index ef3e312..65d4fdf 100644
index 879993e..4d3b1d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5994,12 +5994,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
Expand Down
8 changes: 4 additions & 4 deletions patches/distutils-install-layout.diff
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ index f99de1f..b9a6d32 100755
object.__name__ not in ('xml.etree', 'test.test_pydoc.pydoc_mod')):
if docloc.startswith(("http://", "https://")):
diff --git a/Lib/site.py b/Lib/site.py
index 0a0dc47..fc375bd 100644
index d31bc77..20c2cae 100644
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -7,12 +7,18 @@
Expand Down Expand Up @@ -200,7 +200,7 @@ index 2df17b9..f518c70 100644
else:
# other platforms
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5382292..ce756cb 100644
index 1ac07b1..dc8b589 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -159,7 +159,7 @@ WHEEL_PKG_DIR= @WHEEL_PKG_DIR@
Expand Down Expand Up @@ -229,7 +229,7 @@ index 1f1bfcb..411b6d7 100644
VENV_LANDMARK = 'pyvenv.cfg'
ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}{ABI_THREAD}.zip'
diff --git a/configure b/configure
index 7cdd386..f7afa1c 100755
index e1bfd73..41936f9 100755
--- a/configure
+++ b/configure
@@ -24604,11 +24604,11 @@ fi
Expand Down Expand Up @@ -268,7 +268,7 @@ index 7cdd386..f7afa1c 100755


diff --git a/configure.ac b/configure.ac
index 24e28a1..5d97509 100644
index cfe9de0..66521f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6190,11 +6190,11 @@ fi
Expand Down
2 changes: 1 addition & 1 deletion patches/lib-argparse.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Subject: lib-argparse
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index b0f9656..3ddfae9 100644
index 71d0c8f..6cc59f7 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -89,7 +89,16 @@
Expand Down
2 changes: 1 addition & 1 deletion patches/link-opt.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: link-opt
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5d97509..ef3e312 100644
index 66521f5..879993e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3471,8 +3471,8 @@ then
Expand Down
2 changes: 1 addition & 1 deletion patches/multiarch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ index 9842fd0..8d95ec3 100644
srcdir = _CONFIG_VARS.get('srcdir', _PROJECT_BASE)
if os.name == 'posix':
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ce756cb..f7ee36a 100644
index dc8b589..eb083a6 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1724,6 +1724,7 @@ Python/interpconfig.o: $(srcdir)/Python/interpconfig.c $(srcdir)/Python/config_c
Expand Down
23 changes: 0 additions & 23 deletions patches/pydoc-use-pager.diff

This file was deleted.

2 changes: 1 addition & 1 deletion patches/reproducible-buildinfo.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: reproducible-buildinfo
1 file changed, 2 insertions(+)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index f7ee36a..03b2c09 100644
index eb083a6..4d6720f 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1682,6 +1682,8 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
Expand Down
1 change: 0 additions & 1 deletion patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ctypes-arm.diff
multiarch.diff
tempfile-minimal.diff
reproducible-buildinfo.diff
pydoc-use-pager.diff
argparse-no-shutil.diff
sysconfigdata-name.patch
destshared-location.patch
Expand Down
4 changes: 2 additions & 2 deletions patches/sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ index 8d95ec3..344a765 100644

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

0 comments on commit a70f9c2

Please sign in to comment.