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 Jun 9 09:37:30 UTC 2023
Modified Files:
pkgsrc/www/py-urllib3: Makefile distinfo
Log Message:
py-urllib3: updated to 2.0.3
2.0.3 (2023-06-07)
- Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL.
- Deprecated URLs which don't have an explicit scheme
- Fixed response decoding with Zstandard when compressed data is made of several frames.
- Fixed ``assert_hostname=False`` to correctly skip hostname check.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.40 -r1.41 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.48 pkgsrc/www/py-urllib3/Makefile:1.49
--- pkgsrc/www/py-urllib3/Makefile:1.48 Sat May 6 18:25:16 2023
+++ pkgsrc/www/py-urllib3/Makefile Fri Jun 9 09:37:30 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2023/05/06 18:25:16 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2023/06/09 09:37:30 adam Exp $
-DISTNAME= urllib3-2.0.2
+DISTNAME= urllib3-2.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://urllib3.readthedocs.io
COMMENT= HTTP library with thread-safe connection pooling
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.6.0:../../devel/py-hatchling
# optional dependencies:
# "socks"; higher requirement from dev_requirements.txt
DEPENDS+= ${PYPKGPREFIX}-Socks>=1.7.1:../../net/py-Socks
@@ -25,17 +25,18 @@ DEPENDS+= ${PYPKGPREFIX}-zstandard>=0.18
#DEPENDS+= ${PYPKGPREFIX}-certifi>=0:../../www/py-certify
# but also needs unpackaged urlib3-secure-extra
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=7.0.4:../../devel/py-coverage
# needs py-cryptography>=39.0.1
PYTHON_VERSIONED_DEPENDENCIES+= cryptography:test
-TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=1.2.2:../../devel/py-freezegun
-TEST_DEPENDS+= ${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test
-#TEST_DEPENDS+= ${PYPKGPREFIX}-towncrier>=21.9.0:../../wip/py-towncrier
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.1.0:../../devel/py-test-timeout
-TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.9.0:../../security/py-trustme
-#backports.zoneinfo= =0.2.1;python_version<"3.9"
-#pytest-memray= =1.4.0;python_version>="3.8" and python_version<"3.12" and sys_platform!="win32" and implementation_name=="cpython"
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=7.0.4:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=1.2.2:../../devel/py-freezegun
+TEST_DEPENDS+= ${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test
+#TEST_DEPENDS+= ${PYPKGPREFIX}-towncrier>=21.9.0:../../wip/py-towncrier
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.1.0:../../devel/py-test-timeout
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.9.0:../../security/py-trustme
+#backports.zoneinfo= =0.2.1;python_version<"3.9"
+#pytest-memray= =1.4.0;python_version>="3.8" and python_version<"3.12" and sys_platform!="win32" and implementation_name=="cpython"
USE_LANGUAGES= # none
Index: pkgsrc/www/py-urllib3/distinfo
diff -u pkgsrc/www/py-urllib3/distinfo:1.40 pkgsrc/www/py-urllib3/distinfo:1.41
--- pkgsrc/www/py-urllib3/distinfo:1.40 Fri May 5 13:05:35 2023
+++ pkgsrc/www/py-urllib3/distinfo Fri Jun 9 09:37:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2023/05/05 13:05:35 adam Exp $
+$NetBSD: distinfo,v 1.41 2023/06/09 09:37:30 adam Exp $
-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
+BLAKE2s (urllib3-2.0.3.tar.gz) = 5a75ebd7b502233ba3e706c7da9f2268c1b47b263ed32aa0c55d45b140dd77e2
+SHA512 (urllib3-2.0.3.tar.gz) = fd586a12b25a30ea801cfd6e207854a0f762cefee54512d742b3fffcc772db9dd75f436f0b998edd32a60857a7bd818bd10f6984e26f2ea47f56b5c545ead45b
+Size (urllib3-2.0.3.tar.gz) = 280489 bytes
Home |
Main Index |
Thread Index |
Old Index