Hi,

this is the diff to update Python 3.8 to latest relase.

Ok?

Diff from regression tests:
$ diff -u /tmp/Python-3.8.1 /tmp/Python-3.8.2
--- /tmp/Python-3.8.1
+++ /tmp/Python-3.8.2
@@ -1,13 +1,14 @@
 == Tests result: FAILURE ==

-395 tests OK.
+393 tests OK.

-14 tests failed:
+12 tests failed:
     test__locale test_asyncio test_c_locale_coercion test_capi
-    test_cmath test_fork1 test_locale test_math test_smtpnet
-    test_socket test_ssl test_strptime test_uuid test_zipfile
+    test_cmath test_fork1 test_locale test_math test_socket test_ssl
+    test_strptime test_uuid

-14 tests skipped:
-    test_devpoll test_epoll test_gdb test_msilib test_ossaudiodev
-    test_spwd test_startfile test_tix test_tk test_ttk_guionly
+18 tests skipped:
+    test_devpoll test_epoll test_gdb test_idle test_msilib
+    test_ossaudiodev test_spwd test_startfile test_tcl test_tix
+    test_tk test_ttk_guionly test_ttk_textonly test_turtle
     test_winconsoleio test_winreg test_winsound test_zipfile64


Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.8/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile	28 Dec 2019 18:34:39 -0000	1.3
+++ Makefile	6 Apr 2020 19:52:58 -0000
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =		3.8
-PATCHLEVEL =		.1
+PATCHLEVEL =		.2
 SHARED_LIBS =		python3.8 0.0
 VERSION_SPEC =		>=3.8,<3.9
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.8/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo	28 Dec 2019 18:34:39 -0000	1.2
+++ distinfo	6 Apr 2020 19:52:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.8.1.tgz) = x8+jmkO5lGIbJF4Cl2npEmyqKpNXHO4udDshPM6sNfs=
-SIZE (Python-3.8.1.tgz) = 23978360
+SHA256 (Python-3.8.2.tgz) = 5jSnp0d2wriVFrLgE92hcoyJyBSbmGO4zqIZRtr51WE=
+SIZE (Python-3.8.2.tgz) = 24007411
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.8/pkg/PLIST-main,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST-main
--- pkg/PLIST-main	11 Feb 2020 11:45:31 -0000	1.4
+++ pkg/PLIST-main	6 Apr 2020 19:52:59 -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.1.final.0.pickle
+lib/python3.8/lib2to3/Grammar3.8.2.final.0.pickle
 lib/python3.8/lib2to3/PatternGrammar.txt
-lib/python3.8/lib2to3/PatternGrammar3.8.1.final.0.pickle
+lib/python3.8/lib2to3/PatternGrammar3.8.2.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.3
diff -u -p -u -p -r1.3 PLIST-tests
--- pkg/PLIST-tests	11 Feb 2020 11:45:31 -0000	1.3
+++ pkg/PLIST-tests	6 Apr 2020 19:53:00 -0000
@@ -2734,6 +2734,9 @@ lib/python3.8/test/test_importlib/__pyca
 lib/python3.8/test/test_importlib/__pycache__/fixtures.cpython-38.opt-1.pyc
 lib/python3.8/test/test_importlib/__pycache__/fixtures.cpython-38.opt-2.pyc
 lib/python3.8/test/test_importlib/__pycache__/fixtures.cpython-38.pyc
+lib/python3.8/test/test_importlib/__pycache__/stubs.cpython-38.opt-1.pyc
+lib/python3.8/test/test_importlib/__pycache__/stubs.cpython-38.opt-2.pyc
+lib/python3.8/test/test_importlib/__pycache__/stubs.cpython-38.pyc
 lib/python3.8/test/test_importlib/__pycache__/test_abc.cpython-38.opt-1.pyc
 lib/python3.8/test/test_importlib/__pycache__/test_abc.cpython-38.opt-2.pyc
 lib/python3.8/test/test_importlib/__pycache__/test_abc.cpython-38.pyc
@@ -3058,6 +3061,7 @@ lib/python3.8/test/test_importlib/source
 lib/python3.8/test/test_importlib/source/test_finder.py
 lib/python3.8/test/test_importlib/source/test_path_hook.py
 lib/python3.8/test/test_importlib/source/test_source_encoding.py
+lib/python3.8/test/test_importlib/stubs.py
 lib/python3.8/test/test_importlib/test_abc.py
 lib/python3.8/test/test_importlib/test_api.py
 lib/python3.8/test/test_importlib/test_lazy.py

Reply via email to