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:           Mon Jun 17 15:26:36 UTC 2024

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

Log Message:
py-urllib3: updated to 2.2.2

2.2.2 (2024-06-17)

- Added the ``Proxy-Authorization`` header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via 
``Retry.remove_headers_on_redirect``.
- Allowed passing negative integers as ``amt`` to read methods of ``http.client.HTTPResponse`` as an alternative to ``None``.
- Fixed return types representing copying actions to use ``typing.Self``.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.48 -r1.49 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.60 pkgsrc/www/py-urllib3/Makefile:1.61
--- pkgsrc/www/py-urllib3/Makefile:1.60 Fri May 10 10:44:25 2024
+++ pkgsrc/www/py-urllib3/Makefile      Mon Jun 17 15:26:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2024/05/10 10:44:25 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2024/06/17 15:26:36 adam Exp $
 
-DISTNAME=      urllib3-2.2.1
+DISTNAME=      urllib3-2.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urllib3/}
@@ -41,14 +41,10 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-trustme>=0
 USE_LANGUAGES= # none
 
 .include "../../lang/python/pyversion.mk"
-
 .if ${PYTHON_VERSION} < 309
 TEST_DEPENDS+= ${PYPKGPREFIX}-backports.zoneinfo>=0.2.1:../../time/py-backports.zoneinfo
 .endif
 
-# as of 2.1.0 with the missing dependencies above
-# 36 failed, 1501 passed, 507 skipped, 108 warnings
-
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-urllib3/distinfo
diff -u pkgsrc/www/py-urllib3/distinfo:1.48 pkgsrc/www/py-urllib3/distinfo:1.49
--- pkgsrc/www/py-urllib3/distinfo:1.48 Sun Feb 18 08:24:11 2024
+++ pkgsrc/www/py-urllib3/distinfo      Mon Jun 17 15:26:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2024/02/18 08:24:11 adam Exp $
+$NetBSD: distinfo,v 1.49 2024/06/17 15:26:36 adam Exp $
 
-BLAKE2s (urllib3-2.2.1.tar.gz) = 7eada737da233f1aff7be48631fa59fe3412bd40982456b53b753bfe576fa912
-SHA512 (urllib3-2.2.1.tar.gz) = dfadba099db678ee1567ee95aa11a72fcea0a76df094d04dd4bd7ed5df4ea2fda6917cc122a1e2bfa4f5303916f93a7e1c881fbbf3cbb9415a25bd7eca1b14b3
-Size (urllib3-2.2.1.tar.gz) = 291020 bytes
+BLAKE2s (urllib3-2.2.2.tar.gz) = 8bb4067cc02fa4d81d555db795186ee7789ccb070d99bb419a346c077026f32a
+SHA512 (urllib3-2.2.2.tar.gz) = 98695bcf37e772a1220cc05679ea799d82a09c73115717668c90dab9377690dd096f648d60ac0759a23cf65f2b1b6f363ec6826f669d4299bfa0a203a45dce0f
+Size (urllib3-2.2.2.tar.gz) = 292266 bytes



Home | Main Index | Thread Index | Old Index