Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang python38 py38-html-docs: updated to 3.8.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9cac1a6921d
branches:  trunk
changeset: 435961:f9cac1a6921d
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 21 16:31:15 2020 +0000

description:
python38 py38-html-docs: updated to 3.8.5

Python 3.8.5 final

Security
bpo-41304: Fixes python3x._pth being ignored on Windows, caused by the fix for bpo-29778 (CVE-2020-15801).
bpo-39603: Prevent http header injection by rejecting control characters in http.client.putrequest(…).

Core and Builtins
bpo-41295: Resolve a regression in CPython 3.8.4 where defining “__setattr__” in a multi-inheritance setup and calling up the hierarchy chain could fail if builtins/extension types were involved in 
the base types.

Library
bpo-41288: Unpickling invalid NEWOBJ_EX opcode with the C implementation raises now UnpicklingError instead of crashing.
bpo-39017: Avoid infinite loop when reading specially crafted TAR files using the tarfile module (CVE-2019-20907).

Documentation
bpo-37703: Updated Documentation to comprehensively elaborate on the behaviour of gather.cancel()

Build
bpo-41302: Enable building Python 3.8 with libmpdec-2.5.0 to ease maintenance for Linux distributions. Patch by Felix Yan.

macOS
bpo-40741: Update macOS installer to use SQLite 3.32.3.

IDLE
bpo-41300: Save files with non-ascii chars. Fix regression released in 3.9.0b4 and 3.8.4.

diffstat:

 lang/py38-html-docs/Makefile |   4 ++--
 lang/py38-html-docs/PLIST    |   4 ++--
 lang/py38-html-docs/distinfo |  10 +++++-----
 lang/python38/PLIST          |   3 ++-
 lang/python38/dist.mk        |   4 ++--
 lang/python38/distinfo       |  10 +++++-----
 6 files changed, 18 insertions(+), 17 deletions(-)

diffs (86 lines):

diff -r 9ded8da351aa -r f9cac1a6921d lang/py38-html-docs/Makefile
--- a/lang/py38-html-docs/Makefile      Tue Jul 21 15:53:10 2020 +0000
+++ b/lang/py38-html-docs/Makefile      Tue Jul 21 16:31:15 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/07/14 19:12:31 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/07/21 16:31:15 adam Exp $
 
-VERS=          3.8.4
+VERS=          3.8.5
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py38-html-docs-${VERS}
 CATEGORIES=    lang python
diff -r 9ded8da351aa -r f9cac1a6921d lang/py38-html-docs/PLIST
--- a/lang/py38-html-docs/PLIST Tue Jul 21 15:53:10 2020 +0000
+++ b/lang/py38-html-docs/PLIST Tue Jul 21 16:31:15 2020 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2020/07/14 19:12:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/07/21 16:31:15 adam Exp $
 share/doc/python3.8/.buildinfo
-share/doc/python3.8/_downloads/7114a7f33dfa666402f17110163f1e34/tzinfo_examples.py
+share/doc/python3.8/_downloads/3dbf48d5bb3b33cd993965a94bfcb4d2/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 -r 9ded8da351aa -r f9cac1a6921d lang/py38-html-docs/distinfo
--- a/lang/py38-html-docs/distinfo      Tue Jul 21 15:53:10 2020 +0000
+++ b/lang/py38-html-docs/distinfo      Tue Jul 21 16:31:15 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/07/14 19:12:31 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/07/21 16:31:15 adam Exp $
 
