update to Python 3.6.5, tested in a bulk build by naddy@ (thanks).
release notes: https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-5-final
This commit is contained in:
parent
7c847e367b
commit
8bf4b1a96e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2018/03/18 01:27:30 tb Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2018/04/03 17:53:48 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,10 +6,9 @@
|
||||
# Python itself.
|
||||
|
||||
VERSION = 3.6
|
||||
PATCHLEVEL = .4
|
||||
PATCHLEVEL = .5
|
||||
SHARED_LIBS = python3.6m 0.0
|
||||
VERSION_SPEC = >=3.6,<3.7
|
||||
REVISION-main = 0
|
||||
|
||||
CONFIGURE_ARGS += --with-ensurepip=no
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Python-3.6.4.tgz) = fcRT4ak8CDOI6xojolaGJAf4I0qW3E+uD8doICAidIY=
|
||||
SIZE (Python-3.6.4.tgz) = 22710891
|
||||
SHA256 (Python-3.6.5.tgz) = U6PhfXfNFcUjAZK2qMHgMcB82fNKLwiacxxva9ND1cY=
|
||||
SIZE (Python-3.6.5.tgz) = 22994617
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-idle,v 1.4 2017/12/20 19:47:30 rpointel Exp $
|
||||
@comment $OpenBSD: PLIST-idle,v 1.5 2018/04/03 17:53:48 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python-idle->=3.6,<3.7
|
||||
@ -330,6 +330,9 @@ lib/python3.6/idlelib/idle_test/__pycache__/test_pathbrowser.cpython-36.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_percolator.cpython-36.opt-1.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_percolator.cpython-36.opt-2.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_percolator.cpython-36.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_pyparse.cpython-36.opt-1.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_pyparse.cpython-36.opt-2.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_pyparse.cpython-36.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_query.cpython-36.opt-1.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_query.cpython-36.opt-2.pyc
|
||||
lib/python3.6/idlelib/idle_test/__pycache__/test_query.cpython-36.pyc
|
||||
@ -399,6 +402,7 @@ lib/python3.6/idlelib/idle_test/test_paragraph.py
|
||||
lib/python3.6/idlelib/idle_test/test_parenmatch.py
|
||||
lib/python3.6/idlelib/idle_test/test_pathbrowser.py
|
||||
lib/python3.6/idlelib/idle_test/test_percolator.py
|
||||
lib/python3.6/idlelib/idle_test/test_pyparse.py
|
||||
lib/python3.6/idlelib/idle_test/test_query.py
|
||||
lib/python3.6/idlelib/idle_test/test_redirector.py
|
||||
lib/python3.6/idlelib/idle_test/test_replace.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2017/12/20 19:47:30 rpointel Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2018/04/03 17:53:48 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python->=3.6,<3.7
|
||||
@ -2163,8 +2163,8 @@ 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.1-py2.py3-none-any.whl
|
||||
lib/python3.6/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl
|
||||
lib/python3.6/ensurepip/_bundled/pip-9.0.3-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
|
||||
lib/python3.6/filecmp.py
|
||||
@ -2340,9 +2340,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.4.final.0.pickle
|
||||
lib/python3.6/lib2to3/Grammar3.6.5.final.0.pickle
|
||||
lib/python3.6/lib2to3/PatternGrammar.txt
|
||||
lib/python3.6/lib2to3/PatternGrammar3.6.4.final.0.pickle
|
||||
lib/python3.6/lib2to3/PatternGrammar3.6.5.final.0.pickle
|
||||
lib/python3.6/lib2to3/__init__.py
|
||||
lib/python3.6/lib2to3/__main__.py
|
||||
lib/python3.6/lib2to3/__pycache__/
|
||||
|
Loading…
Reference in New Issue
Block a user