diff --git a/httpx-0.26.0.tar.gz b/httpx-0.26.0.tar.gz deleted file mode 100644 index e8801d1..0000000 --- a/httpx-0.26.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c2db4a2d83420f96e48c80dacae4f079a02e7cf67a98bb85db6fdd70517c87 -size 2164373 diff --git a/httpx-0.27.0.tar.gz b/httpx-0.27.0.tar.gz new file mode 100644 index 0000000..e052c5b --- /dev/null +++ b/httpx-0.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ad539016912567002a5358ad8f0dbf5873d963467f9bd2af6ba37eddc13c6e +size 2168004 diff --git a/python-httpx.changes b/python-httpx.changes index fa71ab2..0219dc9 100644 --- a/python-httpx.changes +++ b/python-httpx.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 22 09:57:30 UTC 2024 - Markéta Machová + +- Update to 0.27.0 + * The app=... shortcut has been deprecated. Use the explicit style of + transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead. + * Respect the http1 argument while configuring proxy transports. (#3023) + * Fix RFC 2069 mode digest authentication. (#3045) + ------------------------------------------------------------------- Sat Jan 6 17:14:30 UTC 2024 - Dirk Müller diff --git a/python-httpx.spec b/python-httpx.spec index 1f46d1b..ced8b57 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-httpx # # Copyright (c) 2024 SUSE LLC # @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-httpx%{psuffix} -Version: 0.26.0 +Version: 0.27.0 Release: 0 Summary: Python HTTP client with async support License: BSD-3-Clause @@ -51,7 +51,7 @@ Recommends: python-click >= 8 Recommends: python-h2 >= 3.0 Recommends: python-rich >= 10 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements %if %{with test}