package/python3: bump version to 3.12.7

Release notes:
https://blog.python.org/2024/10/python-3127-released.html

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2024-10-24 22:17:35 +02:00 committed by Thomas Petazzoni
parent d9cc3f8d9d
commit b6bc091272
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# From https://www.python.org/downloads/release/python-3126/
md5 cb669514937d3e894e74081627722aa5 Python-3.12.6.tar.xz
# From https://www.python.org/downloads/release/python-3127/
md5 c6c933c1a0db52597cb45a7910490f93 Python-3.12.7.tar.xz
# Locally computed
sha256 1999658298cf2fb837dffed8ff3c033ef0c98ef20cf73c5d5f66bed5ab89697c Python-3.12.6.tar.xz
sha256 24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550 Python-3.12.7.tar.xz
sha256 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf LICENSE

View file

@ -5,7 +5,7 @@
################################################################################
PYTHON3_VERSION_MAJOR = 3.12
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).6
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).7
PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
PYTHON3_LICENSE = Python-2.0, others