15
0
forked from pool/python-httpx

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
This commit is contained in:
2024-03-22 10:52:48 +00:00
committed by Git OBS Bridge
parent 87ce16e969
commit 85ff726e0f
4 changed files with 15 additions and 6 deletions

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>