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.21.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/031554a40429
branches: trunk
changeset: 769456:031554a40429
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 15 17:41:51 2021 +0000
description:
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.
diffstat:
www/py-httpx/Makefile | 6 +++---
www/py-httpx/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 85106ec317b6 -r 031554a40429 www/py-httpx/Makefile
--- a/www/py-httpx/Makefile Mon Nov 15 17:41:18 2021 +0000
+++ b/www/py-httpx/Makefile Mon Nov 15 17:41:51 2021 +0000
@@ -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 @@
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
diff -r 85106ec317b6 -r 031554a40429 www/py-httpx/distinfo
--- a/www/py-httpx/distinfo Mon Nov 15 17:41:18 2021 +0000
+++ b/www/py-httpx/distinfo Mon Nov 15 17:41:51 2021 +0000
@@ -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