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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2860333fbbbc
branches:  trunk
changeset: 457448:2860333fbbbc
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 25 19:20:56 2021 +0000

description:
py-httpx: updated to 0.19.0

0.19.0

Added

Add support for Client(allow_redirects=<bool>).
Add automatic character set detection, when no charset is included in the response Content-Type header.

Changed

Event hooks are now also called for any additional redirect or auth requests/responses.
Strictly enforce that upload files must be opened in binary mode.
Strictly enforce that client instances can only be opened and closed once, and cannot be re-opened.
Drop mode argument from httpx.Proxy(..., mode=...).

diffstat:

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

diffs (27 lines):

diff -r 65225b01d893 -r 2860333fbbbc www/py-httpx/Makefile
--- a/www/py-httpx/Makefile     Wed Aug 25 19:16:38 2021 +0000
+++ b/www/py-httpx/Makefile     Wed Aug 25 19:20:56 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/07/08 08:39:00 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/08/25 19:20:56 adam Exp $
 
-DISTNAME=      httpx-0.18.2
+DISTNAME=      httpx-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx/}
diff -r 65225b01d893 -r 2860333fbbbc www/py-httpx/distinfo
--- a/www/py-httpx/distinfo     Wed Aug 25 19:16:38 2021 +0000
+++ b/www/py-httpx/distinfo     Wed Aug 25 19:20:56 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/07/08 08:39:00 adam Exp $
+$NetBSD: distinfo,v 1.14 2021/08/25 19:20:56 adam Exp $
 
-SHA1 (httpx-0.18.2.tar.gz) = f2273196313052818ee61d5994ea14d4a33e4a9f
-RMD160 (httpx-0.18.2.tar.gz) = 0dcfd5f432d0aa0a4077c1d57e1d1ad32823fd70
-SHA512 (httpx-0.18.2.tar.gz) = 01b0f06b4ee92cb38195d7d15856e938901baf41f69eaf6f772780e60e8bc853b5ecedc89bc1749d54ae3c3b9c28b38ee3118379ae0420e0146cceed2a6d1bd6
-Size (httpx-0.18.2.tar.gz) = 96707 bytes
+SHA1 (httpx-0.19.0.tar.gz) = eef54cee72bda35f6002e70368b0f5ffdc439bf9
+RMD160 (httpx-0.19.0.tar.gz) = eab8dcf20bc4f4b776b11be05c7fd305e500381f
+SHA512 (httpx-0.19.0.tar.gz) = ebf8f40424e43d8fcb41e1547e532210a956deae6649e80b3963c46dd12bb630358fa0d330e88242705e0908b09635d0dc17d4f75779f25903f7073c16d756d2
+Size (httpx-0.19.0.tar.gz) = 97592 bytes



Home | Main Index | Thread Index | Old Index