package/python3: security bump version to 3.13.11

Release notes:
https://www.python.org/downloads/release/python-31311/
https://docs.python.org/release/3.13.11/whatsnew/changelog.html

Fixes:
https://www.cve.org/CVERecord?id=CVE-2025-12084
https://www.cve.org/CVERecord?id=CVE-2025-13836

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Julien:
 - add link to detailed change log
 - add CVE-2025-13836 in commit log
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 8745e0d5ca)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2025-12-07 22:37:34 +01:00
committed by Thomas Perale
parent 83a77ac556
commit ea71eadd50
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# From https://www.python.org/downloads/release/python-31310/
md5 5ada33c7f08d5d2df881657bdb8e848d Python-3.13.10.tar.xz
# From https://www.python.org/downloads/release/python-31311/
md5 4c3517dd8b1fd76377dcb3e5e8f71ad6 Python-3.13.11.tar.xz
# Locally computed
sha256 bc673c04375a1a3f0808c27ba8f0411ab811ad390a8740318ccb9c60fad8fd77 Python-3.13.10.tar.xz
sha256 16ede7bb7cdbfa895d11b0642fa0e523f291e6487194d53cf6d3b338c3a17ea2 Python-3.13.11.tar.xz
sha256 78b12c3a81360b357002334f0e70ea0e92eebf7a9b358805c03c48484945f3bb LICENSE

View File

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