- 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
This commit is contained in:
Dirk Mueller 2023-05-03 08:46:41 +00:00 committed by Git OBS Bridge
parent 558b445daf
commit 9e7cec8fad
4 changed files with 14 additions and 4 deletions

BIN
httpcore-0.16.3.tar.gz (Stored with Git LFS)

Binary file not shown.

3
httpcore-0.17.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cbe39e7890f3c32ac23dd5d3384880f4076eb6f2eed318a9ddeb614ed5d2699
size 82103

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 3 08:46:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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