update python to 3.6.6.
tested in a bulk build by naddy@ (thanks). release notes: https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-6-final
This commit is contained in:
parent
9298dadb3e
commit
52492d9dd4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2018/04/03 17:53:48 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2018/07/02 04:56:07 rpointel Exp $
|
||||
|
||||
# IMPORTANT! If you make any changes to the Python ports, be sure
|
||||
# to also update files/CHANGES.OpenBSD for your change. This is a
|
||||
@ -6,7 +6,7 @@
|
||||
# Python itself.
|
||||
|
||||
VERSION = 3.6
|
||||
PATCHLEVEL = .5
|
||||
PATCHLEVEL = .6
|
||||
SHARED_LIBS = python3.6m 0.0
|
||||
VERSION_SPEC = >=3.6,<3.7
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Python-3.6.5.tgz) = U6PhfXfNFcUjAZK2qMHgMcB82fNKLwiacxxva9ND1cY=
|
||||
SIZE (Python-3.6.5.tgz) = 22994617
|
||||
SHA256 (Python-3.6.6.tgz) = fVba32x9kqI4cCOJ6Az+Zvv65z5YQYntb4nHW78+2lg=
|
||||
SIZE (Python-3.6.6.tgz) = 22930752
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2018/04/03 17:53:48 rpointel Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.8 2018/07/02 04:56:07 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python->=3.6,<3.7
|
||||
@ -2163,7 +2163,7 @@ lib/python3.6/ensurepip/__pycache__/_uninstall.cpython-36.opt-1.pyc
|
||||
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-9.0.3-py2.py3-none-any.whl
|
||||
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/_uninstall.py
|
||||
lib/python3.6/enum.py
|
||||
@ -2219,6 +2219,10 @@ lib/python3.6/http/client.py
|
||||
lib/python3.6/http/cookiejar.py
|
||||
lib/python3.6/http/cookies.py
|
||||
lib/python3.6/http/server.py
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_codecontext.cpython-36.opt-1.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_codecontext.cpython-36.opt-2.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_codecontext.cpython-36.pyc
|
||||
lib/python3.6/idlelib/idle_test/test_codecontext.py
|
||||
lib/python3.6/imaplib.py
|
||||
lib/python3.6/imghdr.py
|
||||
lib/python3.6/imp.py
|
||||
@ -2340,9 +2344,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.5.final.0.pickle
|
||||
lib/python3.6/lib2to3/Grammar3.6.6.final.0.pickle
|
||||
lib/python3.6/lib2to3/PatternGrammar.txt
|
||||
lib/python3.6/lib2to3/PatternGrammar3.6.5.final.0.pickle
|
||||
lib/python3.6/lib2to3/PatternGrammar3.6.6.final.0.pickle
|
||||
lib/python3.6/lib2to3/__init__.py
|
||||
lib/python3.6/lib2to3/__main__.py
|
||||
lib/python3.6/lib2to3/__pycache__/
|
||||
@ -2950,6 +2954,14 @@ lib/python3.6/tabnanny.py
|
||||
lib/python3.6/tarfile.py
|
||||
lib/python3.6/telnetlib.py
|
||||
lib/python3.6/tempfile.py
|
||||
lib/python3.6/test/__pycache__/test_bdb.cpython-36.opt-1.pyc
|
||||
lib/python3.6/test/__pycache__/test_bdb.cpython-36.opt-2.pyc
|
||||
lib/python3.6/test/__pycache__/test_bdb.cpython-36.pyc
|
||||
lib/python3.6/test/libregrtest/__pycache__/utils.cpython-36.opt-1.pyc
|
||||
lib/python3.6/test/libregrtest/__pycache__/utils.cpython-36.opt-2.pyc
|
||||
lib/python3.6/test/libregrtest/__pycache__/utils.cpython-36.pyc
|
||||
lib/python3.6/test/libregrtest/utils.py
|
||||
lib/python3.6/test/test_bdb.py
|
||||
lib/python3.6/textwrap.py
|
||||
lib/python3.6/this.py
|
||||
lib/python3.6/threading.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user