From 5050b1fe3cca2a76637cf79a942c01292d4fe4b3684fdad139540576b33b972e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Feb 2022 09:46:00 +0000 Subject: [PATCH] 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