https://docs.python.org/release/3.11.3/whatsnew/changelog.html#python-3-11-3

The security fixes don't seem to apply to us, but there are a number of
other fixes.

REVISION put at 0 since I plan to commit it to 7.3-stable also.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.10/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile    18 Mar 2023 08:05:05 -0000      1.32
+++ Makefile    10 Apr 2023 19:11:43 -0000
@@ -3,13 +3,12 @@
 # requirement of the PSF license, if it constitutes a change to
 # Python itself.
 
-FULL_VERSION =         3.10.10
+FULL_VERSION =         3.10.11
 SHARED_LIBS =          python3.10 0.0
 VERSION_SPEC =         >=3.10,<3.11
 PORTROACH =            limit:^3\.10
 
-REVISION-main =                0
-REVISION-idle =                0
+REVISION =             0
 
 # This is the MODPY_DEFAULT_VERSION_3 version of Python:
 # - override "@comment" setting so that bin/python3 etc are installed
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.10/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    27 Feb 2023 15:09:01 -0000      1.9
+++ distinfo    10 Apr 2023 19:11:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.10.10.tgz) = +6ZFWd3iHr3JU+RWXnMVc7thFZ3o5NTO3ucPsRlvYQ0=
-SIZE (Python-3.10.10.tgz) = 26071329
+SHA256 (Python-3.10.11.tgz) = 89sxtmjvqYNQi9Z7VxKJiqQkeJmjRvLrdFc0aZzNOFk=
+SIZE (Python-3.10.11.tgz) = 26085141
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.10/pkg/PLIST-main,v
retrieving revision 1.16
diff -u -p -r1.16 PLIST-main
--- pkg/PLIST-main      18 Mar 2023 08:05:05 -0000      1.16
+++ pkg/PLIST-main      10 Apr 2023 19:11:44 -0000
@@ -1848,7 +1848,7 @@ lib/python3.10/ensurepip/_bundled/__pyca
 lib/python3.10/ensurepip/_bundled/__pycache__/__init__.cpython-310.opt-1.pyc
 lib/python3.10/ensurepip/_bundled/__pycache__/__init__.cpython-310.opt-2.pyc
 lib/python3.10/ensurepip/_bundled/__pycache__/__init__.cpython-310.pyc
-lib/python3.10/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl
+lib/python3.10/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl
 lib/python3.10/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
 lib/python3.10/ensurepip/_uninstall.py
 lib/python3.10/enum.py

Reply via email to