From 9e7cec8fade6641a7f250c1cdfafb013e784da972420d2c5c06ab96981d0c401 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 May 2023 08:46:41 +0000 Subject: [PATCH] - update to 0.17.0: * Add DEBUG level logging. (#648) * Respect HTTP/2 max concurrent streams when settings updates are sent by server. (#652) * Increase the allowable HTTP header size to 100kB. (#647) * Add `retries` option to SOCKS proxy classes. (#643) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=22 --- httpcore-0.16.3.tar.gz | 3 --- httpcore-0.17.0.tar.gz | 3 +++ python-httpcore.changes | 10 ++++++++++ python-httpcore.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 httpcore-0.16.3.tar.gz create mode 100644 httpcore-0.17.0.tar.gz diff --git a/httpcore-0.16.3.tar.gz b/httpcore-0.16.3.tar.gz deleted file mode 100644 index c9180e5..0000000 --- a/httpcore-0.16.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:998c6b2dfdea28e15e68d81938ce9c604b963103bddbeccf91c8ed11c316f3b5 -size 79132 diff --git a/httpcore-0.17.0.tar.gz b/httpcore-0.17.0.tar.gz new file mode 100644 index 0000000..1018d9e --- /dev/null +++ b/httpcore-0.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbe39e7890f3c32ac23dd5d3384880f4076eb6f2eed318a9ddeb614ed5d2699 +size 82103 diff --git a/python-httpcore.changes b/python-httpcore.changes index bb91ffd..5be7436 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 3 08:46:32 UTC 2023 - Dirk Müller + +- update to 0.17.0: + * Add DEBUG level logging. (#648) + * Respect HTTP/2 max concurrent streams when settings updates + are sent by server. (#652) + * Increase the allowable HTTP header size to 100kB. (#647) + * Add `retries` option to SOCKS proxy classes. (#643) + ------------------------------------------------------------------- Fri Apr 21 12:26:21 UTC 2023 - Dirk Müller diff --git a/python-httpcore.spec b/python-httpcore.spec index b20c00e..8999447 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-httpcore%{psuffix} -Version: 0.16.3 +Version: 0.17.0 Release: 0 Summary: Minimal low-level Python HTTP client License: BSD-3-Clause