Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 49B9B1A9239 for ; Fri, 7 Jan 2022 16:19:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 907A184E5E; Fri, 7 Jan 2022 16:19:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC25B84D40 for ; Fri, 7 Jan 2022 16:19:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id goew8cfSSMaM for ; Fri, 7 Jan 2022 16:19:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 23EC184CE8 for ; Fri, 7 Jan 2022 16:19:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A904FAEC; Fri, 7 Jan 2022 16:19:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641572340104720" MIME-Version: 1.0 Date: Fri, 7 Jan 2022 16:19:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-urllib3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220107161900.1A904FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641572340104720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 7 16:19:00 UTC 2022 Modified Files: pkgsrc/www/py-urllib3: Makefile PLIST distinfo Log Message: py-urllib3: updated to 1.26.8 1.26.8 (2022-01-07) ------------------- * Added extra message to``urllib3.exceptions.ProxyError`` when urllib3 detects that a proxy is configured to use HTTPS but the proxy itself appears to only use HTTP. * Added a mention of the size of the connection pool when discarding a connection due to the pool being full. * Added explicit support for Python 3.11. * Deprecated the ``Retry.MAX_BACKOFF`` class property in favor of ``Retry.DEFAULT_MAX_BACKOFF`` to better match the rest of the default parameter names. ``Retry.MAX_BACKOFF`` is removed in v2.0. * Changed location of the vendored ``ssl.match_hostname`` function from ``urllib3.packages.ssl_match_hostname`` to ``urllib3.util.ssl_match_hostname`` to ensure Python 3.10+ compatibility after being repackaged by downstream distributors. * Fixed absolute imports, all imports are now relative. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-urllib3/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-urllib3/PLIST cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-urllib3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641572340104720 Content-Disposition: inline Content-Length: 3194 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-urllib3/Makefile diff -u pkgsrc/www/py-urllib3/Makefile:1.32 pkgsrc/www/py-urllib3/Makefile:1.33 --- pkgsrc/www/py-urllib3/Makefile:1.32 Tue Jan 4 20:55:36 2022 +++ pkgsrc/www/py-urllib3/Makefile Fri Jan 7 16:18:59 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2022/01/04 20:55:36 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2022/01/07 16:18:59 adam Exp $ -DISTNAME= urllib3-1.26.7 +DISTNAME= urllib3-1.26.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/} Index: pkgsrc/www/py-urllib3/PLIST diff -u pkgsrc/www/py-urllib3/PLIST:1.11 pkgsrc/www/py-urllib3/PLIST:1.12 --- pkgsrc/www/py-urllib3/PLIST:1.11 Thu Nov 12 09:00:07 2020 +++ pkgsrc/www/py-urllib3/PLIST Fri Jan 7 16:18:59 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2020/11/12 09:00:07 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/01/07 16:18:59 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -70,12 +70,6 @@ ${PYSITELIB}/urllib3/packages/backports/ ${PYSITELIB}/urllib3/packages/six.py ${PYSITELIB}/urllib3/packages/six.pyc ${PYSITELIB}/urllib3/packages/six.pyo -${PYSITELIB}/urllib3/packages/ssl_match_hostname/__init__.py -${PYSITELIB}/urllib3/packages/ssl_match_hostname/__init__.pyc -${PYSITELIB}/urllib3/packages/ssl_match_hostname/__init__.pyo -${PYSITELIB}/urllib3/packages/ssl_match_hostname/_implementation.py -${PYSITELIB}/urllib3/packages/ssl_match_hostname/_implementation.pyc -${PYSITELIB}/urllib3/packages/ssl_match_hostname/_implementation.pyo ${PYSITELIB}/urllib3/poolmanager.py ${PYSITELIB}/urllib3/poolmanager.pyc ${PYSITELIB}/urllib3/poolmanager.pyo @@ -109,6 +103,9 @@ ${PYSITELIB}/urllib3/util/retry.pyo ${PYSITELIB}/urllib3/util/ssl_.py ${PYSITELIB}/urllib3/util/ssl_.pyc ${PYSITELIB}/urllib3/util/ssl_.pyo +${PYSITELIB}/urllib3/util/ssl_match_hostname.py +${PYSITELIB}/urllib3/util/ssl_match_hostname.pyc +${PYSITELIB}/urllib3/util/ssl_match_hostname.pyo ${PYSITELIB}/urllib3/util/ssltransport.py ${PYSITELIB}/urllib3/util/ssltransport.pyc ${PYSITELIB}/urllib3/util/ssltransport.pyo Index: pkgsrc/www/py-urllib3/distinfo diff -u pkgsrc/www/py-urllib3/distinfo:1.30 pkgsrc/www/py-urllib3/distinfo:1.31 --- pkgsrc/www/py-urllib3/distinfo:1.30 Tue Oct 26 11:30:49 2021 +++ pkgsrc/www/py-urllib3/distinfo Fri Jan 7 16:18:59 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2021/10/26 11:30:49 nia Exp $ +$NetBSD: distinfo,v 1.31 2022/01/07 16:18:59 adam Exp $ -BLAKE2s (urllib3-1.26.7.tar.gz) = 1f9d4b1f74c1414e9a981b322564263857cd51268a4718bc35dcc08d9d26fc8e -SHA512 (urllib3-1.26.7.tar.gz) = 6f5a5e6dd5ff99950fcc051495e0a698153b57e20b6c83d869b54c7fece9616909bcf2fe99efc40815f8722996ad93e430bf765ce5c629b912690c286014b86f -Size (urllib3-1.26.7.tar.gz) = 291350 bytes +BLAKE2s (urllib3-1.26.8.tar.gz) = ecd85c18f399f374e14ffbe91de3d56e9dd38e8f9a535bd0a81e55a0dc0ee7a6 +SHA512 (urllib3-1.26.8.tar.gz) = bcb56faa5dbe6019f70b63c076e118ec5f89e2d0c25f0e415d9db079532c98ced7e636cec5bf26210d4b0a08bb7b5b7a33a5c8648ccdaad129eea3a212a53bc5 +Size (urllib3-1.26.8.tar.gz) = 294280 bytes --_----------=_1641572340104720--