From f64e714cdf6daf8e3139aac76108f06aec69045d5c10b07fafa5fa3cfbea6c99 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Feb 2022 09:45:19 +0000 Subject: [PATCH 1/3] - 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 --- httpcore-0.14.5.tar.gz | 3 --- httpcore-0.14.7.tar.gz | 3 +++ python-httpcore.changes | 9 +++++++++ python-httpcore.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 httpcore-0.14.5.tar.gz create mode 100644 httpcore-0.14.7.tar.gz 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..f71e095 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 22 09:44:34 UTC 2022 - Dirk Müller + +- 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 From 5050b1fe3cca2a76637cf79a942c01292d4fe4b3684fdad139540576b33b972e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Feb 2022 09:46:00 +0000 Subject: [PATCH 2/3] Accepting request 956362 from home:stroeder:python - Update to 0.14.7 * Requests which raise a PoolTimeout need to be removed from the pool queue. (#502) * Fix AttributeError that happened when Socks5Connection were terminated. (#501) - Update to 0.14.6 * Fix SOCKS support for http:// URLs. (#492) * Resolve race condition around exceptions during streaming a response. (#491) OBS-URL: https://build.opensuse.org/request/show/956362 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=11 --- python-httpcore.changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/python-httpcore.changes b/python-httpcore.changes index f71e095..0dcefc1 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -7,6 +7,16 @@ Tue Feb 22 09:44:34 UTC 2022 - Dirk Müller * Fix SOCKS support for `http://` URLs. * Resolve race condition around exceptions during streaming a response. +------------------------------------------------------------------- +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. (#502) + * Fix AttributeError that happened when Socks5Connection were terminated. (#501) +- Update to 0.14.6 + * Fix SOCKS support for http:// URLs. (#492) + * Resolve race condition around exceptions during streaming a response. (#491) + ------------------------------------------------------------------- Fri Feb 11 20:38:24 UTC 2022 - Michael Ströder From 4049c06ab24250bc8e00978f1b5c026953e4beaea4c0a9581a905a5ed180f968 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Feb 2022 09:46:25 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=12 --- python-httpcore.changes | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/python-httpcore.changes b/python-httpcore.changes index 0dcefc1..d1baef7 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Tue Feb 22 09:44:34 UTC 2022 - Dirk Müller +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. @@ -7,16 +7,6 @@ Tue Feb 22 09:44:34 UTC 2022 - Dirk Müller * Fix SOCKS support for `http://` URLs. * Resolve race condition around exceptions during streaming a response. -------------------------------------------------------------------- -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. (#502) - * Fix AttributeError that happened when Socks5Connection were terminated. (#501) -- Update to 0.14.6 - * Fix SOCKS support for http:// URLs. (#492) - * Resolve race condition around exceptions during streaming a response. (#491) - ------------------------------------------------------------------- Fri Feb 11 20:38:24 UTC 2022 - Michael Ströder