- update to 0.14.7:
* Requests which raise a PoolTimeout need to be removed from the pool queue. * Fix AttributeError that happened when Socks5Connection were terminated. * Fix SOCKS support for `http://` URLs. * Resolve race condition around exceptions during streaming a response. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=10
This commit is contained in:
parent
fe9c1acf4b
commit
f64e714cdf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77092ffaa4ae02c1b9ecc2b42ff452eac7111b4c35eea0616b6cf81a3f966e51
|
||||
size 74227
|
3
httpcore-0.14.7.tar.gz
Normal file
3
httpcore-0.14.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f5736b3d1a2382d3b137c8f77d19229f3742789447ef1c1a55bb95918c02277
|
||||
size 75844
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 09:44:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.14.7:
|
||||
* Requests which raise a PoolTimeout need to be removed from the pool queue.
|
||||
* Fix AttributeError that happened when Socks5Connection were terminated.
|
||||
* Fix SOCKS support for `http://` URLs.
|
||||
* Resolve race condition around exceptions during streaming a response.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 20:38:24 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
%define skip_python2 1
|
||||
Name: python-httpcore%{psuffix}
|
||||
Version: 0.14.5
|
||||
Version: 0.14.7
|
||||
Release: 0
|
||||
Summary: Minimal low-level Python HTTP client
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user