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:           Wed Sep 13 07:25:55 UTC 2023

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

Log Message:
py-httpx: updated to 0.25.0

0.25.0 (11th Sep, 2023)

Removed

* Drop support for Python 3.7.

Added

* Support HTTPS proxies.
* Change the type of `Extensions` from `Mapping[Str, Any]` to `MutableMapping[Str, Any]`.
* Add `socket_options` argument to `httpx.HTTPTransport` and `httpx.AsyncHTTPTransport` classes.
* The `Response.raise_for_status()` method now returns the response instance. For example: `data = httpx.get('...').raise_for_status().json()`.

Fixed

* Return `500` error response instead of exceptions when `raise_app_exceptions=False` is set on `ASGITransport`.
* Ensure all `WSGITransport` environs have a `SERVER_PROTOCOL`.
* Always encode forward slashes as `%2F` in query parameters
* Use Mozilla documentation instead of `httpstatuses.com` for HTTP error reference


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-httpx/Makefile
cvs rdiff -u -r1.27 -r1.28 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.28 pkgsrc/www/py-httpx/Makefile:1.29
--- pkgsrc/www/py-httpx/Makefile:1.28   Fri May 19 08:19:51 2023
+++ pkgsrc/www/py-httpx/Makefile        Wed Sep 13 07:25:55 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/05/19 08:19:51 adam Exp $
+# $NetBSD: Makefile,v 1.29 2023/09/13 07:25:55 adam Exp $
 
-DISTNAME=      httpx-0.24.1
+DISTNAME=      httpx-0.25.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx/}
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
 DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
-DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.15.0:../../www/py-httpcore
+DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.18.0:../../www/py-httpcore
 DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
 DEPENDS+=      ${PYPKGPREFIX}-sniffio-[0-9]*:../../misc/py-sniffio
 

Index: pkgsrc/www/py-httpx/distinfo
diff -u pkgsrc/www/py-httpx/distinfo:1.27 pkgsrc/www/py-httpx/distinfo:1.28
--- pkgsrc/www/py-httpx/distinfo:1.27   Fri May 19 08:19:51 2023
+++ pkgsrc/www/py-httpx/distinfo        Wed Sep 13 07:25:55 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2023/05/19 08:19:51 adam Exp $
+$NetBSD: distinfo,v 1.28 2023/09/13 07:25:55 adam Exp $
 
-BLAKE2s (httpx-0.24.1.tar.gz) = 0f280287da54ed81b0bf36fffa2087d4591736547ed070ea5f38b350a4f64906
-SHA512 (httpx-0.24.1.tar.gz) = cc39b64fda0494b109e6d911fcee496843959a0ed916afb16479cbcded35031880d380a2650c1486eae611185d5f58f7189293737f17510328b91e6e068a78fa
-Size (httpx-0.24.1.tar.gz) = 81858 bytes
+BLAKE2s (httpx-0.25.0.tar.gz) = 55977c97aa36d4e86cc71b31434e38a9aa6dac832d9f6ef6f4316ee0c5a205f7
+SHA512 (httpx-0.25.0.tar.gz) = e19a857d4758becaac6f7400f4ed9b8cf80843f9ae5a04d07277d857c3777768ba62e8f7c7b1118b25dc8c0df8374f0eb95d0be21c9009995e28c203f5e6676f
+Size (httpx-0.25.0.tar.gz) = 82417 bytes



Home | Main Index | Thread Index | Old Index