Hi,

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

@naddy: could you test it in a bulk build please? Thanks in advance.

Ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.6/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile	3 Nov 2018 18:56:32 -0000	1.15
+++ Makefile	3 Jan 2019 08:03:04 -0000
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =		3.6
-PATCHLEVEL =		.7
+PATCHLEVEL =		.8
 SHARED_LIBS =		python3.6m 0.0
 VERSION_SPEC =		>=3.6,<3.7
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.6/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo	3 Nov 2018 18:56:32 -0000	1.8
+++ distinfo	3 Jan 2019 08:03:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.6.7.tgz) = t8Nvftj3FDssRhU7czLbIidmn1g+oMznU/rPVJ0aQjk=
-SIZE (Python-3.6.7.tgz) = 22969142
+SHA256 (Python-3.6.8.tgz) = f1sfCLOwpZU4fvbGTIWxsTs4q+8N2HGDXukjJi5PMvA=
+SIZE (Python-3.6.8.tgz) = 23010188
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.6/pkg/PLIST-main,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 PLIST-main
--- pkg/PLIST-main	3 Nov 2018 18:56:32 -0000	1.9
+++ pkg/PLIST-main	3 Jan 2019 08:03:04 -0000
@@ -2163,8 +2163,8 @@ lib/python3.6/ensurepip/__pycache__/_uni
 lib/python3.6/ensurepip/__pycache__/_uninstall.cpython-36.opt-2.pyc
 lib/python3.6/ensurepip/__pycache__/_uninstall.cpython-36.pyc
 lib/python3.6/ensurepip/_bundled/
-lib/python3.6/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl
-lib/python3.6/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
+lib/python3.6/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl
+lib/python3.6/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl
 lib/python3.6/ensurepip/_uninstall.py
 lib/python3.6/enum.py
 lib/python3.6/filecmp.py
@@ -2432,9 +2432,9 @@ lib/python3.6/lib-dynload/xxlimited.so
 lib/python3.6/lib-dynload/zlib.so
 lib/python3.6/lib2to3/
 lib/python3.6/lib2to3/Grammar.txt
-lib/python3.6/lib2to3/Grammar3.6.7.final.0.pickle
+lib/python3.6/lib2to3/Grammar3.6.8.final.0.pickle
 lib/python3.6/lib2to3/PatternGrammar.txt
-lib/python3.6/lib2to3/PatternGrammar3.6.7.final.0.pickle
+lib/python3.6/lib2to3/PatternGrammar3.6.8.final.0.pickle
 lib/python3.6/lib2to3/__init__.py
 lib/python3.6/lib2to3/__main__.py
 lib/python3.6/lib2to3/__pycache__/
Index: pkg/PLIST-tests
===================================================================
RCS file: /cvs/ports/lang/python/3.6/pkg/PLIST-tests,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 PLIST-tests
--- pkg/PLIST-tests	3 Nov 2018 18:56:32 -0000	1.7
+++ pkg/PLIST-tests	3 Jan 2019 08:03:04 -0000
@@ -1917,10 +1917,6 @@ lib/python3.6/test/test_asyncio/__pycach
 lib/python3.6/test/test_asyncio/echo.py
 lib/python3.6/test/test_asyncio/echo2.py
 lib/python3.6/test/test_asyncio/echo3.py
-lib/python3.6/test/test_asyncio/keycert3.pem
-lib/python3.6/test/test_asyncio/pycacert.pem
-lib/python3.6/test/test_asyncio/ssl_cert.pem
-lib/python3.6/test/test_asyncio/ssl_key.pem
 lib/python3.6/test/test_asyncio/test_base_events.py
 lib/python3.6/test/test_asyncio/test_events.py
 lib/python3.6/test/test_asyncio/test_futures.py

Reply via email to