Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0473412fc5150cefc5e6dbe488fae7aee8b601ed)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0473412fc5150cefc5e6dbe488fae7aee8b601ed)
  • Date: Fri, 20 Sep 2019 20:14:44 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit 0473412fc5150cefc5e6dbe488fae7aee8b601ed
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

python3: Update branches devel/stable/old

devel -> 3.8
stable -> 3.7
old -> 3.6

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index ab30464..4a73fd2 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -1,9 +1,9 @@
SPELL=python3
-if [[ "${PYTHON3_BRANCH}" == "devel" ]]; then
- VERSION=3.7.4
-else
- VERSION=3.6.9
-fi
+case "$PYTHON3_BRANCH" in
+devel) VERSION=3.8.0b4 ;;
+stable) VERSION=3.7.4 ;;
+old) VERSION=3.6.9 ;;
+esac
SECURITY_PATCH=8
SOURCE=Python-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 436c573..77487ba 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,6 @@
+2019-09-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE: devel -> 3.8.0b4, stable -> 3.7.4, old -> 2.6.9
+
2019-07-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 3.7.4, SECURITY_PATCH++,
(CVE-2019-9948, CVE-2019-9740)
diff --git a/devel/python3/PREPARE b/devel/python3/PREPARE
index 5e35c15..2c30805 100755
--- a/devel/python3/PREPARE
+++ b/devel/python3/PREPARE
@@ -1,2 +1,2 @@
. "${GRIMOIRE}/FUNCTIONS" &&
-prepare_select_branch stable devel
+prepare_select_branch stable devel old



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0473412fc5150cefc5e6dbe488fae7aee8b601ed), Ismael Luceno, 09/20/2019

Archive powered by MHonArc 2.6.24.

Top of Page