Accepting request 958238 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/958238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpcore?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-03-02 17:20:19 +00:00 committed by Git OBS Bridge
commit ec5e37f747
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 @@
-------------------------------------------------------------------
Mon Feb 21 10:54:40 UTC 2022 - Michael Ströder <michael@stroeder.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