pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-urllib3 py-urllib3: updated to 1.26.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3336028b819
branches:  trunk
changeset: 388894:d3336028b819
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 27 13:30:19 2022 +0000

description:
py-urllib3: updated to 1.26.13

1.26.13 (2022-11-23)
--------------------
* Deprecated the ``HTTPResponse.getheaders()`` and ``HTTPResponse.getheader()`` methods.
* Fixed an issue where parsing a URL with leading zeroes in the port would be rejected
  even when the port number after removing the zeroes was valid.
* Fixed a deprecation warning when using cryptography v39.0.0.
* Removed the ``<4`` in the ``Requires-Python`` packaging metadata field.

diffstat:

 www/py-urllib3/Makefile |  30 +++++++++++++++---------------
 www/py-urllib3/distinfo |   8 ++++----
 2 files changed, 19 insertions(+), 19 deletions(-)

diffs (61 lines):

diff -r d9e1dc890ad5 -r d3336028b819 www/py-urllib3/Makefile
--- a/www/py-urllib3/Makefile   Sun Nov 27 13:16:10 2022 +0000
+++ b/www/py-urllib3/Makefile   Sun Nov 27 13:30:19 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2022/10/19 14:25:20 nia Exp $
+# $NetBSD: Makefile,v 1.43 2022/11/27 13:30:19 adam Exp $
 
-DISTNAME=      urllib3-1.26.12
+DISTNAME=      urllib3-1.26.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urllib3/}
@@ -10,22 +10,22 @@
 COMMENT=       HTTP library with thread-safe connection pooling
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-Socks>=1.6.0:../../net/py-Socks
-DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
-DEPENDS+=      ${PYPKGPREFIX}-idna>=2.0.0:../../www/py-idna
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-Socks>=1.7.1:../../net/py-Socks
+TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography>=38.0.3:../../security/py-cryptography
+TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3.7.0:../../devel/py-flaky
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.4:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-freezegun>=0.4.2:../../devel/py-test-freezegun
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-TEST_DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
-TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=1.4.2:../../devel/py-test-timeout
+TEST_DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1.0:../../www/py-tornado
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.7.0:../../security/py-trustme
+
+USE_LANGUAGES= # none
+
+PYSETUPTESTTARGET=     pytest
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-PYSETUPTESTTARGET=     pytest
-
-USE_LANGUAGES= # none
-
 .include "../../lang/python/egg.mk"
-PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
-PYTHON_VERSIONED_DEPENDENCIES+=        OpenSSL
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d9e1dc890ad5 -r d3336028b819 www/py-urllib3/distinfo
--- a/www/py-urllib3/distinfo   Sun Nov 27 13:16:10 2022 +0000
+++ b/www/py-urllib3/distinfo   Sun Nov 27 13:30:19 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2022/08/22 18:01:33 adam Exp $
+$NetBSD: distinfo,v 1.36 2022/11/27 13:30:19 adam Exp $
 
-BLAKE2s (urllib3-1.26.12.tar.gz) = 2248343b7d2b148fd65e3871ca415a296480ac3b1cd79b6ae3d0ab32cd363bc0
-SHA512 (urllib3-1.26.12.tar.gz) = c34bc2cb92ff5fb4e27948b6b8bf286d1f3993d8e399a7dc99e8c1cb07b364f16f9c8d6fc3e5e22e6f2d9285454a945174a9a1de3cb0fcf08e673ba316bc5469
-Size (urllib3-1.26.12.tar.gz) = 299806 bytes
+BLAKE2s (urllib3-1.26.13.tar.gz) = 60a8379d45c3fb61502e656e56b6af67ee97e44fbe0ad98c589fafefe0b22ae9
+SHA512 (urllib3-1.26.13.tar.gz) = 022cbd10d91aa95d21293743dc1c36d4ed2dd3f95e60cab53b0aa3c1be489c7eafbc90c4cc7f6b67011ef4752fedb18c33d64a063542fdc525888b39e127b775
+Size (urllib3-1.26.13.tar.gz) = 300476 bytes



Home | Main Index | Thread Index | Old Index