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 424271A923A for ; Fri, 7 Jan 2022 16:25:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8930884E66; Fri, 7 Jan 2022 16:25:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B932D84D40 for ; Fri, 7 Jan 2022 16:25:11 +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 FbgNI3Q9a2MM for ; Fri, 7 Jan 2022 16:25:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3C6B484CE8 for ; Fri, 7 Jan 2022 16:25:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34A97FAEC; Fri, 7 Jan 2022 16:25:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641572711174620" MIME-Version: 1.0 Date: Fri, 7 Jan 2022 16:25:11 +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: <20220107162511.34A97FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641572711174620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 7 16:25:11 UTC 2022 Modified Files: pkgsrc/www/py-httpx: Makefile distinfo Log Message: py-httpx: updated to 0.21.3 0.21.3 Fixed * Fix streaming uploads using `SyncByteStream` or `AsyncByteStream`. Regression in 0.12.2. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-httpx/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-httpx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641572711174620 Content-Disposition: inline Content-Length: 1511 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.21 pkgsrc/www/py-httpx/Makefile:1.22 --- pkgsrc/www/py-httpx/Makefile:1.21 Thu Jan 6 08:54:52 2022 +++ pkgsrc/www/py-httpx/Makefile Fri Jan 7 16:25:10 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/01/06 08:54:52 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/01/07 16:25:10 adam Exp $ -DISTNAME= httpx-0.21.2 +DISTNAME= httpx-0.21.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx/} Index: pkgsrc/www/py-httpx/distinfo diff -u pkgsrc/www/py-httpx/distinfo:1.20 pkgsrc/www/py-httpx/distinfo:1.21 --- pkgsrc/www/py-httpx/distinfo:1.20 Thu Jan 6 08:54:52 2022 +++ pkgsrc/www/py-httpx/distinfo Fri Jan 7 16:25:10 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/01/06 08:54:52 adam Exp $ +$NetBSD: distinfo,v 1.21 2022/01/07 16:25:10 adam Exp $ -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 +BLAKE2s (httpx-0.21.3.tar.gz) = a4b8697271e46b5f54ef833fbc2fdc62583a4cb6763fe50a4e40685884c16e99 +SHA512 (httpx-0.21.3.tar.gz) = b20cd850e7a09dd579d67a3ea0bf06760b69fc5296746e95343b68832408d96ac2f5ceec6a78f5a70fbb518aa73371cf9bd20db0c21cf5b07f0b6a5a5beb6b10 +Size (httpx-0.21.3.tar.gz) = 106566 bytes --_----------=_1641572711174620--