Skip to content

Commit

Permalink
update to fe5a6ab7bea927e887b7b3c2d4e8fe8eac7106c3 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Nov 4, 2024
1 parent 81cc7d3 commit e627647
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
6 changes: 6 additions & 0 deletions changelogs/nightly/jammy
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.14 (3.14.0~a1-225-gfe5a6ab7be-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-225-gfe5a6ab7be.

-- Anthony Sottile (deadsnakes) <[email protected]> Mon, 04 Nov 2024 08:53:19 +0000

python3.14 (3.14.0~a1-218-g556dc9b8a7-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-218-g556dc9b8a7.
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.14 (3.14.0~a1-225-gfe5a6ab7be-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-225-gfe5a6ab7be.

-- Anthony Sottile (deadsnakes) <[email protected]> Mon, 04 Nov 2024 08:53:19 +0000

python3.14 (3.14.0~a1-218-g556dc9b8a7-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-218-g556dc9b8a7.
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 0a83825..cc195f1 100644
index 62a96de..2006be3 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -176,7 +176,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 035913c..c23db4f 100644
else:
# other platforms
diff --git a/Makefile.pre.in b/Makefile.pre.in
index b0263f9..7a17585 100644
index 1a9191e..f189da2 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -166,7 +166,7 @@ WHEEL_PKG_DIR= @WHEEL_PKG_DIR@
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 c8ced46..0bdf61d 100644
srcdir = _CONFIG_VARS.get('srcdir', _PROJECT_BASE)
if os.name == 'posix':
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 7a17585..e94ba97 100644
index f189da2..370ef8e 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1785,6 +1785,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 e94ba97..f810f0c 100644
index 370ef8e..e6973c0 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1743,6 +1743,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 0bdf61d..be085ec 100644

def _init_posix(vars):
diff --git a/Makefile.pre.in b/Makefile.pre.in
index f810f0c..0a83825 100644
index e6973c0..62a96de 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2642,8 +2642,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
@@ -2643,8 +2643,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
esac; \
done; \
done
Expand Down

0 comments on commit e627647

Please sign in to comment.