This updates Python 3.9 to 3.9.1

https://docs.python.org/release/3.9.1/whatsnew/changelog.html#changelog

Tests pass as before on amd64

(cc maintainer)

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.9/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    5 Oct 2020 20:48:10 -0000       1.1.1.1
+++ Makefile    28 Dec 2020 21:21:55 -0000
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =              3.9
-PATCHLEVEL =           .0
+PATCHLEVEL =           .1
 SHARED_LIBS =          python3.9 0.0
 VERSION_SPEC =         >=3.9,<3.10
 #PSUBDIR =             python/3.9.0
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.9/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    5 Oct 2020 20:48:10 -0000       1.1.1.1
+++ distinfo    28 Dec 2020 21:21:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.9.0.tgz) = 33lrLcjvCF7a4ll6QcHApjYl69kkh62u8v7SK1Z4c+g=
-SIZE (Python-3.9.0.tgz) = 26724009
+SHA256 (Python-3.9.1.tgz) = KcuRugODRtoL2auEoKVahF2HLDQaTaaHn0YulMdB8Rc=
+SIZE (Python-3.9.1.tgz) = 25372998
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.9/pkg/PLIST-main,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST-main
--- pkg/PLIST-main      5 Oct 2020 20:48:12 -0000       1.1.1.1
+++ pkg/PLIST-main      28 Dec 2020 21:21:56 -0000
@@ -1853,7 +1853,6 @@ lib/python3.9/ensurepip/_bundled/__pycac
 lib/python3.9/ensurepip/_bundled/__pycache__/__init__.cpython-39.opt-1.pyc
 lib/python3.9/ensurepip/_bundled/__pycache__/__init__.cpython-39.opt-2.pyc
 lib/python3.9/ensurepip/_bundled/__pycache__/__init__.cpython-39.pyc
-lib/python3.9/ensurepip/_bundled/pip-20.2.1-py2.py3-none-any.whl
 lib/python3.9/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl
 lib/python3.9/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl
 lib/python3.9/ensurepip/_uninstall.py
@@ -2054,9 +2053,9 @@ lib/python3.9/lib-dynload/
 @so lib/python3.9/lib-dynload/zlib.so
 lib/python3.9/lib2to3/
 lib/python3.9/lib2to3/Grammar.txt
-lib/python3.9/lib2to3/Grammar3.9.0.final.0.pickle
+lib/python3.9/lib2to3/Grammar3.9.1.final.0.pickle
 lib/python3.9/lib2to3/PatternGrammar.txt
-lib/python3.9/lib2to3/PatternGrammar3.9.0.final.0.pickle
+lib/python3.9/lib2to3/PatternGrammar3.9.1.final.0.pickle
 lib/python3.9/lib2to3/__init__.py
 lib/python3.9/lib2to3/__main__.py
 lib/python3.9/lib2to3/__pycache__/
Index: pkg/PLIST-tests
===================================================================
RCS file: /cvs/ports/lang/python/3.9/pkg/PLIST-tests,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST-tests
--- pkg/PLIST-tests     5 Oct 2020 20:48:12 -0000       1.1.1.1
+++ pkg/PLIST-tests     28 Dec 2020 21:21:56 -0000
@@ -2502,6 +2502,9 @@ lib/python3.9/test/test_asyncio/__pycach
 lib/python3.9/test/test_asyncio/__pycache__/test_futures.cpython-39.opt-1.pyc
 lib/python3.9/test/test_asyncio/__pycache__/test_futures.cpython-39.opt-2.pyc
 lib/python3.9/test/test_asyncio/__pycache__/test_futures.cpython-39.pyc
+lib/python3.9/test/test_asyncio/__pycache__/test_futures2.cpython-39.opt-1.pyc
+lib/python3.9/test/test_asyncio/__pycache__/test_futures2.cpython-39.opt-2.pyc
+lib/python3.9/test/test_asyncio/__pycache__/test_futures2.cpython-39.pyc
 lib/python3.9/test/test_asyncio/__pycache__/test_locks.cpython-39.opt-1.pyc
 lib/python3.9/test/test_asyncio/__pycache__/test_locks.cpython-39.opt-2.pyc
 lib/python3.9/test/test_asyncio/__pycache__/test_locks.cpython-39.pyc
@@ -2571,6 +2574,7 @@ lib/python3.9/test/test_asyncio/test_buf
 lib/python3.9/test/test_asyncio/test_context.py
 lib/python3.9/test/test_asyncio/test_events.py
 lib/python3.9/test/test_asyncio/test_futures.py
+lib/python3.9/test/test_asyncio/test_futures2.py
 lib/python3.9/test/test_asyncio/test_locks.py
 lib/python3.9/test/test_asyncio/test_pep492.py
 lib/python3.9/test/test_asyncio/test_proactor_events.py

Reply via email to