- 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:
Dirk Mueller 2022-02-22 09:45:19 +00:00 committed by Git OBS Bridge
parent fe9c1acf4b
commit f64e714cdf
4 changed files with 13 additions and 4 deletions

View File

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

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

View File

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

View File

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