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