This patch updates Python 3.7 from 3.7.5 to 3.7.6

Built and tested on both amd64 and sparc64.

As is usual, the tests eventually hang waiting for the test_asyncio test
to run. Otherwise the tests run as normal.

cc maintainer

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.7/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    11 Dec 2019 19:55:40 -0000      1.12
+++ Makefile    21 Dec 2019 22:56:38 -0000
@@ -6,10 +6,9 @@
 # Python itself.
 
 VERSION =              3.7
-PATCHLEVEL =           .5
+PATCHLEVEL =           .6
 SHARED_LIBS =          python3.7m 0.0
 VERSION_SPEC =         >=3.7,<3.8
-REVISION =             4
 
 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.3
diff -u -p -r1.3 distinfo
--- distinfo    18 Oct 2019 04:47:27 -0000      1.3
+++ distinfo    21 Dec 2019 22:56:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.7.5.tgz) = jsxoHqBgC7+zZvKxc/cnsgW7gl2T0vCyhrxOWNN2k9o=
-SIZE (Python-3.7.5.tgz) = 23126230
+SHA256 (Python-3.7.6.tgz) = ru5oHCNa0zavEW8Iq2VjNhoMgcU3BywbMJ1uQFCqIRQ=
+SIZE (Python-3.7.6.tgz) = 23148187
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST-main
--- pkg/PLIST-main      11 Dec 2019 19:55:40 -0000      1.8
+++ pkg/PLIST-main      21 Dec 2019 22:56:38 -0000
@@ -2375,9 +2375,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.5.final.0.pickle
+lib/python3.7/lib2to3/Grammar3.7.6.final.0.pickle
 lib/python3.7/lib2to3/PatternGrammar.txt
-lib/python3.7/lib2to3/PatternGrammar3.7.5.final.0.pickle
+lib/python3.7/lib2to3/PatternGrammar3.7.6.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.4
diff -u -p -r1.4 PLIST-tests
--- pkg/PLIST-tests     11 Dec 2019 19:55:40 -0000      1.4
+++ pkg/PLIST-tests     21 Dec 2019 22:56:38 -0000
@@ -67,6 +67,9 @@ lib/python3.7/test/__pycache__/dataclass
 lib/python3.7/test/__pycache__/dataclass_module_2_str.cpython-37.opt-1.pyc
 lib/python3.7/test/__pycache__/dataclass_module_2_str.cpython-37.opt-2.pyc
 lib/python3.7/test/__pycache__/dataclass_module_2_str.cpython-37.pyc
+lib/python3.7/test/__pycache__/dataclass_textanno.cpython-37.opt-1.pyc
+lib/python3.7/test/__pycache__/dataclass_textanno.cpython-37.opt-2.pyc
+lib/python3.7/test/__pycache__/dataclass_textanno.cpython-37.pyc
 lib/python3.7/test/__pycache__/datetimetester.cpython-37.opt-1.pyc
 lib/python3.7/test/__pycache__/datetimetester.cpython-37.opt-2.pyc
 lib/python3.7/test/__pycache__/datetimetester.cpython-37.pyc
@@ -1538,6 +1541,7 @@ lib/python3.7/test/dataclass_module_1.py
 lib/python3.7/test/dataclass_module_1_str.py
 lib/python3.7/test/dataclass_module_2.py
 lib/python3.7/test/dataclass_module_2_str.py
+lib/python3.7/test/dataclass_textanno.py
 lib/python3.7/test/datetimetester.py
 lib/python3.7/test/decimaltestdata/
 lib/python3.7/test/decimaltestdata/abs.decTest

Reply via email to