https://docs.python.org/release/3.10.5/whatsnew/changelog.html#python-3-10-5-final

A number of fixes, but no security fixes.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.10/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    10 Jun 2022 13:45:02 -0000      1.13
+++ Makefile    14 Jun 2022 01:49:53 -0000
@@ -3,14 +3,9 @@
 # requirement of the PSF license, if it constitutes a change to
 # Python itself.
 
-FULL_VERSION =         3.10.4
+FULL_VERSION =         3.10.5
 SHARED_LIBS =          python3.10 0.0
 VERSION_SPEC =         >=3.10,<3.11
 PORTROACH =            limit:^3\.10
-
-REVISION =             1
-REVISION-main =                3
-REVISION-tests =       2
-REVISION-tkinter =     3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.10/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    3 Apr 2022 21:33:23 -0000       1.3
+++ distinfo    14 Jun 2022 01:49:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.10.4.tgz) = 87zGWx1fHceGdcdGyY/O6CPAOBaPxinFk1sETQkRrSg=
-SIZE (Python-3.10.4.tgz) = 25612387
+SHA256 (Python-3.10.5.tgz) = GPVxgqLeOwvnbfw5/c/SgVa7bdI+Xwhpb3SS6ePQvy0=
+SIZE (Python-3.10.5.tgz) = 25628472
Index: pkg/PLIST-tests
===================================================================
RCS file: /cvs/ports/lang/python/3.10/pkg/PLIST-tests,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST-tests
--- pkg/PLIST-tests     8 Jun 2022 14:50:04 -0000       1.5
+++ pkg/PLIST-tests     14 Jun 2022 01:49:57 -0000
@@ -599,6 +599,9 @@ lib/python3.10/test/__pycache__/dis_modu
 lib/python3.10/test/__pycache__/doctest_aliases.cpython-310.opt-1.pyc
 lib/python3.10/test/__pycache__/doctest_aliases.cpython-310.opt-2.pyc
 lib/python3.10/test/__pycache__/doctest_aliases.cpython-310.pyc
+lib/python3.10/test/__pycache__/doctest_lineno.cpython-310.opt-1.pyc
+lib/python3.10/test/__pycache__/doctest_lineno.cpython-310.opt-2.pyc
+lib/python3.10/test/__pycache__/doctest_lineno.cpython-310.pyc
 lib/python3.10/test/__pycache__/double_const.cpython-310.opt-1.pyc
 lib/python3.10/test/__pycache__/double_const.cpython-310.opt-2.pyc
 lib/python3.10/test/__pycache__/double_const.cpython-310.pyc
@@ -2247,6 +2250,7 @@ lib/python3.10/test/decimaltestdata/toin
 lib/python3.10/test/decimaltestdata/xor.decTest
 lib/python3.10/test/dis_module.py
 lib/python3.10/test/doctest_aliases.py
+lib/python3.10/test/doctest_lineno.py
 lib/python3.10/test/double_const.py
 lib/python3.10/test/dtracedata/
 lib/python3.10/test/dtracedata/__pycache__/

Reply via email to