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: Wed Aug 25 19:20:56 UTC 2021
Modified Files:
pkgsrc/www/py-httpx: Makefile distinfo
Log Message:
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=...).
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/www/py-httpx/Makefile:1.14
--- pkgsrc/www/py-httpx/Makefile:1.13 Thu Jul 8 08:39:00 2021
+++ pkgsrc/www/py-httpx/Makefile Wed Aug 25 19:20:56 2021
@@ -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/}
Index: pkgsrc/www/py-httpx/distinfo
diff -u pkgsrc/www/py-httpx/distinfo:1.13 pkgsrc/www/py-httpx/distinfo:1.14
--- pkgsrc/www/py-httpx/distinfo:1.13 Thu Jul 8 08:39:00 2021
+++ pkgsrc/www/py-httpx/distinfo Wed Aug 25 19:20:56 2021
@@ -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