forked from pool/python-httpx
Accepting request 900750 from home:alarrosa:branches:devel:languages:python
- Update to 0.18.2
* Added
- Support for Python 3.10. (Pull #1687)
- Expose httpx.USE_CLIENT_DEFAULT, used as the default to auth
and timeout parameters in request methods.
- Support HTTP/2 "prior knowledge", using
httpx.Client(http1=False, http2=True).
* Fixed
- Clean up some cases where warnings were being issued.
- Prefer Content-Length over Transfer-Encoding: chunked for
content= cases.
- Update to 0.18.1
* Changed
- Update brotli support to use the brotlicffi package
- Ensure that Request(..., stream=...) does not auto-generate
any headers on the request instance.
* Fixed
- Pass through timeout=... in top-level httpx.stream()
function.
- Map httpcore transport close exceptions to httpx exceptions.
- Add patch (submitted to upstream at gh#encode/httpx#1669) to add
a pytest marker so we can disable the tests that use the network
in %check:
* 0001-Add-a-network-pytest-mark-for-tests-that-use-the-network.patch
OBS-URL: https://build.opensuse.org/request/show/900750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 18 07:56:56 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to 0.18.2
|
||||
* Added
|
||||
- Support for Python 3.10. (Pull #1687)
|
||||
- Expose httpx.USE_CLIENT_DEFAULT, used as the default to auth
|
||||
and timeout parameters in request methods.
|
||||
- Support HTTP/2 "prior knowledge", using
|
||||
httpx.Client(http1=False, http2=True).
|
||||
* Fixed
|
||||
- Clean up some cases where warnings were being issued.
|
||||
- Prefer Content-Length over Transfer-Encoding: chunked for
|
||||
content= cases.
|
||||
|
||||
- Update to 0.18.1
|
||||
* Changed
|
||||
- Update brotli support to use the brotlicffi package
|
||||
- Ensure that Request(..., stream=...) does not auto-generate
|
||||
any headers on the request instance.
|
||||
* Fixed
|
||||
- Pass through timeout=... in top-level httpx.stream()
|
||||
function.
|
||||
- Map httpcore transport close exceptions to httpx exceptions.
|
||||
|
||||
- Add patch (submitted to upstream at gh#encode/httpx#1669) to add
|
||||
a pytest marker so we can disable the tests that use the network
|
||||
in %check:
|
||||
* 0001-Add-a-network-pytest-mark-for-tests-that-use-the-network.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 3 15:15:51 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user