This patch updates Python 3.8 from 3.8.0 to 3.8.1

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.8/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    11 Nov 2019 17:47:42 -0000      1.2
+++ Makefile    21 Dec 2019 22:56:53 -0000
@@ -6,13 +6,9 @@
 # Python itself.
 
 VERSION =              3.8
-PATCHLEVEL =           .0
+PATCHLEVEL =           .1
 SHARED_LIBS =          python3.8 0.0
 VERSION_SPEC =         >=3.8,<3.9
-
-REVISION-main =                0
-REVISION-gdbm =                0
-REVISION-tkinter =     0
 
 CONFIGURE_ARGS +=      --with-ensurepip=no
 CONFIGURE_ARGS +=      --enable-loadable-sqlite-extensions
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.8/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo    7 Nov 2019 16:14:09 -0000       1.1
+++ distinfo    21 Dec 2019 22:56:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.8.0.tgz) = 8Qaa08ro5+xGeqmKZWWmKkjvGWy48UVaJFoI214Xkt8=
-SIZE (Python-3.8.0.tgz) = 23949883
+SHA256 (Python-3.8.1.tgz) = x8+jmkO5lGIbJF4Cl2npEmyqKpNXHO4udDshPM6sNfs=
+SIZE (Python-3.8.1.tgz) = 23978360
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.8/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST-main
--- pkg/PLIST-main      11 Nov 2019 17:47:42 -0000      1.2
+++ pkg/PLIST-main      21 Dec 2019 22:56:53 -0000
@@ -2197,9 +2197,9 @@ lib/python3.8/lib-dynload/
 @so lib/python3.8/lib-dynload/zlib.so
 lib/python3.8/lib2to3/
 lib/python3.8/lib2to3/Grammar.txt
-lib/python3.8/lib2to3/Grammar3.8.0.final.0.pickle
+lib/python3.8/lib2to3/Grammar3.8.1.final.0.pickle
 lib/python3.8/lib2to3/PatternGrammar.txt
-lib/python3.8/lib2to3/PatternGrammar3.8.0.final.0.pickle
+lib/python3.8/lib2to3/PatternGrammar3.8.1.final.0.pickle
 lib/python3.8/lib2to3/__init__.py
 lib/python3.8/lib2to3/__main__.py
 lib/python3.8/lib2to3/__pycache__/
Index: pkg/PLIST-tests
===================================================================
RCS file: /cvs/ports/lang/python/3.8/pkg/PLIST-tests,v
retrieving revision 1.1
diff -u -p -r1.1 PLIST-tests
--- pkg/PLIST-tests     7 Nov 2019 16:14:09 -0000       1.1
+++ pkg/PLIST-tests     21 Dec 2019 22:56:53 -0000
@@ -323,6 +323,9 @@ lib/python3.8/test/__pycache__/dataclass
 lib/python3.8/test/__pycache__/dataclass_module_2_str.cpython-38.opt-1.pyc
 lib/python3.8/test/__pycache__/dataclass_module_2_str.cpython-38.opt-2.pyc
 lib/python3.8/test/__pycache__/dataclass_module_2_str.cpython-38.pyc
+lib/python3.8/test/__pycache__/dataclass_textanno.cpython-38.opt-1.pyc
+lib/python3.8/test/__pycache__/dataclass_textanno.cpython-38.opt-2.pyc
+lib/python3.8/test/__pycache__/dataclass_textanno.cpython-38.pyc
 lib/python3.8/test/__pycache__/datetimetester.cpython-38.opt-1.pyc
 lib/python3.8/test/__pycache__/datetimetester.cpython-38.opt-2.pyc
 lib/python3.8/test/__pycache__/datetimetester.cpython-38.pyc
@@ -1816,6 +1819,7 @@ lib/python3.8/test/dataclass_module_1.py
 lib/python3.8/test/dataclass_module_1_str.py
 lib/python3.8/test/dataclass_module_2.py
 lib/python3.8/test/dataclass_module_2_str.py
+lib/python3.8/test/dataclass_textanno.py
 lib/python3.8/test/datetimetester.py
 lib/python3.8/test/decimaltestdata/
 lib/python3.8/test/decimaltestdata/abs.decTest

Reply via email to