From 85ff726e0f099c7532f04aef52c8343478b8e4212fa63b1e71ad0e555060ae89 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Mar 2024 10:52:48 +0000 Subject: [PATCH] Accepting request 1160604 from home:mcalabkova:branches:devel:languages:python - 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) OBS-URL: https://build.opensuse.org/request/show/1160604 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=32 --- httpx-0.26.0.tar.gz | 3 --- httpx-0.27.0.tar.gz | 3 +++ python-httpx.changes | 9 +++++++++ python-httpx.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 httpx-0.26.0.tar.gz create mode 100644 httpx-0.27.0.tar.gz 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}