Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8db5fc860a306f2e21c965bc8055bea350f08786)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8db5fc860a306f2e21c965bc8055bea350f08786)
  • Date: Mon, 13 Nov 2023 07:28:04 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

devel/python/CONFIGURE | 2 --
devel/python/HISTORY | 3 +++
devel/python3/CONFIGURE | 2 --
devel/python3/HISTORY | 3 +++
4 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 8db5fc860a306f2e21c965bc8055bea350f08786
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

python, python3: drop warning about defaulting to 3

diff --git a/devel/python/CONFIGURE b/devel/python/CONFIGURE
index 6a8c313..3470655 100755
--- a/devel/python/CONFIGURE
+++ b/devel/python/CONFIGURE
@@ -1,5 +1,3 @@
-message "${PROBLEM_COLOR}WARNING: Not choosing python 2 as primary will
break many spells!$DEFAULT_COLOR" &&
-message "${MESSAGE_COLOR} Switching to python 3 will cause a lot of
work for you.$DEFAULT_COLOR" &&
config_query PY2K "Use Python 2 as primary version on the system?" y &&

config_query_option PYTHON_OPTS \
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index b007c46..557c2bc 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,6 @@
+2023-11-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: drop warning about py3 default
+
2020-04-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.7.18; SECURITY_PATCH++ (CVE-2019-18348)
* INSTALL: correct path check and fix linking
diff --git a/devel/python3/CONFIGURE b/devel/python3/CONFIGURE
index 2a94e5f..c73a640 100755
--- a/devel/python3/CONFIGURE
+++ b/devel/python3/CONFIGURE
@@ -1,5 +1,3 @@
-message "${PROBLEM_COLOR}WARNING: Not choosing python 2 as primary will
break many spells!$DEFAULT_COLOR" &&
-message "${MESSAGE_COLOR} Switching to python 3 will cause a lot of
work for you.$DEFAULT_COLOR" &&
config_query PY3K "Use Python 3 as primary version on the system?" n &&
config_query SYMLINK "create symlinks for python -> python3" n &&

diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index f01cbca..9920d09 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,6 @@
+2023-11-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: drop warning about py3 default
+
2023-11-04 Pavel Vinogradov <public AT sorcemage.org>
* patches-3.12/0001-Fix-build-against-LibreSSL.patch: updated to
build hashlib
module with LibreSSL



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8db5fc860a306f2e21c965bc8055bea350f08786), Thomas Orgis, 11/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page