mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
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 <vfazio@xes-inc.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
375ae3d82e
commit
296f509307
@@ -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 <bernd@kuhls.net>
|
||||
---
|
||||
.../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);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user