New commits:
commit 1da5c932c0d632c4698fbf5a35003fef3276d73f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/python3: version 3.12.4
diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 33b183d..ac170b1 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -2,8 +2,7 @@
case "$PYTHON3_BRANCH" in
devel| \
3.12)
- PATCHLEVEL=1
- VERSION=3.12.3 ;;
+ VERSION=3.12.4 ;;
stable| \
3.11)
PATCHLEVEL=1
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 19fdb3f..e51a55c 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,7 @@
+2024-06-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.12.4
+ * patches-3.12/0001-Fix-build-against-LibreSSL.patch: updated for
3.12.4
+
2024-05-09 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: PATCHLEVEL++ [3.11, 3.12]
* patches-3.11/0001-Fix-build-against-LibreSSL.patch,
diff --git a/devel/python3/patches-3.12/0001-Fix-build-against-LibreSSL.patch
b/devel/python3/patches-3.12/0001-Fix-build-against-LibreSSL.patch
index 03ffa3c..bc139c7 100644
--- a/devel/python3/patches-3.12/0001-Fix-build-against-LibreSSL.patch
+++ b/devel/python3/patches-3.12/0001-Fix-build-against-LibreSSL.patch
@@ -17,36 +17,38 @@ Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>