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:           Thu Jan 27 08:37:57 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-httpx/Makefile
cvs rdiff -u -r1.21 -r1.22 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.22 pkgsrc/www/py-httpx/Makefile:1.23
--- pkgsrc/www/py-httpx/Makefile:1.22   Fri Jan  7 16:25:10 2022
+++ pkgsrc/www/py-httpx/Makefile        Thu Jan 27 08:37:57 2022
@@ -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
 

Index: pkgsrc/www/py-httpx/distinfo
diff -u pkgsrc/www/py-httpx/distinfo:1.21 pkgsrc/www/py-httpx/distinfo:1.22
--- pkgsrc/www/py-httpx/distinfo:1.21   Fri Jan  7 16:25:10 2022
+++ pkgsrc/www/py-httpx/distinfo        Thu Jan 27 08:37:57 2022
@@ -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