Re: [UPDATE] lang/python/3.8

2020-09-28 Thread Laurence Tratt
On Sat, Sep 26, 2020 at 09:57:11PM +0200, Christian Weisgerber wrote:

> There was one build error (x11/xcolor), but it's not clear that it
> was caused by the Python update.  I sent details to Remi and Laurence.

A quick update of the off-list discussion: I believe this was caused because
of a missing BUILD_DEPENDS on python3 (one of xcolor's Rust dependencies
uses "python3" in build.rs; we'd only notice this if/when xcolor is built
when python3 isn't installed). I think we have the appropriate fix.


Laurie



Re: [UPDATE] lang/python/3.8

2020-09-26 Thread Christian Weisgerber
Remi Pointel:

> this is the diff to update Python 3.8 to latest release.
> 
> sthen@ or naddy@: someone of you could test a bulk build with this diff?

There was one build error (x11/xcolor), but it's not clear that it
was caused by the Python update.  I sent details to Remi and Laurence.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



[UPDATE] lang/python/3.8

2020-09-24 Thread Remi Pointel

Hello,

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

sthen@ or naddy@: someone of you could test a bulk build with this diff? 
Thanks in advance.


Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.8/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile	28 Jul 2020 07:58:30 -	1.7
+++ Makefile	24 Sep 2020 19:27:14 -
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =		3.8
-PATCHLEVEL =		.5
+PATCHLEVEL =		.6
 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.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo	28 Jul 2020 07:58:30 -	1.5
+++ distinfo	24 Sep 2020 19:27:14 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.8.5.tgz) = AVEVAjw4Lrarg9USdi/jxVAvoMbFL/68SDHE4aBv/Ek=
-SIZE (Python-3.8.5.tgz) = 24149103
+SHA256 (Python-3.8.6.tgz) = MTVi7pmG3Dac1ngBG9/ZgA72L797FJYiihj4azZCjCE=
+SIZE (Python-3.8.6.tgz) = 24377280
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.8/pkg/PLIST-main,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST-main
--- pkg/PLIST-main	28 Jul 2020 07:58:30 -	1.8
+++ pkg/PLIST-main	24 Sep 2020 19:27:14 -
@@ -1824,8 +1824,8 @@ lib/python3.8/ensurepip/__pycache__/_uni
 lib/python3.8/ensurepip/__pycache__/_uninstall.cpython-38.opt-2.pyc
 lib/python3.8/ensurepip/__pycache__/_uninstall.cpython-38.pyc
 lib/python3.8/ensurepip/_bundled/
-lib/python3.8/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
-lib/python3.8/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
+lib/python3.8/ensurepip/_bundled/pip-20.2.1-py2.py3-none-any.whl
+lib/python3.8/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl
 lib/python3.8/ensurepip/_uninstall.py
 lib/python3.8/enum.py
 lib/python3.8/filecmp.py
@@ -2017,9 +2017,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.5.final.0.pickle
+lib/python3.8/lib2to3/Grammar3.8.6.final.0.pickle
 lib/python3.8/lib2to3/PatternGrammar.txt
-lib/python3.8/lib2to3/PatternGrammar3.8.5.final.0.pickle
+lib/python3.8/lib2to3/PatternGrammar3.8.6.final.0.pickle
 lib/python3.8/lib2to3/__init__.py
 lib/python3.8/lib2to3/__main__.py
 lib/python3.8/lib2to3/__pycache__/


Re: [Update] lang/python/3.8 : Update to 3.8.5

2020-07-26 Thread Kurt Mosiejczuk
On Sun, Jul 26, 2020 at 03:15:48AM +, wen heping wrote:
> Hi, ports@:

>Here is a patch to update lang/python/3.8 to 3.8.5,
> it include at least 4 security fix:
>https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog

>   It build well and run well on amd64-current system.

This was pretty good, but I noticed it added a test file to PLIST-main
instead of PLIST-tests. Then I noticed a bunch of other files in "tests"
directories in there. 

So here is a version of the 3.8.5 update that moves all those into
PLIST-tests where they belong. I included a @conflict marker in PLIST-tests
for the previous versions of python 3.8.

ok?

(cc maintainer)

--Kurt

Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.8/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile3 Jul 2020 21:15:20 -   1.6
+++ Makefile26 Jul 2020 09:20:31 -
@@ -6,10 +6,9 @@
 # Python itself.
 
 VERSION =  3.8
-PATCHLEVEL =   .3
+PATCHLEVEL =   .5
 SHARED_LIBS =  python3.8 0.0
 VERSION_SPEC = >=3.8,<3.9
-REVISION = 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.4
diff -u -p -r1.4 distinfo
--- distinfo18 Jun 2020 07:31:38 -  1.4
+++ distinfo26 Jul 2020 09:20:31 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.8.3.tgz) = avbU0uAQ+WVVGND8ZzjH/3Bp8QpNL71VUJ5Gfwkqi5A=
-SIZE (Python-3.8.3.tgz) = 24067487
+SHA256 (Python-3.8.5.tgz) = AVEVAjw4Lrarg9USdi/jxVAvoMbFL/68SDHE4aBv/Ek=
+SIZE (Python-3.8.5.tgz) = 24149103
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.8/pkg/PLIST-main,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-main
--- pkg/PLIST-main  3 Jul 2020 21:10:55 -   1.7
+++ pkg/PLIST-main  26 Jul 2020 09:20:32 -
@@ -1188,187 +1188,6 @@ lib/python3.8/distutils/msvc9compiler.py
 lib/python3.8/distutils/msvccompiler.py
 lib/python3.8/distutils/spawn.py
 lib/python3.8/distutils/sysconfig.py
