python3: Updated to version 3.8.1
authorJosef Schlehofer <redacted>
Sat, 21 Dec 2019 18:07:34 +0000 (19:07 +0100)
committerJosef Schlehofer <redacted>
Sat, 21 Dec 2019 19:04:30 +0000 (20:04 +0100)
Removed upstream patch: 002-fix-blake2-detection.patch

Signed-off-by: Josef Schlehofer <redacted>
lang/python/python3-version.mk
lang/python/python3/Makefile
lang/python/python3/patches/002-fix-blake2-detection.patch [deleted file]

index 6a4e5e3bbab615a47119b058ab14d57300ac558e..6b5c6798267f22298eb354548c6bac4cd621681c 100644 (file)
@@ -8,7 +8,7 @@
 # Note: keep in sync with setuptools & pip
 PYTHON3_VERSION_MAJOR:=3
 PYTHON3_VERSION_MINOR:=8
-PYTHON3_VERSION_MICRO:=0
+PYTHON3_VERSION_MICRO:=1
 
 PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
 
index f976b9990cfe604771c27f088aec83bffc6eb7bc..8f9e4a182cf7cceba7e665b21572076d3c164ce5 100644 (file)
@@ -14,12 +14,12 @@ PYTHON_VERSION:=$(PYTHON3_VERSION)
 PYTHON_VERSION_MICRO:=$(PYTHON3_VERSION_MICRO)
 
 PKG_NAME:=python3
-PKG_RELEASE:=3
+PKG_RELEASE:=1
 PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
 
 PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)
-PKG_HASH:=b356244e13fb5491da890b35b13b2118c3122977c2cd825e3eb6e7d462030d84
+PKG_HASH:=75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Jeffery To <jeffery.to@gmail.com>
 PKG_LICENSE:=Python/2.0
diff --git a/lang/python/python3/patches/002-fix-blake2-detection.patch b/lang/python/python3/patches/002-fix-blake2-detection.patch
deleted file mode 100644 (file)
index 88916af..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Modules/_hashopenssl.c
-+++ b/Modules/_hashopenssl.c
-@@ -42,7 +42,7 @@
- #define PY_OPENSSL_HAS_SHAKE 1
- #endif
--#ifdef NID_blake2b512
-+#if defined(NID_blake2b512) && !defined(OPENSSL_NO_BLAKE2)
- #define PY_OPENSSL_HAS_BLAKE2 1
- #endif
git clone https://git.99rst.org/PROJECT