15
0
forked from pool/python-httpx

- 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/package/show/devel:languages:python/python-httpx?expand=0&rev=34
This commit is contained in:
2024-09-08 13:05:57 +00:00
committed by Git OBS Bridge
parent 85ff726e0f
commit 4eb79c2680
4 changed files with 16 additions and 5 deletions

View File

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

BIN
httpx-0.27.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,8 +1,19 @@
-------------------------------------------------------------------
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>
- Update to 0.27.0
* The app=... shortcut has been deprecated. Use the explicit style of
* 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)

View File

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