Skip to Content.
Sympa Menu

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

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 (8697ca3db40083296a820c587653eb0cfc76d8f4)
  • Date: Fri, 25 Aug 2023 01:16:50 +0000

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

devel/python3/DETAILS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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

devel/python3: fixed syntax error (missing then in branch check)

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index ecf9f52..071a022 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -15,7 +15,7 @@ case "$PYTHON3_BRANCH" in
3.6)
VERSION=3.6.10 ;;
esac
-if [[ "${PYTHON3_BRANCH}" == "3.10" ]]
+if [[ "${PYTHON3_BRANCH}" == "3.10" ]]; then
SECURITY_PATCH=22
else
SECURITY_PATCH=21



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

Archive powered by MHonArc 2.6.24.

Top of Page