Accepting request 1160630 from devel:languages:python

Forwarded request #1160604 from mcalabkova

- 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/1160630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpx?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2024-03-26 18:25:17 +00:00 committed by Git OBS Bridge
commit 6355c658a2
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2c2db4a2d83420f96e48c80dacae4f079a02e7cf67a98bb85db6fdd70517c87
size 2164373

3
httpx-0.27.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7ad539016912567002a5358ad8f0dbf5873d963467f9bd2af6ba37eddc13c6e
size 2168004

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 22 09:57:30 UTC 2024 - Markéta Machová <mmachova@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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}