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: Mon Nov 15 17:41:51 UTC 2021
Modified Files:
pkgsrc/www/py-httpx: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-httpx/Makefile
cvs rdiff -u -r1.17 -r1.18 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.15 pkgsrc/www/py-httpx/Makefile:1.16
--- pkgsrc/www/py-httpx/Makefile:1.15 Thu Oct 21 13:16:15 2021
+++ pkgsrc/www/py-httpx/Makefile Mon Nov 15 17:41:51 2021
@@ -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
Index: pkgsrc/www/py-httpx/distinfo
diff -u pkgsrc/www/py-httpx/distinfo:1.17 pkgsrc/www/py-httpx/distinfo:1.18
--- pkgsrc/www/py-httpx/distinfo:1.17 Tue Oct 26 11:30:42 2021
+++ pkgsrc/www/py-httpx/distinfo Mon Nov 15 17:41:51 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index