pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-urllib3



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May  5 13:05:35 UTC 2023

Modified Files:
        pkgsrc/www/py-urllib3: Makefile distinfo

Log Message:
py-urllib3: updated to 2.0.2

2.0.2 (2023-05-03)
==================
- Fixed ``HTTPResponse.stream()`` to continue yielding bytes if buffered decompressed data
  was still available to be read even if the underlying socket is closed. This prevents
  a compressed response from being truncated.

2.0.1 (2023-04-30)
==================
- Fixed a socket leak when fingerprint or hostname verifications fail.
- Fixed an error when ``HTTPResponse.read(0)`` was the first ``read`` call or when the internal response body buffer was otherwise empty.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/py-urllib3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-urllib3/Makefile
diff -u pkgsrc/www/py-urllib3/Makefile:1.46 pkgsrc/www/py-urllib3/Makefile:1.47
--- pkgsrc/www/py-urllib3/Makefile:1.46 Fri May  5 11:05:27 2023
+++ pkgsrc/www/py-urllib3/Makefile      Fri May  5 13:05:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2023/05/05 11:05:27 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2023/05/05 13:05:35 adam Exp $
 
-DISTNAME=      urllib3-2.0.0
+DISTNAME=      urllib3-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urllib3/}
@@ -23,7 +23,7 @@ DEPENDS+=     ${PYPKGPREFIX}-zstandard>=0.18
 #PYTHON_VERSIONED_DEPENDENCIES+=       OpenSSL cryptography
 #DEPENDS+=     ${PYPKGPREFIX}-idna>=2.0.0:../../www/py-idna
 #DEPENDS+=     ${PYPKGPREFIX}-certifi>=0:../../www/py-certify
-# but also needs unpackaged urrlib3-secure-extra
+# but also needs unpackaged urlib3-secure-extra
 
 TEST_DEPENDS+=                 ${PYPKGPREFIX}-coverage>=7.0.4:../../devel/py-coverage
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography:test # >= 39.0.1
@@ -43,7 +43,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 # as of 2.0.0 with the two missing dependencies above
 # 35 failed, 1477 passed, 769 skipped, 136 warnings
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
 
 .include "../../lang/python/wheel.mk"
 .include "../../lang/python/versioned_dependencies.mk"

Index: pkgsrc/www/py-urllib3/distinfo
diff -u pkgsrc/www/py-urllib3/distinfo:1.39 pkgsrc/www/py-urllib3/distinfo:1.40
--- pkgsrc/www/py-urllib3/distinfo:1.39 Fri May  5 11:05:27 2023
+++ pkgsrc/www/py-urllib3/distinfo      Fri May  5 13:05:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2023/05/05 11:05:27 wiz Exp $
+$NetBSD: distinfo,v 1.40 2023/05/05 13:05:35 adam Exp $
 
-BLAKE2s (urllib3-2.0.0.tar.gz) = 00510482d083ce4ec9430e3139f564978f889c7b71daca471594b3a716756920
-SHA512 (urllib3-2.0.0.tar.gz) = 24e1b34d266983cf4e1556cbe026cc62d7fdb14c5ec5dace800e0b40e0a4f898d4df1679de351d14598ab0f72eb1bec74b6d2976df628b786f4bab4cb4380044
-Size (urllib3-2.0.0.tar.gz) = 276792 bytes
+BLAKE2s (urllib3-2.0.2.tar.gz) = abd30d0257b3edd5917d9aa2a4d1c83737ebb933963953f0f2f33252201dd23f
+SHA512 (urllib3-2.0.2.tar.gz) = 874674342259f2f9b77b4aac90bd525ea50d4b6134008c22eb0fe7a04e688797564c3ec8e556600f75416df2983c972867e8a569d5d85a8dda748948217af38e
+Size (urllib3-2.0.2.tar.gz) = 277703 bytes



Home | Main Index | Thread Index | Old Index