Skip to content

Commit 6cb7d0c

Browse files
update to a1284e97979ff73ad72ad06c796b904137950576 (nightly)
1 parent 148767a commit 6cb7d0c

9 files changed

+26
-14
lines changed

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a3-196-ga1284e9797-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.14.0a3-196-ga1284e9797.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 09 Jan 2025 08:52:42 +0000
6+
17
python3.14 (3.14.0~a3-184-gcdfb8bc93a-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.14.0a3-184-gcdfb8bc93a.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a3-196-ga1284e9797-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.14.0a3-196-ga1284e9797.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 09 Jan 2025 08:52:43 +0000
6+
17
python3.14 (3.14.0~a3-184-gcdfb8bc93a-1+noble1) noble; urgency=medium
28

39
* Update to v3.14.0a3-184-gcdfb8bc93a.

patches/deb-locations.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Subject: deb-locations
1010
2 files changed, 5 insertions(+), 1 deletion(-)
1111

1212
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
13-
index c863794..8aed6c0 100644
13+
index 9e84292..831c99d 100644
1414
--- a/Lib/pydoc.py
1515
+++ b/Lib/pydoc.py
1616
@@ -30,6 +30,10 @@ class or function within a module or module in a package. If the

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 7228e36..b95e0ed 100644
12+
index 106365d..74d82a1 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -6039,12 +6039,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e

patches/distutils-install-layout.diff

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Subject: distutils-install-layout
1414
8 files changed, 88 insertions(+), 33 deletions(-)
1515

1616
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
17-
index 8aed6c0..2332e72 100644
17+
index 831c99d..aadf242 100644
1818
--- a/Lib/pydoc.py
1919
+++ b/Lib/pydoc.py
20-
@@ -570,6 +570,7 @@ def getdocloc(self, object, basedir=sysconfig.get_path('stdlib')):
20+
@@ -579,6 +579,7 @@ def getdocloc(self, object, basedir=sysconfig.get_path('stdlib')):
2121
'marshal', 'posix', 'signal', 'sys',
2222
'_thread', 'zipimport') or
2323
(file.startswith(basedir) and
@@ -213,7 +213,7 @@ index 67acf0f..689bfe1 100644
213213
CONFINCLUDEPY= $(CONFINCLUDEDIR)/python$(LDVERSION)
214214

215215
diff --git a/Modules/getpath.py b/Modules/getpath.py
216-
index c34101e..4df5c6e 100644
216+
index be22103..b8916a4 100644
217217
--- a/Modules/getpath.py
218218
+++ b/Modules/getpath.py
219219
@@ -179,9 +179,9 @@
@@ -229,10 +229,10 @@ index c34101e..4df5c6e 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 6e1b393..ee3abab 100755
232+
index bb77c55..c2f9c035 100755
233233
--- a/configure
234234
+++ b/configure
235-
@@ -26128,11 +26128,11 @@ fi
235+
@@ -26134,11 +26134,11 @@ fi
236236

237237

238238

@@ -246,7 +246,7 @@ index 6e1b393..ee3abab 100755
246246

247247
PLATLIBDIR="lib"
248248
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
249-
@@ -26151,7 +26151,7 @@ then
249+
@@ -26157,7 +26157,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 6e1b393..ee3abab 100755
255255
else
256256
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
257257
printf "%s\n" "no" >&6; }
258-
@@ -26166,9 +26166,9 @@ fi
258+
@@ -26172,9 +26172,9 @@ fi
259259

260260

261261
if test x$PLATFORM_TRIPLET = x; then
@@ -268,7 +268,7 @@ index 6e1b393..ee3abab 100755
268268

269269

270270
diff --git a/configure.ac b/configure.ac
271-
index 6d44be8..82fba82 100644
271+
index 653cd3f..852f2da 100644
272272
--- a/configure.ac
273273
+++ b/configure.ac
274274
@@ -6235,11 +6235,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 82fba82..7228e36 100644
12+
index 852f2da..106365d 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -3452,8 +3452,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 bbf9f84..bcd1829 100644
10+
index 25d1526..96d99c1 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 b95e0ed..bbf9f84 100644
48+
index 74d82a1..25d1526 100644
4949
--- a/configure.ac
5050
+++ b/configure.ac
5151
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],

0 commit comments

Comments
 (0)