Skip to content

Commit de839bd

Browse files
update to 40fd66bab84790868f3efe255bb9791d1e8ecf98 (nightly)
1 parent d055069 commit de839bd

File tree

8 files changed

+29
-17
lines changed

8 files changed

+29
-17
lines changed

changelogs/nightly/jammy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0-499-g40fd66bab8-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.14.0-499-g40fd66bab8.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Mon, 24 Nov 2025 08:59:03 +0000
6+
17
python3.14 (3.14.0-494-g061965c584-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.14.0-494-g061965c584.

changelogs/nightly/noble

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0-499-g40fd66bab8-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.14.0-499-g40fd66bab8.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Mon, 24 Nov 2025 08:59:03 +0000
6+
17
python3.14 (3.14.0-494-g061965c584-1+noble1) noble; urgency=medium
28

39
* Update to v3.14.0-494-g061965c584.

patches/disable-sem-check.diff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Subject: disable-sem-check
99
1 file changed, 22 insertions(+), 12 deletions(-)
1010

1111
diff --git a/configure.ac b/configure.ac
12-
index 6a3e028..633589c 100644
12+
index b3c6a27..11b4cc2 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
15-
@@ -6184,12 +6184,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
15+
@@ -6192,12 +6192,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
1616
[ac_cv_posix_semaphores_enabled=no],
1717
[ac_cv_posix_semaphores_enabled=yes])
1818
)
@@ -36,7 +36,7 @@ index 6a3e028..633589c 100644
3636

3737
dnl Multiprocessing check for broken sem_getvalue
3838
AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
39-
@@ -6221,12 +6226,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
39+
@@ -6229,12 +6234,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
4040
[ac_cv_broken_sem_getvalue=yes],
4141
[ac_cv_broken_sem_getvalue=yes])
4242
)

patches/distutils-install-layout.diff

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ index b89d742..908ce44 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 fb92ea2..a61359c 100755
232+
index 46eb066..26d2146 100755
233233
--- a/configure
234234
+++ b/configure
235-
@@ -26802,11 +26802,11 @@ fi
235+
@@ -26815,11 +26815,11 @@ fi
236236

237237

238238

@@ -246,7 +246,7 @@ index fb92ea2..a61359c 100755
246246

247247
PLATLIBDIR="lib"
248248
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
249-
@@ -26825,7 +26825,7 @@ then
249+
@@ -26838,7 +26838,7 @@ then
250250
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
251251
printf "%s\n" "yes" >&6; }
252252
PLATLIBDIR="$withval"
@@ -255,7 +255,7 @@ index fb92ea2..a61359c 100755
255255
else
256256
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
257257
printf "%s\n" "no" >&6; }
258-
@@ -26840,9 +26840,9 @@ fi
258+
@@ -26853,9 +26853,9 @@ fi
259259

260260

261261
if test x$PLATFORM_TRIPLET = x; then
@@ -268,10 +268,10 @@ index fb92ea2..a61359c 100755
268268

269269

270270
diff --git a/configure.ac b/configure.ac
271-
index 0742ba7..cec8f32 100644
271+
index bd4446e..88aaa1e 100644
272272
--- a/configure.ac
273273
+++ b/configure.ac
274-
@@ -6380,11 +6380,11 @@ fi
274+
@@ -6388,11 +6388,11 @@ fi
275275

276276

277277
AC_SUBST([BINLIBDEST])
@@ -285,7 +285,7 @@ index 0742ba7..cec8f32 100644
285285
AC_SUBST([PLATLIBDIR])
286286
PLATLIBDIR="lib"
287287
AC_MSG_CHECKING([for --with-platlibdir])
288-
@@ -6403,7 +6403,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
288+
@@ -6411,7 +6411,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
289289
then
290290
AC_MSG_RESULT([yes])
291291
PLATLIBDIR="$withval"
@@ -294,7 +294,7 @@ index 0742ba7..cec8f32 100644
294294
else
295295
AC_MSG_RESULT([no])
296296
fi],
297-
@@ -6413,9 +6413,9 @@ fi],
297+
@@ -6421,9 +6421,9 @@ fi],
298298
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
299299
AC_SUBST([PY_ENABLE_SHARED])
300300
if test x$PLATFORM_TRIPLET = x; then

patches/link-opt.diff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Subject: link-opt
99
1 file changed, 3 insertions(+), 3 deletions(-)
1010

1111
diff --git a/configure.ac b/configure.ac
12-
index cec8f32..6a3e028 100644
12+
index 88aaa1e..b3c6a27 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
15-
@@ -3478,8 +3478,8 @@ then
15+
@@ -3486,8 +3486,8 @@ then
1616
LDSHARED='$(CC) -shared'
1717
LDCXXSHARED='$(CXX) -shared';;
1818
Linux*|GNU*|QNX*|VxWorks*|Haiku*)
@@ -23,7 +23,7 @@ index cec8f32..6a3e028 100644
2323
FreeBSD*)
2424
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
2525
then
26-
@@ -3591,7 +3591,7 @@ then
26+
@@ -3599,7 +3599,7 @@ then
2727
LINKFORSHARED="-Wl,-E -Wl,+s";;
2828
# LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";;
2929
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;

patches/relax-autoconf-version.patch

Lines changed: 1 addition & 1 deletion
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 00bd287..4ae07f5 100644
10+
index 31f42a6..f012a5d 100644
1111
--- a/configure.ac
1212
+++ b/configure.ac
1313
@@ -12,7 +12,7 @@ dnl

patches/sysconfigdata-name.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ index 99e5156..5f6244a 100644
4545
$(INSTALL_DATA) $(srcdir)/LICENSE $(DESTDIR)$(LIBDEST)/LICENSE.txt
4646
@ # If app store compliance has been configured, apply the patch to the
4747
diff --git a/configure.ac b/configure.ac
48-
index 633589c..00bd287 100644
48+
index 11b4cc2..31f42a6 100644
4949
--- a/configure.ac
5050
+++ b/configure.ac
5151
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],

0 commit comments

Comments
 (0)