update Python to 3.8.6.
tested in a bulk build by naddy@.
This commit is contained in:
parent
dc57102064
commit
66e1401e79
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2020/07/28 07:58:30 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2020/09/28 11:36:03 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.8
|
||||
PATCHLEVEL = .5
|
||||
PATCHLEVEL = .6
|
||||
SHARED_LIBS = python3.8 0.0
|
||||
VERSION_SPEC = >=3.8,<3.9
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Python-3.8.5.tgz) = AVEVAjw4Lrarg9USdi/jxVAvoMbFL/68SDHE4aBv/Ek=
|
||||
SIZE (Python-3.8.5.tgz) = 24149103
|
||||
SHA256 (Python-3.8.6.tgz) = MTVi7pmG3Dac1ngBG9/ZgA72L797FJYiihj4azZCjCE=
|
||||
SIZE (Python-3.8.6.tgz) = 24377280
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.8 2020/07/28 07:58:30 kmos Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.9 2020/09/28 11:36:03 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python-${VERSION_SPEC}
|
||||
@ -1824,8 +1824,8 @@ lib/python3.8/ensurepip/__pycache__/_uninstall.cpython-38.opt-1.pyc
|
||||
lib/python3.8/ensurepip/__pycache__/_uninstall.cpython-38.opt-2.pyc
|
||||
lib/python3.8/ensurepip/__pycache__/_uninstall.cpython-38.pyc
|
||||
lib/python3.8/ensurepip/_bundled/
|
||||
lib/python3.8/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
|
||||
lib/python3.8/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
|
||||
lib/python3.8/ensurepip/_bundled/pip-20.2.1-py2.py3-none-any.whl
|
||||
lib/python3.8/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl
|
||||
lib/python3.8/ensurepip/_uninstall.py
|
||||
lib/python3.8/enum.py
|
||||
lib/python3.8/filecmp.py
|
||||
@ -2017,9 +2017,9 @@ lib/python3.8/lib-dynload/
|
||||
@so lib/python3.8/lib-dynload/zlib.so
|
||||
lib/python3.8/lib2to3/
|
||||
lib/python3.8/lib2to3/Grammar.txt
|
||||
lib/python3.8/lib2to3/Grammar3.8.5.final.0.pickle
|
||||
lib/python3.8/lib2to3/Grammar3.8.6.final.0.pickle
|
||||
lib/python3.8/lib2to3/PatternGrammar.txt
|
||||
lib/python3.8/lib2to3/PatternGrammar3.8.5.final.0.pickle
|
||||
lib/python3.8/lib2to3/PatternGrammar3.8.6.final.0.pickle
|
||||
lib/python3.8/lib2to3/__init__.py
|
||||
lib/python3.8/lib2to3/__main__.py
|
||||
lib/python3.8/lib2to3/__pycache__/
|
||||
|
Loading…
x
Reference in New Issue
Block a user