summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-01-27 08:37:57 +0000
committeradam <adam@pkgsrc.org>2022-01-27 08:37:57 +0000
commit1593c1cdb3540c0937d854921e69b6aacfd3a40f (patch)
treebdf7c1381c6c0dc540e43b1af7736aef2ed87eb5 /www
parenta00bbfe4ab1f2c531e3791836eb733efb301d439 (diff)
downloadpkgsrc-1593c1cdb3540c0937d854921e69b6aacfd3a40f.tar.gz
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 (limited to 'www')
-rw-r--r--www/py-httpx/Makefile8
-rw-r--r--www/py-httpx/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile
index 6540eabd7cf..5a653101b0c 100644
--- a/www/py-httpx/Makefile
+++ b/www/py-httpx/Makefile
@@ -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 @@ LICENSE= modified-bsd
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 --git a/www/py-httpx/distinfo b/www/py-httpx/distinfo
index d31b94ad813..1500043e32e 100644
--- a/www/py-httpx/distinfo
+++ b/www/py-httpx/distinfo
@@ -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