Skip to Content.
Sympa Menu

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

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 (add13cf94a2b44bb8e2e25857c8d1dc58b32202a)
  • Date: Thu, 28 Jun 2018 00:07:50 +0000

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

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

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

devel/python3: versions 3.7.0/3.6.6

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 4d5b138..b879a2b 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -1,5 +1,9 @@
SPELL=python3
- VERSION=3.6.5
+if [[ "${PYTHON3_BRANCH}" == "devel" ]]; then
+ VERSION=3.7.0
+else
+ VERSION=3.6.6
+fi
SECURITY_PATCH=6
SOURCE=Python-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 438f292..0d2e355 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,6 @@
+2018-06-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: versions 3.7.0/3.6.6
+
2018-04-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de
* BUILD, CONFIGURE: force-enable thread support to prevent error
during
build
diff --git a/devel/python3/PREPARE b/devel/python3/PREPARE
new file mode 100755
index 0000000..5e35c15
--- /dev/null
+++ b/devel/python3/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable devel



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (add13cf94a2b44bb8e2e25857c8d1dc58b32202a), Pavel Vinogradov, 06/27/2018

Archive powered by MHonArc 2.6.24.

Top of Page