summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorPavel Vinogradov2021-10-05 17:28:06 -0400
committerPavel Vinogradov2021-10-05 17:28:06 -0400
commitae1227ddd9065fdec024179cfd9490f3d0ac598a (patch)
treeba0f4cbff602e10f74afef954051582a1a192bcc /devel
parentc3810e4a2423bff4f3ed4b73d71d84089ded2db8 (diff)
devel/python3: marked version 3.10.0 as stable
Diffstat (limited to 'devel')
-rwxr-xr-xdevel/python3/DETAILS2
-rw-r--r--devel/python3/HISTORY2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 3938c01825..3884085651 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -1,9 +1,9 @@
SPELL=python3
case "$PYTHON3_BRANCH" in
devel| \
+ stable| \
3.10)
VERSION=3.10.0 ;;
- stable| \
3.9)
VERSION=3.9.7 ;;
3.8)
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 21768d32e9..a3ab0c70e3 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,5 +1,5 @@
2021-10-05 Pavel Vinogradov <public@sourcemage.org>
- * DETAILS, PREPARE, patches-3.10/*: version 3.10.0
+ * DETAILS, PREPARE, patches-3.10/*: version 3.10.0 as devel/stable
* python.gpg: added new key: 64E628F8D684696D,
Pablo Galindo Salgado <pablogsal@gmail.com>