Hi, this is the diff to update Python 3.7 to 3.7.8.
Could you test this diff in a bulk build please? Thanks, Cheers, Remi.
Index: Makefile =================================================================== RCS file: /cvs/ports/lang/python/3.7/Makefile,v retrieving revision 1.16 diff -u -p -u -p -r1.16 Makefile --- Makefile 30 Mar 2020 14:55:16 -0000 1.16 +++ Makefile 30 Jun 2020 05:10:30 -0000 @@ -6,7 +6,7 @@ # Python itself. VERSION = 3.7 -PATCHLEVEL = .7 +PATCHLEVEL = .8 SHARED_LIBS = python3.7m 0.0 VERSION_SPEC = >=3.7,<3.8 Index: distinfo =================================================================== RCS file: /cvs/ports/lang/python/3.7/distinfo,v retrieving revision 1.5 diff -u -p -u -p -r1.5 distinfo --- distinfo 30 Mar 2020 14:55:16 -0000 1.5 +++ distinfo 30 Jun 2020 05:10:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (Python-3.7.7.tgz) = jIvpHNJkihoMJR8E6gu0wqVXD+ucReqqIkHHhVhbR1o= -SIZE (Python-3.7.7.tgz) = 23161893 +SHA256 (Python-3.7.8.tgz) = DiWDVhTcIh4+zqWDGzj6kHiLU4m5m2dadRQUyFh4mrA= +SIZE (Python-3.7.8.tgz) = 23276116 Index: pkg/PLIST-idle =================================================================== RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-idle,v retrieving revision 1.8 diff -u -p -u -p -r1.8 PLIST-idle --- pkg/PLIST-idle 30 Mar 2020 14:55:16 -0000 1.8 +++ pkg/PLIST-idle 30 Jun 2020 05:10:30 -0000 @@ -16,8 +16,8 @@ lib/python3.7/idlelib/CREDITS.txt lib/python3.7/idlelib/ChangeLog lib/python3.7/idlelib/HISTORY.txt lib/python3.7/idlelib/Icons/ +lib/python3.7/idlelib/Icons/README.txt lib/python3.7/idlelib/Icons/folder.gif -lib/python3.7/idlelib/Icons/idle.icns lib/python3.7/idlelib/Icons/idle.ico lib/python3.7/idlelib/Icons/idle_16.gif lib/python3.7/idlelib/Icons/idle_16.png @@ -25,6 +25,7 @@ lib/python3.7/idlelib/Icons/idle_32.gif lib/python3.7/idlelib/Icons/idle_32.png lib/python3.7/idlelib/Icons/idle_48.gif lib/python3.7/idlelib/Icons/idle_48.png +lib/python3.7/idlelib/Icons/idle_256.png lib/python3.7/idlelib/Icons/minusnode.gif lib/python3.7/idlelib/Icons/openfolder.gif lib/python3.7/idlelib/Icons/plusnode.gif Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v retrieving revision 1.12 diff -u -p -u -p -r1.12 PLIST-main --- pkg/PLIST-main 30 Mar 2020 14:55:16 -0000 1.12 +++ pkg/PLIST-main 30 Jun 2020 05:10:30 -0000 @@ -1798,8 +1798,8 @@ lib/python3.7/ensurepip/__pycache__/_uni lib/python3.7/ensurepip/__pycache__/_uninstall.cpython-37.opt-2.pyc lib/python3.7/ensurepip/__pycache__/_uninstall.cpython-37.pyc lib/python3.7/ensurepip/_bundled/ -lib/python3.7/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl -lib/python3.7/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl +lib/python3.7/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl +lib/python3.7/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl lib/python3.7/ensurepip/_uninstall.py lib/python3.7/enum.py lib/python3.7/filecmp.py @@ -1983,9 +1983,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.7.final.0.pickle +lib/python3.7/lib2to3/Grammar3.7.8.final.0.pickle lib/python3.7/lib2to3/PatternGrammar.txt -lib/python3.7/lib2to3/PatternGrammar3.7.7.final.0.pickle +lib/python3.7/lib2to3/PatternGrammar3.7.8.final.0.pickle lib/python3.7/lib2to3/__init__.py lib/python3.7/lib2to3/__main__.py lib/python3.7/lib2to3/__pycache__/
