package/python3: bump version to 3.11.6

Release notes: https://www.python.org/downloads/release/python-3116/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2023-10-02 22:04:51 +02:00 committed by Peter Korsgaard
parent 622698d784
commit 337485b232
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# From https://www.python.org/downloads/release/python-3115/
md5 393856f1b7713aa8bba4b642ab9985d3 Python-3.11.5.tar.xz
# From https://www.python.org/downloads/release/python-3116/
md5 d0c5a1a31efe879723e51addf56dd206 Python-3.11.6.tar.xz
# Locally computed
sha256 85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f Python-3.11.5.tar.xz
sha256 0fab78fa7f133f4f38210c6260d90d7c0d5c7198446419ce057ec7ac2e6f5f38 Python-3.11.6.tar.xz
sha256 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf LICENSE

View File

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