package/python3: bump version to 3.9.1
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 3 Jan 2021 10:11:08 +0000 (11:11 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 3 Jan 2021 10:37:47 +0000 (11:37 +0100)
Release notes:
https://www.python.org/downloads/release/python-391/

Changelog:
https://docs.python.org/release/3.9.1/whatsnew/changelog.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python3/python3.hash
package/python3/python3.mk

index 3de1e8353a41b43e9d079b82c370f43649ce7334..2165daffcc3ff8b9e573a7fa6d830a7354472744 100644 (file)
@@ -1,5 +1,5 @@
-# From https://www.python.org/downloads/release/python-390/
-md5  6ebfe157f6e88d9eabfbaf3fa92129f6  Python-3.9.0.tar.xz
+# From https://www.python.org/downloads/release/python-391/
+md5  61981498e75ac8f00adcb908281fadb6  Python-3.9.1.tar.xz
 # Locally computed
-sha256  9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854  Python-3.9.0.tar.xz
+sha256  991c3f8ac97992f3d308fefeb03a64db462574eadbff34ce8bc5bb583d9903ff  Python-3.9.1.tar.xz
 sha256  1dceef1677a39befa8bf0285ab2db441ba117520bb2de839547ace006a17750d  LICENSE
index d4e08e91d53857dfaf1e1a0c8abb88e2efc01e52..f2516dee906b888626ee0b264dbad3e5f19ea8cb 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 PYTHON3_VERSION_MAJOR = 3.9
-PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).0
+PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).1
 PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
 PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
 PYTHON3_LICENSE = Python-2.0, others