Skip to Content.
Sympa Menu

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

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 (0111bbc59237da1694faf51aa3584136ccb8c7b2)
  • Date: Mon, 2 Dec 2019 21:53:00 +0000

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

devel/python3/DETAILS | 9 ++++++---
devel/python3/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 3 deletions(-)

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

devel/python3: fixed the multiversioning

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index cb4f9a2..bfabe72 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -1,8 +1,11 @@
SPELL=python3
case "$PYTHON3_BRANCH" in
-devel) VERSION=3.8.0 ;;
-stable) VERSION=3.7.5 ;;
-old) VERSION=3.6.9 ;;
+ devel)
+ VERSION=3.8.0 ;;
+ stable)
+ VERSION=3.7.5 ;;
+ old)
+ VERSION=3.6.9 ;;
esac
SECURITY_PATCH=8
SOURCE=Python-$VERSION.tar.xz
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 6c5ab9b..686291a 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,7 @@
+2019-12-02 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: placed each VERSION on separate line so that sorcery can
+ detect this spell as multiversioned
+
2019-11-22 Pavel Vinogradov <public AT sourcemage.org>
* python.gpg: added new key,
E3FF2839C048B25C084DEBE9B26995E310250568,



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0111bbc59237da1694faf51aa3584136ccb8c7b2), Pavel Vinogradov, 12/02/2019

Archive powered by MHonArc 2.6.24.

Top of Page