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 Jan  1 11:45:44 UTC 2024

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

Log Message:
py-httpx: updated to 0.26.0

0.26.0 (20th December, 2023)

Added

* The `proxy` argument was added. You should use the `proxy` argument instead of the deprecated `proxies`, or use `mounts=` for more complex configurations.

Deprecated

* The `proxies` argument is now deprecated. It will still continue to work, but it will be removed in the future.

Fixed

* Fix cases of double escaping of URL path components. Allow / as a safe character in the query portion.
* Handle `NO_PROXY` envvar cases when a fully qualified URL is supplied as the value.
* Allow URLs where username or password contains unescaped '@'.
* Ensure ASGI `raw_path` does not include URL query component.
* Ensure `Response.iter_text()` cannot yield empty strings.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-httpx/Makefile
cvs rdiff -u -r1.30 -r1.31 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.32 pkgsrc/www/py-httpx/Makefile:1.33
--- pkgsrc/www/py-httpx/Makefile:1.32   Mon Nov 27 20:18:46 2023
+++ pkgsrc/www/py-httpx/Makefile        Mon Jan  1 11:45:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/11/27 20:18:46 adam Exp $
+# $NetBSD: Makefile,v 1.33 2024/01/01 11:45:44 adam Exp $
 
-DISTNAME=      httpx-0.25.2
+DISTNAME=      httpx-0.26.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx/}
@@ -12,8 +12,9 @@ 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}-anyio-[0-9]*:../../devel/py-anyio
 DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
-DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.18.0:../../www/py-httpcore
+DEPENDS+=      ${PYPKGPREFIX}-httpcore>=1.0.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.30 pkgsrc/www/py-httpx/distinfo:1.31
--- pkgsrc/www/py-httpx/distinfo:1.30   Mon Nov 27 20:18:46 2023
+++ pkgsrc/www/py-httpx/distinfo        Mon Jan  1 11:45:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2023/11/27 20:18:46 adam Exp $
+$NetBSD: distinfo,v 1.31 2024/01/01 11:45:44 adam Exp $
 
-BLAKE2s (httpx-0.25.2.tar.gz) = 90d825a3855ad51fe5272847a02e9d0834973d184cd6db0e55552fd9a274ff10
-SHA512 (httpx-0.25.2.tar.gz) = 276d98f721874d73a9adae1746f2ceb7aefbd41aa9941dd4f2ea09d825020138745a56a7f44d288b63bedfba718f35cce4da0365263efe5e91bbb9b6d533dadc
-Size (httpx-0.25.2.tar.gz) = 123889 bytes
+BLAKE2s (httpx-0.26.0.tar.gz) = e4cad5d274cec9fa4ce4abb0ba075ffc916c4838dab67c6a2c7e4ebe8f2c7909
+SHA512 (httpx-0.26.0.tar.gz) = 2838d6f2f4fac1953a7129ba8b5d7843da07c6ff19a488ed3b29e6010c76c6c4f1a49862165e7ec5347c0ba38ee0d618c279a2ac9c2a518c22a9837c7d326f3c
+Size (httpx-0.26.0.tar.gz) = 125671 bytes



Home | Main Index | Thread Index | Old Index