Skip to content

Commit 409954d

Browse files
update to 5aaf41685834901e4ed0a40f4c055b92991a0bb5 (nightly)
1 parent dbe9d81 commit 409954d

8 files changed

+19
-7
lines changed

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a4-60-g5aaf416858-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.14.0a4-60-g5aaf416858.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Sun, 19 Jan 2025 08:52:41 +0000
6+
17
python3.14 (3.14.0~a4-49-g9ed7bf2cd7-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.14.0a4-49-g9ed7bf2cd7.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a4-60-g5aaf416858-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.14.0a4-60-g5aaf416858.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Sun, 19 Jan 2025 08:52:40 +0000
6+
17
python3.14 (3.14.0~a4-49-g9ed7bf2cd7-1+noble1) noble; urgency=medium
28

39
* Update to v3.14.0a4-49-g9ed7bf2cd7.

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 1dd568a..47fe81c 100644
12+
index b194adf..cbc5ac7 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -6051,12 +6051,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e

patches/distutils-install-layout.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ index be22103..b8916a4 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 70581e1..aea82f9 100755
232+
index ae1b649..35dd47b 100755
233233
--- a/configure
234234
+++ b/configure
235235
@@ -26146,11 +26146,11 @@ fi
@@ -268,7 +268,7 @@ index 70581e1..aea82f9 100755
268268

269269

270270
diff --git a/configure.ac b/configure.ac
271-
index d7c3920..da6d814 100644
271+
index cc499df..7033db7 100644
272272
--- a/configure.ac
273273
+++ b/configure.ac
274274
@@ -6247,11 +6247,11 @@ fi

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 da6d814..1dd568a 100644
12+
index 7033db7..b194adf 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -3464,8 +3464,8 @@ then

patches/relax-autoconf-version.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subject: relax the required version of autoconf
77
1 file changed, 1 insertion(+), 1 deletion(-)
88

99
diff --git a/configure.ac b/configure.ac
10-
index 9d458bb..08f604a 100644
10+
index 54c54e3..e559269 100644
1111
--- a/configure.ac
1212
+++ b/configure.ac
1313
@@ -12,7 +12,7 @@ dnl

patches/sysconfigdata-name.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ index ba4765c..970976d 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 47fe81c..9d458bb 100644
48+
index cbc5ac7..54c54e3 100644
4949
--- a/configure.ac
5050
+++ b/configure.ac
5151
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],

0 commit comments

Comments
 (0)