diff --git a/httpcore-0.14.5.tar.gz b/httpcore-0.14.5.tar.gz deleted file mode 100644 index 6c3a941..0000000 --- a/httpcore-0.14.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77092ffaa4ae02c1b9ecc2b42ff452eac7111b4c35eea0616b6cf81a3f966e51 -size 74227 diff --git a/httpcore-0.14.7.tar.gz b/httpcore-0.14.7.tar.gz new file mode 100644 index 0000000..cf36fd4 --- /dev/null +++ b/httpcore-0.14.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5736b3d1a2382d3b137c8f77d19229f3742789447ef1c1a55bb95918c02277 +size 75844 diff --git a/python-httpcore.changes b/python-httpcore.changes index ed52a43..d1baef7 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 21 10:54:40 UTC 2022 - Michael Ströder + +- 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 diff --git a/python-httpcore.spec b/python-httpcore.spec index 73510ab..c34296c 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -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