pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httpx py-httpx: updated to 0.16.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28f8e3ffe28e
branches:  trunk
changeset: 440607:28f8e3ffe28e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 13 11:14:43 2020 +0000

description:
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`.

diffstat:

 www/py-httpx/Makefile |   6 +++---
 www/py-httpx/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 0b84677da656 -r 28f8e3ffe28e www/py-httpx/Makefile
--- a/www/py-httpx/Makefile     Tue Oct 13 11:12:41 2020 +0000
+++ b/www/py-httpx/Makefile     Tue Oct 13 11:14:43 2020 +0000
@@ -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 @@
 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
 
diff -r 0b84677da656 -r 28f8e3ffe28e www/py-httpx/distinfo
--- a/www/py-httpx/distinfo     Tue Oct 13 11:12:41 2020 +0000
+++ b/www/py-httpx/distinfo     Tue Oct 13 11:14:43 2020 +0000
@@ -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