Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7052e04e7d8fac58da65f4dcf4d1c08aa4f7f2b9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7052e04e7d8fac58da65f4dcf4d1c08aa4f7f2b9)
  • Date: Tue, 11 Oct 2022 23:15:22 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/python3/DETAILS | 9 ++++-----
devel/python3/HISTORY | 3 +++
2 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 7052e04e7d8fac58da65f4dcf4d1c08aa4f7f2b9
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/python3: versions 3.10.8/3.9.15/3.8.15/3.7.15

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 10f08c2..92e12e6 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -3,18 +3,17 @@ case "$PYTHON3_BRANCH" in
devel| \
stable| \
3.10)
- VERSION=3.10.7 ;;
+ VERSION=3.10.8 ;;
3.9)
- VERSION=3.9.14 ;;
+ VERSION=3.9.15 ;;
3.8)
- VERSION=3.8.14 ;;
+ VERSION=3.8.15 ;;
3.7)
- VERSION=3.7.14 ;;
+ VERSION=3.7.15 ;;
3.6)
VERSION=3.6.10 ;;
esac
SECURITY_PATCH=19
- PATCHLEVEL=2
SOURCE=Python-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 8fbd3c8..c4fd266 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,6 @@
+2022-10-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: versions 3.10.8/3.9.15/3.8.15/3.7.15
+
2022-09-15 Ismael Luceno <ismael AT sourcemage.org>
* patches-3.10/0001-Fix-build-against-LibreSSL.patch:
fixed build against LibreSSL



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7052e04e7d8fac58da65f4dcf4d1c08aa4f7f2b9), Pavel Vinogradov, 10/11/2022

Archive powered by MHonArc 2.6.24.

Top of Page