Skip to content

Commit

Permalink
update to fe58596cce205c5c7aced9de3fd21767e47ee250 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Sep 30, 2024
1 parent 6e571a5 commit ed31414
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 9 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~rc2-139-gfe58596cce-1+focal1) focal; urgency=medium

* Update to v3.13.0rc2-139-gfe58596cce.

-- Anthony Sottile (deadsnakes) <[email protected]> Mon, 30 Sep 2024 08:52:22 +0000

python3.13 (3.13.0~rc2-101-g80de9766f7-1+focal1) focal; urgency=medium

* Update to v3.13.0rc2-101-g80de9766f7.
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~rc2-139-gfe58596cce-1+jammy1) jammy; urgency=medium

* Update to v3.13.0rc2-139-gfe58596cce.

-- Anthony Sottile (deadsnakes) <[email protected]> Mon, 30 Sep 2024 08:52:22 +0000

python3.13 (3.13.0~rc2-101-g80de9766f7-1+jammy1) jammy; urgency=medium

* Update to v3.13.0rc2-101-g80de9766f7.
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~rc2-139-gfe58596cce-1+noble1) noble; urgency=medium

* Update to v3.13.0rc2-139-gfe58596cce.

-- Anthony Sottile (deadsnakes) <[email protected]> Mon, 30 Sep 2024 08:52:22 +0000

python3.13 (3.13.0~rc2-101-g80de9766f7-1+noble1) noble; urgency=medium

* Update to v3.13.0rc2-101-g80de9766f7.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 131 files
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 41c807c..51514e3 100644
index 3ddfae9..df52c2c 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 fe3a433..616d571 100644
index 2ada53a..9833b4e 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/distutils-install-layout.diff
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ index 2df17b9..f518c70 100644
else:
# other platforms
diff --git a/Makefile.pre.in b/Makefile.pre.in
index f9932dd..8597258 100644
index 5382292..ce756cb 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -159,7 +159,7 @@ WHEEL_PKG_DIR= @WHEEL_PKG_DIR@
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 bf17af0..41c807c 100644
index b0f9656..3ddfae9 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -89,7 +89,16 @@
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 8597258..df60ace 100644
index ce756cb..f7ee36a 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
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 df60ace..9cce7bb 100644
index f7ee36a..03b2c09 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1682,6 +1682,8 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
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,10 +28,10 @@ index 8d95ec3..344a765 100644

def _init_posix(vars):
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9cce7bb..fe3a433 100644
index 03b2c09..2ada53a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2582,8 +2582,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
@@ -2567,8 +2567,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
esac; \
done; \
done
Expand Down

0 comments on commit ed31414

Please sign in to comment.