Skip to content

Commit

Permalink
update to ba2d2fda93a03a91ac6cdff319fd23ef51848d51 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Dec 13, 2024
1 parent 278cf06 commit d6102a5
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 6 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~a2-261-gba2d2fda93-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a2-261-gba2d2fda93.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 13 Dec 2024 08:54:59 +0000

python3.14 (3.14.0~a2-251-g292afd1d51-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a2-251-g292afd1d51.
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~a2-261-gba2d2fda93-1+noble1) noble; urgency=medium

* Update to v3.14.0a2-261-gba2d2fda93.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 13 Dec 2024 08:54:59 +0000

python3.14 (3.14.0~a2-251-g292afd1d51-1+noble1) noble; urgency=medium

* Update to v3.14.0a2-251-g292afd1d51.
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 3d8337a..71ad0fc 100644
index 437fdc3..5b1246e 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 7b66802..48535aa 100644
index 3e880f7..c4ecf5f 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 ecb2aa6..ff6784c 100644
srcdir = _CONFIG_VARS.get('srcdir', _PROJECT_BASE)
if os.name == 'posix':
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 48535aa..1a83bec 100644
index c4ecf5f..e973d39 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1802,6 +1802,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 1a83bec..8627818 100644
index e973d39..15559b2 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1760,6 +1760,8 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
Expand Down
2 changes: 1 addition & 1 deletion patches/sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ index ff6784c..585b414 100644

def _init_posix(vars):
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 8627818..3d8337a 100644
index 15559b2..437fdc3 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2644,8 +2644,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
Expand Down

0 comments on commit d6102a5

Please sign in to comment.