summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Vinogradov2022-01-15 17:06:06 -0500
committerPavel Vinogradov2022-01-15 17:06:06 -0500
commit6d6af2cf0ecfcc947de36ac549be73325731268e (patch)
tree1f7e221b8c6a1eb0690c940c46ef8881475c5c3d
parent63f71fa1c3cd93623ac6c682e41e213bbfc3834d (diff)
devel/python3: version 3.9.10 for 3.9 branch
-rwxr-xr-xdevel/python3/DETAILS2
-rw-r--r--devel/python3/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index a543ab4f86..2c0aa0804a 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -5,7 +5,7 @@ case "$PYTHON3_BRANCH" in
3.10)
VERSION=3.10.2 ;;
3.9)
- VERSION=3.9.9 ;;
+ VERSION=3.9.10 ;;
3.8)
VERSION=3.8.6 ;;
3.7)
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index f890eb9c90..5a39e298ec 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,6 @@
+2022-01-15 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 3.9.10 for 3.9 branch
+
2022-01-14 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 3.10.2 for 3.10 branch