pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-httpx



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.

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



Home | Main Index | Thread Index | Old Index