14
0

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

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