Another security update to Python 3.7. Just the usual small changes to the
PLIST.

Release notes:
https://docs.python.org/release/3.7.9/whatsnew/changelog.html#changelog

cc maintainer

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.7/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile    3 Jul 2020 21:10:55 -0000       1.18
+++ Makefile    24 Aug 2020 03:00:18 -0000
@@ -6,10 +6,9 @@
 # Python itself.
 
 VERSION =              3.7
-PATCHLEVEL =           .8
+PATCHLEVEL =           .9
 SHARED_LIBS =          python3.7m 0.0
 VERSION_SPEC =         >=3.7,<3.8
-REVISION =             0
 
 CONFIGURE_ARGS +=      --with-ensurepip=no
 CONFIGURE_ARGS +=      --enable-loadable-sqlite-extensions
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.7/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    1 Jul 2020 10:21:22 -0000       1.6
+++ distinfo    24 Aug 2020 03:00:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.7.8.tgz) = DiWDVhTcIh4+zqWDGzj6kHiLU4m5m2dadRQUyFh4mrA=
-SIZE (Python-3.7.8.tgz) = 23276116
+SHA256 (Python-3.7.9.tgz) = ObAYvH2KFl5ZqoJ9muRcRZAXObC7sTch5Plz81IcFmo=
+SIZE (Python-3.7.9.tgz) = 23277790
Index: pkg/PLIST-idle
===================================================================
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-idle,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST-idle
--- pkg/PLIST-idle      3 Jul 2020 21:10:55 -0000       1.10
+++ pkg/PLIST-idle      24 Aug 2020 03:00:18 -0000
@@ -21,11 +21,11 @@ lib/python3.7/idlelib/Icons/folder.gif
 lib/python3.7/idlelib/Icons/idle.ico
 lib/python3.7/idlelib/Icons/idle_16.gif
 lib/python3.7/idlelib/Icons/idle_16.png
+lib/python3.7/idlelib/Icons/idle_256.png
 lib/python3.7/idlelib/Icons/idle_32.gif
 lib/python3.7/idlelib/Icons/idle_32.png
 lib/python3.7/idlelib/Icons/idle_48.gif
 lib/python3.7/idlelib/Icons/idle_48.png
-lib/python3.7/idlelib/Icons/idle_256.png
 lib/python3.7/idlelib/Icons/minusnode.gif
 lib/python3.7/idlelib/Icons/openfolder.gif
 lib/python3.7/idlelib/Icons/plusnode.gif
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST-main
--- pkg/PLIST-main      3 Jul 2020 21:10:55 -0000       1.14
+++ pkg/PLIST-main      24 Aug 2020 03:00:18 -0000
@@ -1983,9 +1983,9 @@ lib/python3.7/lib-dynload/
 @so lib/python3.7/lib-dynload/zlib.so
 lib/python3.7/lib2to3/
 lib/python3.7/lib2to3/Grammar.txt
-lib/python3.7/lib2to3/Grammar3.7.8.final.0.pickle
+lib/python3.7/lib2to3/Grammar3.7.9.final.0.pickle
 lib/python3.7/lib2to3/PatternGrammar.txt
-lib/python3.7/lib2to3/PatternGrammar3.7.8.final.0.pickle
+lib/python3.7/lib2to3/PatternGrammar3.7.9.final.0.pickle
 lib/python3.7/lib2to3/__init__.py
 lib/python3.7/lib2to3/__main__.py
 lib/python3.7/lib2to3/__pycache__/
Index: pkg/PLIST-tests
===================================================================
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-tests,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-tests
--- pkg/PLIST-tests     30 Mar 2020 14:55:16 -0000      1.7
+++ pkg/PLIST-tests     24 Aug 2020 03:00:19 -0000
@@ -2356,6 +2356,7 @@ lib/python3.7/test/randv2_32.pck
 lib/python3.7/test/randv2_64.pck
 lib/python3.7/test/randv3.pck
 lib/python3.7/test/re_tests.py
+lib/python3.7/test/recursion.tar
 lib/python3.7/test/regrtest.py
 lib/python3.7/test/relimport.py
 lib/python3.7/test/reperf.py

Reply via email to