From 296f509307ae2aea3dbd2064244721d7b8215f9f Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Thu, 5 Feb 2026 04:35:00 -0600 Subject: [PATCH] package/python3: bump to version 3.14.3 https://www.python.org/downloads/release/python-3143/ https://docs.python.org/release/3.14.3/whatsnew/changelog.html Update the hash file to use the sha256 hash provided by upstream. Signed-off-by: Vincent Fazio Signed-off-by: Peter Korsgaard --- ...h-139275-Fix-compilation-of-Modules-_remote_debuggi.patch | 3 ++- package/python3/python3.hash | 5 ++--- package/python3/python3.mk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python3/0010-gh-139275-Fix-compilation-of-Modules-_remote_debuggi.patch b/package/python3/0010-gh-139275-Fix-compilation-of-Modules-_remote_debuggi.patch index 7a72ebb16c..716d9d3e8a 100644 --- a/package/python3/0010-gh-139275-Fix-compilation-of-Modules-_remote_debuggi.patch +++ b/package/python3/0010-gh-139275-Fix-compilation-of-Modules-_remote_debuggi.patch @@ -8,6 +8,7 @@ Subject: [PATCH] gh-139275: Fix compilation of Upstream: https://github.com/python/cpython/commit/1963e701001839389cfb1b11d803b0743f4705d7 [ Bernd Kuhls: ported to Python 3.14.2] +[ Vincent Fazio: update to apply cleanly to 3.14.3 ] Signed-off-by: Bernd Kuhls --- .../2025-09-24-17-32-52.gh-issue-139275.novrqf.rst | 2 ++ @@ -41,7 +42,7 @@ diff --git a/Python/remote_debug.h b/Python/remote_debug.h index 8f9b6cd4c49..b7d17a0f345 100644 --- a/Python/remote_debug.h +++ b/Python/remote_debug.h -@@ -881,7 +881,7 @@ _Py_RemoteDebug_GetPyRuntimeAddress(proc_handle_t* handle) +@@ -886,7 +886,7 @@ _Py_RemoteDebug_GetPyRuntimeAddress(proc_handle_t* handle) handle->pid); _PyErr_ChainExceptions1(exc); } diff --git a/package/python3/python3.hash b/package/python3/python3.hash index b71f6e7deb..b674b589bd 100644 --- a/package/python3/python3.hash +++ b/package/python3/python3.hash @@ -1,5 +1,4 @@ -# From https://www.python.org/downloads/release/python-3142/ -md5 19a31b2838db3b53f9f2db8782bf8773 Python-3.14.2.tar.xz +# From https://www.python.org/downloads/release/python-3143/ +sha256 a97d5549e9ad81fe17159ed02c68774ad5d266c72f8d9a0b5a9c371fe85d902b Python-3.14.3.tar.xz # Locally computed -sha256 ce543ab854bc256b61b71e9b27f831ffd1bfd60a479d639f8be7f9757cf573e9 Python-3.14.2.tar.xz sha256 b0e25a78cffb43f4d92de8b61ccfa1f1f98ecbc22330b54b5251e7b6ba010231 LICENSE diff --git a/package/python3/python3.mk b/package/python3/python3.mk index 8195f4fd83..a240349d3e 100644 --- a/package/python3/python3.mk +++ b/package/python3/python3.mk @@ -5,7 +5,7 @@ ################################################################################ PYTHON3_VERSION_MAJOR = 3.14 -PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).2 +PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).3 PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION) PYTHON3_LICENSE = Python-2.0, others