diff options
author | adam <adam@pkgsrc.org> | 2020-02-27 14:33:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-02-27 14:33:02 +0000 |
commit | c762c15e8e2fe1fcde9fa77f5db0935d1a72be3d (patch) | |
tree | dcb92f9b55a6d1fa6ddaab4e897d9577de7bce97 /lang | |
parent | 30b4eea348f7e10cd9e505f2fb07bbecdaf5bdb8 (diff) | |
download | pkgsrc-c762c15e8e2fe1fcde9fa77f5db0935d1a72be3d.tar.gz |
python38: updated to 3.8.2
Python 3.8.2 final
Core and Builtins
bpo-39382: Fix a use-after-free in the single inheritance path of issubclass(), when the __bases__ of an object has a single reference, and so does its first item. Patch by Yonatan Goldschmidt.
bpo-39427: Document all possibilities for the -X options in the command line help section. Patch by Pablo Galindo.
Library
bpo-39649: Remove obsolete check for __args__ in bdb.Bdb.format_stack_entry.
bpo-39681: Fix a regression where the C pickle module wouldn’t allow unpickling from a file-like object that doesn’t expose a readinto() method.
bpo-39546: Fix a regression in ArgumentParser where allow_abbrev=False was ignored for long options that used a prefix character other than “-“.
bpo-39432: Implement PEP-489 algorithm for non-ascii “PyInit_…” symbol names in distutils to make it export the correct init symbol also on Windows.
Documentation
bpo-17422: The language reference now specifies restrictions on class namespaces. Adapted from a patch by Ethan Furman.
bpo-39572: Updated documentation of total flag of TypeDict.
bpo-39654: In pyclbr doc, update ‘class’ to ‘module’ where appropriate and add readmodule comment. Patch by Hakan Çelik.
IDLE
bpo-39663: Add tests for pyparse find_good_parse_start().
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py38-html-docs/Makefile | 4 | ||||
-rw-r--r-- | lang/py38-html-docs/PLIST | 4 | ||||
-rw-r--r-- | lang/py38-html-docs/distinfo | 10 | ||||
-rw-r--r-- | lang/python38/Makefile | 3 | ||||
-rw-r--r-- | lang/python38/PLIST | 5 | ||||
-rw-r--r-- | lang/python38/dist.mk | 4 | ||||
-rw-r--r-- | lang/python38/distinfo | 10 |
7 files changed, 21 insertions, 19 deletions
diff --git a/lang/py38-html-docs/Makefile b/lang/py38-html-docs/Makefile index 478fabca5ce..0898d5129ea 100644 --- a/lang/py38-html-docs/Makefile +++ b/lang/py38-html-docs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2019/12/28 22:40:35 adam Exp $ +# $NetBSD: Makefile,v 1.3 2020/02/27 14:33:02 adam Exp $ -VERS= 3.8.1 +VERS= 3.8.2 DISTNAME= python-${VERS}-docs-html PKGNAME= py38-html-docs-${VERS} CATEGORIES= lang python diff --git a/lang/py38-html-docs/PLIST b/lang/py38-html-docs/PLIST index 5d2e77844a6..d9e35936a8a 100644 --- a/lang/py38-html-docs/PLIST +++ b/lang/py38-html-docs/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2019/12/28 22:40:35 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/02/27 14:33:02 adam Exp $ share/doc/python3.8/.buildinfo -share/doc/python3.8/_downloads/d8bc32206d9a467c549e165dcdbea6e5/tzinfo_examples.py +share/doc/python3.8/_downloads/16482684b64298fd86bb24f3512047e2/tzinfo_examples.py share/doc/python3.8/_images/hashlib-blake2-tree.png share/doc/python3.8/_images/logging_flow.png share/doc/python3.8/_images/pathlib-inheritance.png diff --git a/lang/py38-html-docs/distinfo b/lang/py38-html-docs/distinfo index c68fef5e20e..dd22db2dd5f 100644 --- a/lang/py38-html-docs/distinfo +++ b/lang/py38-html-docs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2019/12/28 22:40:35 adam Exp $ +$NetBSD: distinfo,v 1.3 2020/02/27 14:33:02 adam Exp $ -SHA1 (python-3.8.1-docs-html.tar.bz2) = f220833687d08b88a48524360c081f8d46cb611c -RMD160 (python-3.8.1-docs-html.tar.bz2) = f4c9d32c21328e973643d5cc365d82980c9c57c1 -SHA512 (python-3.8.1-docs-html.tar.bz2) = 5cfcdce2fc12824d512e59689b070541f461404ff74aa5ab980576af95449c18c9340687a405af6ea48f7f1826f85a26cd86dfbe07acdb984687bc0fdb5a8edd -Size (python-3.8.1-docs-html.tar.bz2) = 6527362 bytes +SHA1 (python-3.8.2-docs-html.tar.bz2) = b1826df3628997aea36c690df713fae25d4530f6 +RMD160 (python-3.8.2-docs-html.tar.bz2) = f2ffd7e47197f11749459cdb216f96e2281762e4 +SHA512 (python-3.8.2-docs-html.tar.bz2) = 1453770abba67b147a9a8911de3f31972beeea3b7249b1009944635e30e8b4143f1ceaee447dc9f14d85bd09bc67671b922e3e931b8e1279b46ab10ab5c91091 +Size (python-3.8.2-docs-html.tar.bz2) = 6536475 bytes diff --git a/lang/python38/Makefile b/lang/python38/Makefile index b7d7515ad46..1e4ec5b5da5 100644 --- a/lang/python38/Makefile +++ b/lang/python38/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/01/25 10:45:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2020/02/27 14:33:02 adam Exp $ .include "dist.mk" PKGNAME= python38-${PY_DISTVERSION} -PKGREVISION= 2 CATEGORIES= lang python MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/lang/python38/PLIST b/lang/python38/PLIST index 415a224a1b6..82f3dd650ea 100644 --- a/lang/python38/PLIST +++ b/lang/python38/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/12/28 22:36:13 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/02/27 14:33:02 adam Exp $ bin/2to3-${PY_VER_SUFFIX} bin/pydoc${PY_VER_SUFFIX} bin/python${PY_VER_SUFFIX} @@ -4144,6 +4144,9 @@ lib/python${PY_VER_SUFFIX}/test/test_importlib/source/test_path_hook.pyo lib/python${PY_VER_SUFFIX}/test/test_importlib/source/test_source_encoding.py lib/python${PY_VER_SUFFIX}/test/test_importlib/source/test_source_encoding.pyc lib/python${PY_VER_SUFFIX}/test/test_importlib/source/test_source_encoding.pyo +lib/python${PY_VER_SUFFIX}/test/test_importlib/stubs.py +lib/python${PY_VER_SUFFIX}/test/test_importlib/stubs.pyc +lib/python${PY_VER_SUFFIX}/test/test_importlib/stubs.pyo lib/python${PY_VER_SUFFIX}/test/test_importlib/test_abc.py lib/python${PY_VER_SUFFIX}/test/test_importlib/test_abc.pyc lib/python${PY_VER_SUFFIX}/test/test_importlib/test_abc.pyo diff --git a/lang/python38/dist.mk b/lang/python38/dist.mk index 6712a185beb..7207357eb51 100644 --- a/lang/python38/dist.mk +++ b/lang/python38/dist.mk @@ -1,6 +1,6 @@ -# $NetBSD: dist.mk,v 1.2 2019/12/28 22:36:13 adam Exp $ +# $NetBSD: dist.mk,v 1.3 2020/02/27 14:33:02 adam Exp $ -PY_DISTVERSION= 3.8.1 +PY_DISTVERSION= 3.8.2 DISTNAME= Python-${PY_DISTVERSION} EXTRACT_SUFX= .tar.xz DISTINFO_FILE= ${.CURDIR}/../../lang/python38/distinfo diff --git a/lang/python38/distinfo b/lang/python38/distinfo index 430152b1813..d8d439476ba 100644 --- a/lang/python38/distinfo +++ b/lang/python38/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2020/01/06 22:54:51 leot Exp $ +$NetBSD: distinfo,v 1.5 2020/02/27 14:33:02 adam Exp $ -SHA1 (Python-3.8.1.tar.xz) = a48fd28a037c0bcd7b7fc4d914c023f584e910ed -RMD160 (Python-3.8.1.tar.xz) = 057623eae4d7b82eb037176f8e80c87a30bd3586 -SHA512 (Python-3.8.1.tar.xz) = d41381848cc1ec8009643b71875f395a9ac2c8e12a5b1efef33caf8a9e99a337c790d4354695c85352d11b62092ae372b5af62f78724363fcbf3504ff9a6ddca -Size (Python-3.8.1.tar.xz) = 17828408 bytes +SHA1 (Python-3.8.2.tar.xz) = 5ae54baf26628a7ed74206650a31192e6d5c6f93 +RMD160 (Python-3.8.2.tar.xz) = 8a03650894857d2b7be679613646ad1fff22d98e +SHA512 (Python-3.8.2.tar.xz) = ca37ad0e7c5845f5f228566aa8ff654a8f428c7d4a5aaabff29baebb0ca3219b31ba8bb2607f89e37cf3fc564f023b8407e53a4f2c47bd99122c1cc222613e37 +Size (Python-3.8.2.tar.xz) = 17869888 bytes SHA1 (patch-Lib_ctypes_util.py) = 032cc99ebad93ddddfd89073c60424a952e3faa3 SHA1 (patch-Lib_distutils_command_install.py) = 6fc6f5d918b7581fc62cd0fe55857ee932c3a341 SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf |