forked from pool/python-httpx
Accepting request 1200062 from devel:languages:python
- update to 0.27.2: * Reintroduced supposedly-private `URLTypes` shortcut. * Support for `zstd` content decoding using the python `zstandard` package is added. Installable using `httpx[zstd]`. * Improved error messaging for `InvalidURL` exceptions. * Fix `app` type signature in `ASGITransport`. * The app=... shortcut has been deprecated. Use the explicit style of OBS-URL: https://build.opensuse.org/request/show/1200062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpx?expand=0&rev=16
This commit is contained in:
commit
6e12acc4b6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7ad539016912567002a5358ad8f0dbf5873d963467f9bd2af6ba37eddc13c6e
|
||||
size 2168004
|
3
httpx-0.27.2.tar.gz
Normal file
3
httpx-0.27.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:deeb35d578415665a576fd16b6c986bbf4146dcbec0385e56a299c7cf05d7f5e
|
||||
size 2185609
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 13:05:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.27.2:
|
||||
* Reintroduced supposedly-private `URLTypes` shortcut.
|
||||
* Support for `zstd` content decoding using the python
|
||||
`zstandard` package is added. Installable using
|
||||
`httpx[zstd]`.
|
||||
* Improved error messaging for `InvalidURL` exceptions.
|
||||
* Fix `app` type signature in `ASGITransport`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 09:57:30 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-httpx%{psuffix}
|
||||
Version: 0.27.0
|
||||
Version: 0.27.2
|
||||
Release: 0
|
||||
Summary: Python HTTP client with async support
|
||||
License: BSD-3-Clause
|
||||
@ -69,6 +69,7 @@ BuildRequires: %{python_module trio}
|
||||
BuildRequires: %{python_module trustme}
|
||||
# uvicorn 0.18 fixed an issue in the test suite where http-headers wer not all lowercase as expected
|
||||
BuildRequires: %{python_module uvicorn >= 0.18}
|
||||
BuildRequires: %{python_module zstandard}
|
||||
%endif
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user