Monday, September 30, 2019

Update or retire? Python 3.6.9

The below diff updates Python 3.6 to 3.6.9, the latest.

I had looked at it many weeks ago, but one of the tests hangs forever on
sparc64. (Tests seem to run in parallel and one seems to get lost).

I figure we should either update Python 3.6 to the latest or bite the
bullet and remove it. I originally voted in favor of keeping it around
but don't feel strongly about that. If someone wants it gone, I'm fine
with that.

Thoughts? OK?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.6/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile 20 May 2019 22:15:15 -0000 1.21
+++ Makefile 30 Sep 2019 20:38:24 -0000
@@ -6,11 +6,9 @@
# Python itself.

VERSION = 3.6
-PATCHLEVEL = .8
+PATCHLEVEL = .9
SHARED_LIBS = python3.6m 0.0
VERSION_SPEC = >=3.6,<3.7
-
-REVISION = 4

CONFIGURE_ARGS += --with-ensurepip=no
CONFIGURE_ARGS += --enable-loadable-sqlite-extensions
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.6/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo 7 Jan 2019 06:43:00 -0000 1.9
+++ distinfo 30 Sep 2019 20:38:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.6.8.tgz) = f1sfCLOwpZU4fvbGTIWxsTs4q+8N2HGDXukjJi5PMvA=
-SIZE (Python-3.6.8.tgz) = 23010188
+SHA256 (Python-3.6.9.tgz) = R/ySody5RrntCrwxHTdntyFcVOZVsX/R0/m1OBlVJao=
+SIZE (Python-3.6.9.tgz) = 23016893
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.6/pkg/PLIST-main,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST-main
--- pkg/PLIST-main 10 May 2019 12:01:55 -0000 1.13
+++ pkg/PLIST-main 30 Sep 2019 20:38:24 -0000
@@ -2339,9 +2339,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.8.final.0.pickle
+lib/python3.6/lib2to3/Grammar3.6.9.final.0.pickle
lib/python3.6/lib2to3/PatternGrammar.txt
-lib/python3.6/lib2to3/PatternGrammar3.6.8.final.0.pickle
+lib/python3.6/lib2to3/PatternGrammar3.6.9.final.0.pickle
lib/python3.6/lib2to3/__init__.py
lib/python3.6/lib2to3/__main__.py
lib/python3.6/lib2to3/__pycache__/
@@ -2957,6 +2957,7 @@ lib/python3.6/test/support/__pycache__/t
lib/python3.6/test/support/__pycache__/testresult.cpython-36.opt-2.pyc
lib/python3.6/test/support/__pycache__/testresult.cpython-36.pyc
lib/python3.6/test/support/testresult.py
+lib/python3.6/test/talos-2019-0758.pem
lib/python3.6/test/test_bdb.py
lib/python3.6/textwrap.py
lib/python3.6/this.py

No comments:

Post a Comment