Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 A93961A921F for ; Tue, 13 Oct 2020 11:14:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4AA3484DCF; Tue, 13 Oct 2020 11:14:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C692584DCC for ; Tue, 13 Oct 2020 11:14: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 lYC1PnR8FvII for ; Tue, 13 Oct 2020 11:14: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 45B1C84D2D for ; Tue, 13 Oct 2020 11:14:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E5C4FB28; Tue, 13 Oct 2020 11:14:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602587683241030" MIME-Version: 1.0 Date: Tue, 13 Oct 2020 11:14:43 +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: <20201013111443.3E5C4FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1602587683241030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 13 11:14:43 UTC 2020 Modified Files: pkgsrc/www/py-httpx: Makefile distinfo Log Message: py-httpx: updated to 0.16.1 0.16.1 Fixed * Support literal IPv6 addresses in URLs. * Force lowercase headers in ASGI scope dictionaries. 0.16.0 Changed * Preserve HTTP header casing. * Drop `response.next()` and `response.anext()` methods in favour of `response.next_request` attribute. * Closed clients now raise a runtime error if attempting to send a request. Added * Add Python 3.9 to officially supported versions. * Type annotate `__enter__`/`__exit__`/`__aenter__`/`__aexit__` in a way that supports subclasses of `Client` and `AsyncClient`. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-httpx/Makefile \ pkgsrc/www/py-httpx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602587683241030 Content-Disposition: inline Content-Length: 1996 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.8 pkgsrc/www/py-httpx/Makefile:1.9 --- pkgsrc/www/py-httpx/Makefile:1.8 Fri Oct 2 07:42:53 2020 +++ pkgsrc/www/py-httpx/Makefile Tue Oct 13 11:14:43 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2020/10/02 07:42:53 adam Exp $ +# $NetBSD: Makefile,v 1.9 2020/10/13 11:14:43 adam Exp $ -DISTNAME= httpx-0.15.5 +DISTNAME= httpx-0.16.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx/} @@ -11,7 +11,7 @@ COMMENT= The next generation HTTP client LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi -DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.11.0:../../www/py-httpcore +DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.12.0:../../www/py-httpcore DEPENDS+= ${PYPKGPREFIX}-rfc3986>=1.3:../../www/py-rfc3986 DEPENDS+= ${PYPKGPREFIX}-sniffio-[0-9]*:../../misc/py-sniffio Index: pkgsrc/www/py-httpx/distinfo diff -u pkgsrc/www/py-httpx/distinfo:1.8 pkgsrc/www/py-httpx/distinfo:1.9 --- pkgsrc/www/py-httpx/distinfo:1.8 Fri Oct 2 07:42:53 2020 +++ pkgsrc/www/py-httpx/distinfo Tue Oct 13 11:14:43 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/10/02 07:42:53 adam Exp $ +$NetBSD: distinfo,v 1.9 2020/10/13 11:14:43 adam Exp $ -SHA1 (httpx-0.15.5.tar.gz) = a39f3a8a6d65e54295c0c1a2d694f4c51e3c17f3 -RMD160 (httpx-0.15.5.tar.gz) = 10ee22839e7caf91fa9c24ed450eb31b28606434 -SHA512 (httpx-0.15.5.tar.gz) = 7545ca4f6a1f575c6084247549fb39aad773157643791147a82abd7b077ba402b0a86a3db480fde7bc9160cb271be4f257fa5fb6fa1fbf8b2d3b87649e90d51b -Size (httpx-0.15.5.tar.gz) = 82160 bytes +SHA1 (httpx-0.16.1.tar.gz) = 9804e4db80f8f17f1738f32ca9f37b8d1114534c +RMD160 (httpx-0.16.1.tar.gz) = 813a0f826aebaab158255d06a434ceeeb743784d +SHA512 (httpx-0.16.1.tar.gz) = 99321176d5bfe927804abe9c93eff098ce7498f6a42db0cacad4a9420d7e5e557ad1ada04126ab3bedfb718631ee7398d0ce42e2c5854f819e4ac36f892c1671 +Size (httpx-0.16.1.tar.gz) = 83253 bytes --_----------=_1602587683241030--