From 0dcf9abd31ca3206f2f08ac3b98d03393196bc03 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 9 Jul 2019 07:46:37 +0000 Subject: python37: updated to 3.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python 3.7.4 final Core and Builtins bpo-37500: Due to unintended side effects, revert the change introduced by bpo-1875 in 3.7.4rc1 to check for syntax errors in dead conditional code blocks. Documentation bpo-37149: Replace the dead link to the Tkinter 8.5 reference by John Shipman, New Mexico Tech, with a link to the archive.org copy. Python 3.7.4 release candidate 2 Security bpo-37463: ssl.match_hostname() no longer accepts IPv4 addresses with additional text after the address and only quad-dotted notation without trailing whitespaces. Some inet_aton() implementations ignore whitespace and all data after whitespace, e.g. ‘127.0.0.1 whatever’. Core and Builtins bpo-24214: Improved support of the surrogatepass error handler in the UTF-8 and UTF-16 incremental decoders. Library bpo-37440: http.client now enables TLS 1.3 post-handshake authentication for default context or if a cert_file is passed to HTTPSConnection. bpo-37437: Update vendorized expat version to 2.2.7. bpo-37428: SSLContext.post_handshake_auth = True no longer sets SSL_VERIFY_POST_HANDSHAKE verify flag for client connections. Although the option is documented as ignored for clients, OpenSSL implicitly enables cert chain validation when the flag is set. bpo-32627: Fix compile error when _uuid headers conflicting included. Windows bpo-37369: Fixes path for sys.executable when running from the Microsoft Store. bpo-35360: Update Windows builds to use SQLite 3.28.0. macOS bpo-34602: Avoid test suite failures on macOS by no longer calling resource.setrlimit to increase the process stack size limit at runtime. The runtime change is no longer needed since the interpreter is being built with a larger default stack size. --- lang/py37-html-docs/Makefile | 9 +++------ lang/py37-html-docs/PLIST | 13 ++----------- lang/py37-html-docs/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 22 deletions(-) (limited to 'lang/py37-html-docs') diff --git a/lang/py37-html-docs/Makefile b/lang/py37-html-docs/Makefile index fbb9306a563..8061c1b917c 100644 --- a/lang/py37-html-docs/Makefile +++ b/lang/py37-html-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2019/03/26 21:29:20 leot Exp $ -# +# $NetBSD: Makefile,v 1.5 2019/07/09 07:46:37 adam Exp $ -VERS= 3.7.3 +VERS= 3.7.4 DISTNAME= python-${VERS}-docs-html PKGNAME= py37-html-docs-${VERS} CATEGORIES= lang python @@ -13,8 +12,6 @@ HOMEPAGE= https://www.python.org/doc/ COMMENT= HTML Documentation for Python 3.7 LICENSE= python-software-foundation -DIST_SUBDIR= python - USE_TOOLS+= pax NO_CONFIGURE= yes @@ -25,6 +22,6 @@ HTMLDIR= share/doc/python3.7 INSTALLATION_DIRS= ${HTMLDIR} do-install: - cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR} + cd ${WRKSRC} && ${PAX} -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR} .include "../../mk/bsd.pkg.mk" diff --git a/lang/py37-html-docs/PLIST b/lang/py37-html-docs/PLIST index 402eabff611..a41994f876e 100644 --- a/lang/py37-html-docs/PLIST +++ b/lang/py37-html-docs/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2019/03/26 21:29:20 leot Exp $ +@comment $NetBSD: PLIST,v 1.5 2019/07/09 07:46:37 adam Exp $ share/doc/python3.7/.buildinfo -share/doc/python3.7/_downloads/890993d68b2f4776dedfcafde1149e0b/tzinfo_examples.py +share/doc/python3.7/_downloads/388d705f24bc7799f766c5de6df669c1/tzinfo_examples.py share/doc/python3.7/_images/hashlib-blake2-tree.png share/doc/python3.7/_images/logging_flow.png share/doc/python3.7/_images/pathlib-inheritance.png @@ -480,18 +480,12 @@ share/doc/python3.7/_sources/whatsnew/3.6.rst.txt share/doc/python3.7/_sources/whatsnew/3.7.rst.txt share/doc/python3.7/_sources/whatsnew/changelog.rst.txt share/doc/python3.7/_sources/whatsnew/index.rst.txt -share/doc/python3.7/_static/ajax-loader.gif share/doc/python3.7/_static/basic.css share/doc/python3.7/_static/classic.css -share/doc/python3.7/_static/comment-bright.png -share/doc/python3.7/_static/comment-close.png -share/doc/python3.7/_static/comment.png share/doc/python3.7/_static/copybutton.js share/doc/python3.7/_static/default.css share/doc/python3.7/_static/doctools.js share/doc/python3.7/_static/documentation_options.js -share/doc/python3.7/_static/down-pressed.png -share/doc/python3.7/_static/down.png share/doc/python3.7/_static/file.png share/doc/python3.7/_static/jquery-3.2.1.js share/doc/python3.7/_static/jquery.js @@ -507,9 +501,6 @@ share/doc/python3.7/_static/sidebar.js share/doc/python3.7/_static/switchers.js share/doc/python3.7/_static/underscore-1.3.1.js share/doc/python3.7/_static/underscore.js -share/doc/python3.7/_static/up-pressed.png -share/doc/python3.7/_static/up.png -share/doc/python3.7/_static/websupport.js share/doc/python3.7/about.html share/doc/python3.7/bugs.html share/doc/python3.7/c-api/abstract.html diff --git a/lang/py37-html-docs/distinfo b/lang/py37-html-docs/distinfo index f4287ec247a..7966c21a63a 100644 --- a/lang/py37-html-docs/distinfo +++ b/lang/py37-html-docs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/03/26 21:29:20 leot Exp $ +$NetBSD: distinfo,v 1.5 2019/07/09 07:46:37 adam Exp $ -SHA1 (python/python-3.7.3-docs-html.tar.bz2) = 5131efe6860e93b7740593f13990813c6b6d13c0 -RMD160 (python/python-3.7.3-docs-html.tar.bz2) = e896ef5764fde8fac033898f01a09501fd4eba42 -SHA512 (python/python-3.7.3-docs-html.tar.bz2) = 2a07640081ff1fe5707a06791d27f9f88073513a8628e171e38fa9b7fd42b22f4bff85891f4cbfd11fe4993006487eb18eba8f67bcaeb23d336922e2dcf2bb30 -Size (python/python-3.7.3-docs-html.tar.bz2) = 6223981 bytes +SHA1 (python-3.7.4-docs-html.tar.bz2) = 5a0ab4ed4bf690b9bb8c468eca0a1af62d40feef +RMD160 (python-3.7.4-docs-html.tar.bz2) = dd18fa223b9fefa35e3acc44f3aaced61f67fc52 +SHA512 (python-3.7.4-docs-html.tar.bz2) = b3d0209bf95ddc6a54c48be380b3514eb20965c812f6b495e387320828f37eb8ce89f3321872a2bcd14387ac4a49d3fb43fcb10cbe9cb38830177f70dcf59992 +Size (python-3.7.4-docs-html.tar.bz2) = 6212393 bytes -- cgit v1.2.3