Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BDD791A9239 for ; Thu, 6 Jan 2022 08:54:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F2D0484EAB; Thu, 6 Jan 2022 08:54:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3122D84EA3 for ; Thu, 6 Jan 2022 08:54:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id v177yl-OeaLJ for ; Thu, 6 Jan 2022 08:54:52 +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 A94C384CEA for ; Thu, 6 Jan 2022 08:54:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1305FAEC; Thu, 6 Jan 2022 08:54:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641459292151800" MIME-Version: 1.0 Date: Thu, 6 Jan 2022 08:54:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-httpx To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220106085452.A1305FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641459292151800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 6 08:54:52 UTC 2022 Modified Files: pkgsrc/www/py-httpx: Makefile distinfo Log Message: py-httpx: updated to 0.21.2 0.21.2 Fixed * HTTP/2 support for tunnelled proxy cases. * Improved the speed of large file uploads. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-httpx/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-httpx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641459292151800 Content-Disposition: inline Content-Length: 1528 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-httpx/Makefile diff -u pkgsrc/www/py-httpx/Makefile:1.20 pkgsrc/www/py-httpx/Makefile:1.21 --- pkgsrc/www/py-httpx/Makefile:1.20 Wed Jan 5 15:41:30 2022 +++ pkgsrc/www/py-httpx/Makefile Thu Jan 6 08:54:52 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2022/01/05 15:41:30 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/01/06 08:54:52 adam Exp $ -DISTNAME= httpx-0.21.1 +DISTNAME= httpx-0.21.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx/} Index: pkgsrc/www/py-httpx/distinfo diff -u pkgsrc/www/py-httpx/distinfo:1.19 pkgsrc/www/py-httpx/distinfo:1.20 --- pkgsrc/www/py-httpx/distinfo:1.19 Wed Nov 17 08:35:57 2021 +++ pkgsrc/www/py-httpx/distinfo Thu Jan 6 08:54:52 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2021/11/17 08:35:57 adam Exp $ +$NetBSD: distinfo,v 1.20 2022/01/06 08:54:52 adam Exp $ -BLAKE2s (httpx-0.21.1.tar.gz) = b19b3601d61019b3b3a6169c38c553baf2d30efd68f4b45e19b4b723374a54d1 -SHA512 (httpx-0.21.1.tar.gz) = ad23e5a0d898d8001100d34b5db71a8a5e130c293998e0eeaa5011e700ff919a4e141329cda74d6594611bfd714505bd872a7d907a9e6ae7cfe08c6bd38aec84 -Size (httpx-0.21.1.tar.gz) = 106006 bytes +BLAKE2s (httpx-0.21.2.tar.gz) = 0510c8692a2a6a12c676dc8723c79d94e50b8777e13f47ffdfbac70ee829c775 +SHA512 (httpx-0.21.2.tar.gz) = 379302b9d48510b18efbf8914db90d0163a3b3d01d8173e54d7cfddf62e5e5143899277a02ff61e289198c09385e522973abe149e30c16d57aa30e95f5c94ccd +Size (httpx-0.21.2.tar.gz) = 106431 bytes --_----------=_1641459292151800--