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.11.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1710c1303773
branches:  trunk
changeset: 409763:1710c1303773
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 20 11:50:48 2020 +0000

description:
py-httpx: updated to 0.11.1

0.11.1:
Fixed
* Fixed usage of `proxies=...` on `Client()`.
* Support both `zlib` and `deflate` style encodings on `Content-Encoding: deflate`.
* Fix for streaming a redirect response body with `allow_redirects=False`.
* Handle redirect with malformed Location headers missing host.

diffstat:

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

diffs (27 lines):

diff -r a60ce7e6efa9 -r 1710c1303773 www/py-httpx/Makefile
--- a/www/py-httpx/Makefile     Mon Jan 20 11:49:35 2020 +0000
+++ b/www/py-httpx/Makefile     Mon Jan 20 11:50:48 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/01/14 16:10:53 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/20 11:50:48 adam Exp $
 
-DISTNAME=      httpx-0.11.0
+DISTNAME=      httpx-0.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx/}
diff -r a60ce7e6efa9 -r 1710c1303773 www/py-httpx/distinfo
--- a/www/py-httpx/distinfo     Mon Jan 20 11:49:35 2020 +0000
+++ b/www/py-httpx/distinfo     Mon Jan 20 11:50:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/01/14 16:10:53 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/01/20 11:50:48 adam Exp $
 
-SHA1 (httpx-0.11.0.tar.gz) = f29c8c07238bf0bc676198d5c211e94acee37c1f
-RMD160 (httpx-0.11.0.tar.gz) = da120c426523fcdf9e1f9ff84322065d0e157d39
-SHA512 (httpx-0.11.0.tar.gz) = a4f1cee7c80a9e4efd0ba5e8441bd4e8a56ee230c420b5566a0471287f15b6a91992c85b220cf31917bf86bb0d8a9e3baa26d6a554cef91896a44e5fdf331f1d
-Size (httpx-0.11.0.tar.gz) = 65169 bytes
+SHA1 (httpx-0.11.1.tar.gz) = aa7d54c352ebb23dc10dbdbf15ad8ee436df4d83
+RMD160 (httpx-0.11.1.tar.gz) = a2b5ab6924be519e1fd80458785ddfd51871eb4b
+SHA512 (httpx-0.11.1.tar.gz) = 0203d348739b450fec1f386778136f8591d0177f58eff68d3887348f1e379bfd7da98b87a80b195d023ce17e1442989a52765704be18088166593211a23b84ad
+Size (httpx-0.11.1.tar.gz) = 65974 bytes



Home | Main Index | Thread Index | Old Index