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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5ee0165e3fb
branches:  trunk
changeset: 372555:e5ee0165e3fb
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 27 08:37:57 2022 +0000

description:
py-httpx: updated to 0.22.0

0.22.0

Added

* Support for [the SOCKS5 proxy protocol](https://www.python-httpx.org/advanced/#socks) via [the `socksio` package](https://github.com/sethmlarson/socksio).
* Support for custom headers in multipart/form-data requests

Fixed

* Don't perform unreliable close/warning on `__del__` with unclosed clients.
* Fix `Headers.update(...)` to correctly handle repeated headers

diffstat:

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

diffs (41 lines):

diff -r 20e67eeff18c -r e5ee0165e3fb www/py-httpx/Makefile
--- a/www/py-httpx/Makefile     Thu Jan 27 08:35:28 2022 +0000
+++ b/www/py-httpx/Makefile     Thu Jan 27 08:37:57 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/01/07 16:25:10 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/27 08:37:57 adam Exp $
 
-DISTNAME=      httpx-0.21.3
+DISTNAME=      httpx-0.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx/}
@@ -12,13 +12,13 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
 DEPENDS+=      ${PYPKGPREFIX}-charset-normalizer-[0-9]*:../../converters/py-charset-normalizer
-DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.14.0:../../www/py-httpcore
+DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.14.5:../../www/py-httpcore
 DEPENDS+=      ${PYPKGPREFIX}-rfc3986>=1.3:../../www/py-rfc3986
 DEPENDS+=      ${PYPKGPREFIX}-sniffio-[0-9]*:../../misc/py-sniffio
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-httpcore, py-anyio, py-uvloop
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_PKG_RESOURCES=     yes
 
diff -r 20e67eeff18c -r e5ee0165e3fb www/py-httpx/distinfo
--- a/www/py-httpx/distinfo     Thu Jan 27 08:35:28 2022 +0000
+++ b/www/py-httpx/distinfo     Thu Jan 27 08:37:57 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/01/07 16:25:10 adam Exp $
+$NetBSD: distinfo,v 1.22 2022/01/27 08:37:57 adam Exp $
 
-BLAKE2s (httpx-0.21.3.tar.gz) = a4b8697271e46b5f54ef833fbc2fdc62583a4cb6763fe50a4e40685884c16e99
-SHA512 (httpx-0.21.3.tar.gz) = b20cd850e7a09dd579d67a3ea0bf06760b69fc5296746e95343b68832408d96ac2f5ceec6a78f5a70fbb518aa73371cf9bd20db0c21cf5b07f0b6a5a5beb6b10
-Size (httpx-0.21.3.tar.gz) = 106566 bytes
+BLAKE2s (httpx-0.22.0.tar.gz) = 2d6f228177dc19652eb55f9b469a390902bedff64df661f37d188c0c1330b748
+SHA512 (httpx-0.22.0.tar.gz) = 8d223e35c22dbd6bab159264ec72c860945fcbd84cff51974a4b8433e232117c9b089b3b610c0fdef007a60e5bd5e504ab2156d2ddeca558113b651c1311ffb3
+Size (httpx-0.22.0.tar.gz) = 107324 bytes



Home | Main Index | Thread Index | Old Index