pkgsrc/www/py-httpx
adam 3fdf0eaa4c 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.
2024-01-01 11:45:44 +00:00
..
ALTERNATIVES
DESCR
distinfo py-httpx: updated to 0.26.0 2024-01-01 11:45:44 +00:00
Makefile py-httpx: updated to 0.26.0 2024-01-01 11:45:44 +00:00
PLIST python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00