I seem to recall that Python often makes a new release right after we
freeze for release.
https://docs.python.org/release/3.12.10/whatsnew/changelog.html#python-3-12-10
A couple of security fixes in there.
Builds and packages on both amd64 and sparc64 and the tests seem the same as
the last version.
This would be presumably for when ports unlocks and when -stable opens up.
ok?
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3/Makefile,v
diff -u -p -r1.13 Makefile
--- Makefile 16 Feb 2025 20:43:07 -0000 1.13
+++ Makefile 14 Apr 2025 16:28:25 -0000
@@ -3,7 +3,7 @@
# requirement of the PSF license, if it constitutes a change to
# Python itself.
-FULL_VERSION = 3.12.9
+FULL_VERSION = 3.12.10
SHARED_LIBS = python3.12 0.0
VERSION_SPEC = >=3.12,<3.13
PORTROACH = limit:^3\.12
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3/distinfo,v
diff -u -p -r1.4 distinfo
--- distinfo 16 Feb 2025 20:43:07 -0000 1.4
+++ distinfo 14 Apr 2025 16:28:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.12.9.tgz) = RTE+TF8Ois3slYAWHVZc9f6leOPqvyXffMY1W/Svoe4=
-SIZE (Python-3.12.9.tgz) = 27097411
+SHA256 (Python-3.12.10.tgz) = FdnGI6v9IWX+gW6h+zhdbtjPPGZGYas1fxeC4wNqbaw=
+SIZE (Python-3.12.10.tgz) = 27122929
Index: patches/patch-Modules__hashopenssl_c
===================================================================
RCS file: /cvs/ports/lang/python/3/patches/patch-Modules__hashopenssl_c,v
diff -u -p -r1.3 patch-Modules__hashopenssl_c
--- patches/patch-Modules__hashopenssl_c 16 Feb 2025 20:43:07 -0000 1.3
+++ patches/patch-Modules__hashopenssl_c 14 Apr 2025 16:28:25 -0000
@@ -11,7 +11,7 @@ Index: Modules/_hashopenssl.c
#if defined(NID_sha3_224) && defined(NID_sha3_256) && defined(NID_sha3_384) && defined(NID_sha3_512)
#define PY_OPENSSL_HAS_SHA3 1
No comments:
Post a Comment