Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8774984D27 for ; Thu, 20 Jul 2023 07:38:54 +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 uxkIfwvMxR3F for ; Thu, 20 Jul 2023 07:38:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 064E584D21 for ; Thu, 20 Jul 2023 07:38:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE9BDFBDB; Thu, 20 Jul 2023 07:38:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689838733115440" MIME-Version: 1.0 Date: Thu, 20 Jul 2023 07:38:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-urllib3 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230720073853.EE9BDFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689838733115440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 20 07:38:53 UTC 2023 Modified Files: pkgsrc/www/py-urllib3: Makefile distinfo Log Message: py-urllib3: updated to 2.0.4 2.0.4 (2023-07-19) - Added support for union operators to ``HTTPHeaderDict`` - Added ``BaseHTTPResponse`` to ``urllib3.__all__`` - Fixed ``urllib3.connection.HTTPConnection`` to raise the ``http.client.connect`` audit event to have the same behavior as the standard library HTTP client - Relied on the standard library for checking hostnames in supported PyPy releases To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/py-urllib3/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/py-urllib3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689838733115440 Content-Disposition: inline Content-Length: 1541 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.49 pkgsrc/www/py-urllib3/Makefile:1.50 --- pkgsrc/www/py-urllib3/Makefile:1.49 Fri Jun 9 09:37:30 2023 +++ pkgsrc/www/py-urllib3/Makefile Thu Jul 20 07:38:53 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2023/06/09 09:37:30 adam Exp $ +# $NetBSD: Makefile,v 1.50 2023/07/20 07:38:53 adam Exp $ -DISTNAME= urllib3-2.0.3 +DISTNAME= urllib3-2.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/} Index: pkgsrc/www/py-urllib3/distinfo diff -u pkgsrc/www/py-urllib3/distinfo:1.41 pkgsrc/www/py-urllib3/distinfo:1.42 --- pkgsrc/www/py-urllib3/distinfo:1.41 Fri Jun 9 09:37:30 2023 +++ pkgsrc/www/py-urllib3/distinfo Thu Jul 20 07:38:53 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2023/06/09 09:37:30 adam Exp $ +$NetBSD: distinfo,v 1.42 2023/07/20 07:38:53 adam Exp $ -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 +BLAKE2s (urllib3-2.0.4.tar.gz) = 2b28dbc85bed36e60aaf3f5f058cbd729f1c15bb1cc8033db138f73330bcec8b +SHA512 (urllib3-2.0.4.tar.gz) = 64d55714d871716730af5a691fc222722cffc13b0603ecae597e5f4cfd82297beede2b08cedc030b2419bd446f51c4c6e54f466ad96c71dd0848abbf806b4db4 +Size (urllib3-2.0.4.tar.gz) = 281517 bytes --_----------=_1689838733115440--