diff --git a/httpx-0.25.2.tar.gz b/httpx-0.25.2.tar.gz deleted file mode 100644 index 631706c..0000000 --- a/httpx-0.25.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33f161c7afa3bc58b63e8eb1ddcb480479f2ba2a0137cba4a53c0b659c8bd917 -size 2162693 diff --git a/httpx-0.26.0.tar.gz b/httpx-0.26.0.tar.gz new file mode 100644 index 0000000..e8801d1 --- /dev/null +++ b/httpx-0.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c2db4a2d83420f96e48c80dacae4f079a02e7cf67a98bb85db6fdd70517c87 +size 2164373 diff --git a/python-httpx.changes b/python-httpx.changes index 8316089..fa71ab2 100644 --- a/python-httpx.changes +++ b/python-httpx.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jan 6 17:14:30 UTC 2024 - Dirk Müller + +- update to 0.26.0: + * The `proxy` argument was added. You should use the `proxy` + argument instead of the deprecated `proxies`, or use + `mounts=` for more complex configurations. + * The `proxies` argument is now deprecated. It will still + continue to work, but it will be removed in the future. + * 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. + ------------------------------------------------------------------- Mon Nov 27 15:50:38 UTC 2023 - Dirk Müller diff --git a/python-httpx.spec b/python-httpx.spec index 5b13318..1f46d1b 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-httpx%{psuffix} -Version: 0.25.2 +Version: 0.26.0 Release: 0 Summary: Python HTTP client with async support License: BSD-3-Clause