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:           Mon Jan 20 11:50:48 UTC 2020

Modified Files:
        pkgsrc/www/py-httpx: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/www/py-httpx/Makefile:1.3
--- pkgsrc/www/py-httpx/Makefile:1.2    Tue Jan 14 16:10:53 2020
+++ pkgsrc/www/py-httpx/Makefile        Mon Jan 20 11:50:48 2020
@@ -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/}
Index: pkgsrc/www/py-httpx/distinfo
diff -u pkgsrc/www/py-httpx/distinfo:1.2 pkgsrc/www/py-httpx/distinfo:1.3
--- pkgsrc/www/py-httpx/distinfo:1.2    Tue Jan 14 16:10:53 2020
+++ pkgsrc/www/py-httpx/distinfo        Mon Jan 20 11:50:48 2020
@@ -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