-SHA1 (python-3.8.4-docs-html.tar.bz2) = 33c3aea64c794148ab341e5753a320bbc57ed36f
-RMD160 (python-3.8.4-docs-html.tar.bz2) = 079a2a943a887b79793cad3696f54d19c5426aaf
-SHA512 (python-3.8.4-docs-html.tar.bz2) = 35ba72f82c3f2e6dadf0a122ec73fa825291873dca9bd3d0e4bf9318c02bbc8d8521e2baa9e8d635e3c8144267f04d922b591cb467c08a96b1f0eb80c20dfe34
-Size (python-3.8.4-docs-html.tar.bz2) = 6560337 bytes
+SHA1 (python-3.8.5-docs-html.tar.bz2) = 02408284fbd491f49f8e21f402f99f0523d9f34e
+RMD160 (python-3.8.5-docs-html.tar.bz2) = bc9003c37fdececced7ff9077aec52957d07ff82
+SHA512 (python-3.8.5-docs-html.tar.bz2) = db9cc21223bc3b3126140e30c7731152816c61fdb647787c64e138ec882838dbc69fce8a4012ba389bc8efebdb2e0efb5e1b0a6cd652a8b9ad20bb021b277de7
+Size (python-3.8.5-docs-html.tar.bz2) = 6562020 bytes
diff -r 9ded8da351aa -r f9cac1a6921d lang/python38/PLIST
--- a/lang/python38/PLIST       Tue Jul 21 15:53:10 2020 +0000
+++ b/lang/python38/PLIST       Tue Jul 21 16:31:15 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/07/14 19:12:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/07/21 16:31:15 adam Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -3095,6 +3095,7 @@
 lib/python${PY_VER_SUFFIX}/test/re_tests.py
 lib/python${PY_VER_SUFFIX}/test/re_tests.pyc
 lib/python${PY_VER_SUFFIX}/test/re_tests.pyo
+lib/python${PY_VER_SUFFIX}/test/recursion.tar
 lib/python${PY_VER_SUFFIX}/test/regrtest.py
 lib/python${PY_VER_SUFFIX}/test/regrtest.pyc
 lib/python${PY_VER_SUFFIX}/test/regrtest.pyo
diff -r 9ded8da351aa -r f9cac1a6921d lang/python38/dist.mk
--- a/lang/python38/dist.mk     Tue Jul 21 15:53:10 2020 +0000
+++ b/lang/python38/dist.mk     Tue Jul 21 16:31:15 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.5 2020/07/14 19:12:31 adam Exp $
+# $NetBSD: dist.mk,v 1.6 2020/07/21 16:31:15 adam Exp $
 
-PY_DISTVERSION=        3.8.4
+PY_DISTVERSION=        3.8.5
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python38/distinfo
diff -r 9ded8da351aa -r f9cac1a6921d lang/python38/distinfo
--- a/lang/python38/distinfo    Tue Jul 21 15:53:10 2020 +0000
+++ b/lang/python38/distinfo    Tue Jul 21 16:31:15 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2020/07/14 19:12:31 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/07/21 16:31:15 adam Exp $
 
-SHA1 (Python-3.8.4.tar.xz) = 996c56496f4ddd8f18f388a3bd584b74d2b43928
-RMD160 (Python-3.8.4.tar.xz) = 8ba05f772755a7eb4886405db075815ec443b193
-SHA512 (Python-3.8.4.tar.xz) = 37a36d014a8372742be9d0bd9dd3a275e100dc21b1515c145bc62425d4d157327b6e63ad99bc888c0b36c1da4c05676c40eb086e75072d1906e3210ec3043dcb
-Size (Python-3.8.4.tar.xz) = 18020412 bytes
+SHA1 (Python-3.8.5.tar.xz) = 68d6c7f948801cc755905162f5ee7589595edee4
+RMD160 (Python-3.8.5.tar.xz) = e39eafd2303fa8dc59c16ad5d987c7bc035236a8
+SHA512 (Python-3.8.5.tar.xz) = 460cee65d7df7150694590575502d7f22e548ebfc99c8f8b363eef8bf30ee72e58d8ffacb1d607824f877f880eb9fd6775a508388029583e1e1df3380f3f9587
+Size (Python-3.8.5.tar.xz) = 18019640 bytes
 SHA1 (patch-Lib_ctypes_util.py) = 032cc99ebad93ddddfd89073c60424a952e3faa3
 SHA1 (patch-Lib_distutils_command_install.py) = 6fc6f5d918b7581fc62cd0fe55857ee932c3a341
 SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf


Home | Main Index | Thread Index | Old Index