New commits:
commit 3b9a4ca23361b1bdc55f65d4671f87d255178dba
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/python3: version 3.11.0 as devel
diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 92e12e6..f715035 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -1,6 +1,10 @@
SPELL=python3
case "$PYTHON3_BRANCH" in
devel| \
+ 3.11)
+ VERSION=3.11.0
+
SOURCE_HASH=sha512:314eef88ae0d68760f34d7a32f238fd2ecb27c50963baa7357c42ad8159026ec50229a0b31d83c39710a472904a06422afc082f9658a90a1dc83ccb74c08039d
+ ;;
stable| \
3.10)
VERSION=3.10.8 ;;
@@ -15,12 +19,14 @@ case "$PYTHON3_BRANCH" in
esac
SECURITY_PATCH=19
SOURCE=Python-$VERSION.tar.xz
- SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
SOURCE_URL[0]=https://www.python.org/ftp/python/$VERSION/$SOURCE
+if ! [[ "${PYTHON3_BRANCH}" =~ devel|3\.11 ]]; then
+ SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE_GPG=python.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
+fi
WEB_SITE=https://www.python.org/
ENTERED=20081203
LICENSE[0]=PYTHON
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index c4fd266..831af44 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,7 @@
+2022-10-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE, patches-3.11/*: version 3.11.0 as devel, temporary
+ switched to hashsum source checking
+
2022-10-11 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: versions 3.10.8/3.9.15/3.8.15/3.7.15