Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72B9084D61 for ; Wed, 20 Sep 2023 16:44:43 +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 upnR-7AnrdCu for ; Wed, 20 Sep 2023 16:44:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DDAE984CC8 for ; Wed, 20 Sep 2023 16:44:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C89A7FBDB; Wed, 20 Sep 2023 16:44:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1695228282261340" MIME-Version: 1.0 Date: Wed, 20 Sep 2023 16:44:42 +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: <20230920164442.C89A7FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1695228282261340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 20 16:44:42 UTC 2023 Modified Files: pkgsrc/www/py-urllib3: Makefile distinfo Log Message: py-urllib3: updated to 2.0.5 2.0.5 (2023-09-20) - Allowed pyOpenSSL third-party module without any deprecation warning. - Fixed default ``blocksize`` of ``HTTPConnection`` classes to match high-level classes. Previously was 8KiB, now 16KiB. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/py-urllib3/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/py-urllib3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1695228282261340 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.50 pkgsrc/www/py-urllib3/Makefile:1.51 --- pkgsrc/www/py-urllib3/Makefile:1.50 Thu Jul 20 07:38:53 2023 +++ pkgsrc/www/py-urllib3/Makefile Wed Sep 20 16:44:42 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2023/07/20 07:38:53 adam Exp $ +# $NetBSD: Makefile,v 1.51 2023/09/20 16:44:42 adam Exp $ -DISTNAME= urllib3-2.0.4 +DISTNAME= urllib3-2.0.5 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.42 pkgsrc/www/py-urllib3/distinfo:1.43 --- pkgsrc/www/py-urllib3/distinfo:1.42 Thu Jul 20 07:38:53 2023 +++ pkgsrc/www/py-urllib3/distinfo Wed Sep 20 16:44:42 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.42 2023/07/20 07:38:53 adam Exp $ +$NetBSD: distinfo,v 1.43 2023/09/20 16:44:42 adam Exp $ -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 +BLAKE2s (urllib3-2.0.5.tar.gz) = 1b7618f4159b9800f6ab8e5b1ea6ec77502144a908bc0d9df9d456dc02ca6d4c +SHA512 (urllib3-2.0.5.tar.gz) = dead3fcda9637c6142b577f051f25578249f7513d3d2bdf4ed880b7a063ff7ee2e946e72b91355328b12205600abc487252ca025f3946408093df46134d9fc12 +Size (urllib3-2.0.5.tar.gz) = 281697 bytes --_----------=_1695228282261340--