New commits:
commit 1a04cdc3b1ae55ddf6c7b63b91e6c5df54820bab
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/python3: disabled optimizations and added LibreSSL patch for 3.14
-# Optimizations buildcfails for 3.13
+# Optimizations build fails for 3.13 and 3.14
if [[ "${PYTHON3_BRANCH}" != "devel" &&
+ "${PYTHON3_BRANCH}" != "3.14" &&
+ "${PYTHON3_BRANCH}" != "stable" &&
"${PYTHON3_BRANCH}" != "3.13" ]]; then
OPTS+=" --enable-optimizations"
fi &&
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index ce4ff5f..6cbc3ec 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,5 +1,8 @@
2025-10-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.13.9
+ * BUILD: optimizations should be off for 3.14 too
+ * patches-3.14/0001-Fix-build-against-LibreSSL.patch: added from
+ https://github.com/libressl/portable/issues/1202#issuecomment-3392709048