Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e5e21c13a73019a10e14795e9ec503697b5677a1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e5e21c13a73019a10e14795e9ec503697b5677a1)
  • Date: Wed, 8 Feb 2023 23:14:13 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/python3/DETAILS | 8 ++------
devel/python3/HISTORY | 3 +++
2 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit e5e21c13a73019a10e14795e9ec503697b5677a1
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/python3: versions 3.11.2, 3.10.10, switched back to gpg checking
for 3.11

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 61a1454..2800960 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -2,12 +2,10 @@
case "$PYTHON3_BRANCH" in
devel| \
3.11)
- VERSION=3.11.1
-
SOURCE_HASH=sha512:5edd70c881e083c96199c60471f18f9ebc4c97a2d45dc66f89e16d7c3638d8a5d2cbf2e84b1be3d7f1178ce9f7fa4197884385c1ee3618ff66a538f872f318ed
- ;;
+ VERSION=3.11.2 ;;
stable| \
3.10)
- VERSION=3.10.9 ;;
+ VERSION=3.10.10 ;;
3.9)
VERSION=3.9.16 ;;
3.8)
@@ -21,12 +19,10 @@ esac
SOURCE=Python-$VERSION.tar.xz
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 d34428c..aa6bfc7 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,6 @@
+2023-02-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: versions 3.11.2, 3.10.10, switched back to gpg checking
for 3.11
+
2022-12-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: versions 3.11.1, 3.10.9, 3.9.16, 3.8.16, 3.7.16,
SECURITY_PATCH++,
(CVE-2022-45061, CVE-2022-42919, CVE-2022-37454, CVE-2015-20107)



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e5e21c13a73019a10e14795e9ec503697b5677a1), Pavel Vinogradov, 02/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page