-lib/python3.8/distutils/tests/
-lib/python3.8/distutils/tests/Setup.sample
-lib/python3.8/distutils/tests/__init__.py
-lib/python3.8/distutils/tests/__pycache__/
-lib/python3.8/distutils/tests/__pycache__/__init__.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/__init__.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/__init__.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/support.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/support.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/support.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/test_archive_util.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/test_archive_util.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/test_archive_util.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_dumb.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_dumb.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_dumb.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_msi.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_msi.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_msi.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_rpm.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_rpm.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_rpm.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_wininst.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_wininst.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/test_bdist_wininst.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/test_build.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/test_build.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/test_build.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/test_build_clib.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/test_build_clib.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/test_build_clib.cpython-38.pyc
-lib/python3.8/distutils/tests/__pycache__/test_build_ext.cpython-38.opt-1.pyc
-lib/python3.8/distutils/tests/__pycache__/test_build_ext.cpython-38.opt-2.pyc
-lib/python3.8/distutils/tests/__pycache__/test_build_ext.cpython-38.pyc
-lib/python

[Update] lang/python/3.8 : Update to 3.8.5

2020-07-25 Thread wen heping
Hi, ports@:

   Here is a patch to update lang/python/3.8 to 3.8.5,
it include at least 4 security fix:
   https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog

  It build well and run well on amd64-current system.


Cheers !
wen
Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.8/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile3 Jul 2020 21:15:20 -   1.6
+++ Makefile26 Jul 2020 03:06:24 -
@@ -6,10 +6,9 @@
 # Python itself.
 
 VERSION =  3.8
-PATCHLEVEL =   .3
+PATCHLEVEL =   .5
 SHARED_LIBS =  python3.8 0.0
 VERSION_SPEC = >=3.8,<3.9
-REVISION = 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.4
diff -u -p -r1.4 distinfo
--- distinfo18 Jun 2020 07:31:38 -  1.4
+++ distinfo26 Jul 2020 03:06:24 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.8.3.tgz) = avbU0uAQ+WVVGND8ZzjH/3Bp8QpNL71VUJ5Gfwkqi5A=
-SIZE (Python-3.8.3.tgz) = 24067487
+SHA256 (Python-3.8.5.tgz) = AVEVAjw4Lrarg9USdi/jxVAvoMbFL/68SDHE4aBv/Ek=
+SIZE (Python-3.8.5.tgz) = 24149103
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.8/pkg/PLIST-main,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-main
--- pkg/PLIST-main  3 Jul 2020 21:10:55 -   1.7
+++ pkg/PLIST-main  26 Jul 2020 03:06:25 -
@@ -2005,8 +2005,8 @@ lib/python3.8/ensurepip/__pycache__/_uni
 lib/python3.8/ensurepip/__pycache__/_uninstall.cpython-38.opt-2.pyc
 lib/python3.8/ensurepip/__pycache__/_uninstall.cpython-38.pyc
 lib/python3.8/ensurepip/_bundled/
-lib/python3.8/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl
-lib/python3.8/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl
+lib/python3.8/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
+lib/python3.8/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
 lib/python3.8/ensurepip/_uninstall.py
 lib/python3.8/enum.py
 lib/python3.8/filecmp.py
@@ -2198,9 +2198,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.3.final.0.pickle
+lib/python3.8/lib2to3/Grammar3.8.5.final.0.pickle
 lib/python3.8/lib2to3/PatternGrammar.txt
-lib/python3.8/lib2to3/PatternGrammar3.8.3.final.0.pickle
+lib/python3.8/lib2to3/PatternGrammar3.8.5.final.0.pickle
 lib/python3.8/lib2to3/__init__.py
 lib/python3.8/lib2to3/__main__.py
 lib/python3.8/lib2to3/__pycache__/
@@ -2772,6 +2772,7 @@ lib/python3.8/tabnanny.py
 lib/python3.8/tarfile.py
 lib/python3.8/telnetlib.py
 lib/python3.8/tempfile.py
+lib/python3.8/test/recursion.tar
 lib/python3.8/textwrap.py
 lib/python3.8/this.py
 lib/python3.8/threading.py


Re: [UPDATE] lang/python/3.8

2020-04-06 Thread Kurt Mosiejczuk
On Mon, Apr 06, 2020 at 09:58:48PM +0200, Remi Pointel wrote:
> Hi,

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

> Ok?

ok kmos

--Kurt

> 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 -  1.3
> +++ Makefile  6 Apr 2020 19:52:58 -
> @@ -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 -  1.2
> +++ distinfo  6 Apr 2020 19:52:58 -
> @@ -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-main11 Feb 2020 11:45:31 -  1.4
> +++ pkg/PLIST-main6 Apr 2020 19:52:59 -
> @@ -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 -  1.3
> +++ pkg/PLIST-tests   6 Apr 2020 19:53:00 -
> @@ -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



[UPDATE] lang/python/3.8

2020-04-06 Thread Remi Pointel

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 -	1.3
+++ Makefile	6 Apr 2020 19:52:58 -
@@ -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 -	1.2
+++ distinfo	6 Apr 2020 19:52:58 -
@@ -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 -	1.4
+++ pkg/PLIST-main	6 Apr 2020 19:52:59 -
@@ -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 -	1.3
+++ pkg/PLIST-tests	6 Apr 2020 19:53:00 -
@@ -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