pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang python38: updated to 3.8.11
details: https://anonhg.NetBSD.org/pkgsrc/rev/738f01aea0e6
branches: trunk
changeset: 455191:738f01aea0e6
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jun 29 12:41:06 2021 +0000
description:
python38: updated to 3.8.11
Python 3.8.11 final
Security
bpo-44022: mod:http.client now avoids infinitely reading potential HTTP headers after a 100 Continue status response from the server.
bpo-43882: The presence of newline or tab characters in parts of a URL could allow some forms of attacks.
Following the controlling specification for URLs defined by WHATWG urllib.parse() now removes ASCII newlines and tabs from URLs, preventing such attacks.
bpo-42800: Audit hooks are now fired for frame.f_code, traceback.tb_frame, and generator code/frame attribute access.
Core and Builtins
bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules, which was introduced in 3.8.10.
Library
bpo-44061: Fix regression in previous release when calling pkgutil.iter_modules() with a list of pathlib.Path objects
diffstat:
lang/py38-html-docs/Makefile | 4 ++--
lang/py38-html-docs/distinfo | 10 +++++-----
lang/python38/Makefile | 3 +--
lang/python38/dist.mk | 4 ++--
lang/python38/distinfo | 10 +++++-----
5 files changed, 15 insertions(+), 16 deletions(-)
diffs (71 lines):
diff -r 2f30234e1dc3 -r 738f01aea0e6 lang/py38-html-docs/Makefile
--- a/lang/py38-html-docs/Makefile Tue Jun 29 12:39:10 2021 +0000
+++ b/lang/py38-html-docs/Makefile Tue Jun 29 12:41:06 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/05/04 05:16:07 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/06/29 12:41:07 adam Exp $
-VERS= 3.8.10
+VERS= 3.8.11
DISTNAME= python-${VERS}-docs-html
PKGNAME= py38-html-docs-${VERS}
CATEGORIES= lang python
diff -r 2f30234e1dc3 -r 738f01aea0e6 lang/py38-html-docs/distinfo
--- a/lang/py38-html-docs/distinfo Tue Jun 29 12:39:10 2021 +0000
+++ b/lang/py38-html-docs/distinfo Tue Jun 29 12:41:06 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/05/04 05:16:07 adam Exp $
+$NetBSD: distinfo,v 1.12 2021/06/29 12:41:07 adam Exp $
-SHA1 (python-3.8.10-docs-html.tar.bz2) = 1e1ffe6cabfe5f0ac6ea4bc6858580a8c86ff42d
-RMD160 (python-3.8.10-docs-html.tar.bz2) = 89af0bf8fcf4c5985616e5273eb0ee02789ffbbf
-SHA512 (python-3.8.10-docs-html.tar.bz2) = 74a94ecbcba83f3392f08e36b0697f4213ff9118c68363706d0151c29c50fa12a0e61fd821bb1c16166833872a996e6b53126ba5c9e1c3aa606a57ade5086eb6
-Size (python-3.8.10-docs-html.tar.bz2) = 6604538 bytes
+SHA1 (python-3.8.11-docs-html.tar.bz2) = 6e7cbd56ce86f2dc643c13cb96da1b2dee887faf
+RMD160 (python-3.8.11-docs-html.tar.bz2) = b7d3a9d8b63281afa6e296c27b900f35a282e630
+SHA512 (python-3.8.11-docs-html.tar.bz2) = 8fb51867d2e0af1b4f6e39d24241ef5b8955f9f8bada31c4ee096e4148b0313d10eecb4dee3b6af4bef6ffb3e4e871465cad8d05b5974719936f110cc96fb792
+Size (python-3.8.11-docs-html.tar.bz2) = 6603016 bytes
diff -r 2f30234e1dc3 -r 738f01aea0e6 lang/python38/Makefile
--- a/lang/python38/Makefile Tue Jun 29 12:39:10 2021 +0000
+++ b/lang/python38/Makefile Tue Jun 29 12:41:06 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/05/22 09:48:01 bouyer Exp $
+# $NetBSD: Makefile,v 1.20 2021/06/29 12:41:06 adam Exp $
.include "dist.mk"
PKGNAME= python38-${PY_DISTVERSION}
-PKGREVISION= 1
CATEGORIES= lang python
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 2f30234e1dc3 -r 738f01aea0e6 lang/python38/dist.mk
--- a/lang/python38/dist.mk Tue Jun 29 12:39:10 2021 +0000
+++ b/lang/python38/dist.mk Tue Jun 29 12:41:06 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.11 2021/05/04 05:16:07 adam Exp $
+# $NetBSD: dist.mk,v 1.12 2021/06/29 12:41:06 adam Exp $
-PY_DISTVERSION= 3.8.10
+PY_DISTVERSION= 3.8.11
DISTNAME= Python-${PY_DISTVERSION}
EXTRACT_SUFX= .tar.xz
DISTINFO_FILE= ${.CURDIR}/../../lang/python38/distinfo
diff -r 2f30234e1dc3 -r 738f01aea0e6 lang/python38/distinfo
--- a/lang/python38/distinfo Tue Jun 29 12:39:10 2021 +0000
+++ b/lang/python38/distinfo Tue Jun 29 12:41:06 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2021/05/22 09:48:01 bouyer Exp $
+$NetBSD: distinfo,v 1.21 2021/06/29 12:41:06 adam Exp $
-SHA1 (Python-3.8.10.tar.xz) = f6579351d42a81c77b55aa4ca8b1280b4f5b37f9
-RMD160 (Python-3.8.10.tar.xz) = eaffc74bd79021ef7a6309f494ca387860e8af9c
-SHA512 (Python-3.8.10.tar.xz) = 0be69705483ff9692e12048a96180e586f9d84c8d53066629f7fb2389585eb75c0f3506bb8182936e322508f58b71f4d8c6dfebbab9049b31b49da11d3b98e80
-Size (Python-3.8.10.tar.xz) = 18433456 bytes
+SHA1 (Python-3.8.11.tar.xz) = 1561060627fd171de19c53eb374cd92d2f297bff
+RMD160 (Python-3.8.11.tar.xz) = 3356291c0ebf28357d59e45ad5a730e0c26580d1
+SHA512 (Python-3.8.11.tar.xz) = c8c17491b05d83a9f8940474019034780a6b1ff4148654cd62c8f708c539718a0312cf0665efa2b8c42ed773f4306080bd105701a211ed56e6cab40837d5b2df
+Size (Python-3.8.11.tar.xz) = 18437648 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