py-httpx: updated to 0.21.0
0.21.0 (15th November, 2021) The 0.21.0 release integrates against a newly redesigned httpcore backend. Both packages ought to automatically update to the required versions, but if you are seeing any issues, you should ensure that you have httpx==0.21.* and httpcore==0.14.* installed. Added The command-line client will now display connection information when -v/--verbose is used. The command-line client will now display server certificate information when -v/--verbose is used. The command-line client is now able to properly detect if the outgoing request should be formatted as HTTP/1.1 or HTTP/2, based on the result of the HTTP/2 negotiation. Removed Curio support is no longer currently included. Please get in touch if you require this, so that we can assess priorities.
This commit is contained in:
parent
8c2bcb116e
commit
0fff9bd23f
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.15 2021/10/21 13:16:15 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2021/11/15 17:41:51 adam Exp $
|
||||
|
||||
DISTNAME= httpx-0.20.0
|
||||
DISTNAME= httpx-0.21.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx/}
|
||||
|
@ -12,7 +12,7 @@ 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.13.3:../../www/py-httpcore
|
||||
DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.14.0:../../www/py-httpcore
|
||||
DEPENDS+= ${PYPKGPREFIX}-rfc3986>=1.3:../../www/py-rfc3986
|
||||
DEPENDS+= ${PYPKGPREFIX}-sniffio-[0-9]*:../../misc/py-sniffio
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.17 2021/10/26 11:30:42 nia Exp $
|
||||
$NetBSD: distinfo,v 1.18 2021/11/15 17:41:51 adam Exp $
|
||||
|
||||
BLAKE2s (httpx-0.20.0.tar.gz) = 404eba4b066ed161faae9d44672fba41c98103f418c9f325c12f7d388ca18ea4
|
||||
SHA512 (httpx-0.20.0.tar.gz) = 8f05df5c7e8f5e21ee68d00c32da29e258575f7af3963da4e4fd37548e2bbdc5a5e821ea32f63479035e81ba0946987f7e4ab6bf78f68555a5a2f731e51226e1
|
||||
Size (httpx-0.20.0.tar.gz) = 104549 bytes
|
||||
BLAKE2s (httpx-0.21.0.tar.gz) = b47de3bf60ef1cb769e722fb6a1a29e1e76d5ada23320ac849b8b53d70ff32c0
|
||||
SHA512 (httpx-0.21.0.tar.gz) = 6b637502bb688050097a18d9286ffeb1854ddc30169cc99e0e190aa3ec24e0b9cf9ecfdabcf8f2c5f41cd8a1633d1e1f0ab50a2e131a5c2914263d86502c7b98
|
||||
Size (httpx-0.21.0.tar.gz) = 105075 bytes
|
||||
|
|
Loading…
Reference in a new issue