- update to 0.11.0:

* h11 now stores and makes available the raw header name as
  received. In addition h11 will write out header names with the same
  casing as passed to it. This allows compatibility with systems that
  expect titlecased header names. See `#31
  * Multiple content length headers are now merged into a single header
  if all the values are equal, if any are unequal a LocalProtocol
  error is raised (as before). See `#92

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h11?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2020-11-10 08:03:02 +00:00 committed by Git OBS Bridge
parent 1cb07bfa53
commit a1c519aa6f
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:311dc5478c2568cc07262e0381cdfc5b9c6ba19775905736c87e81ae6662b9fd
size 96120

3
h11-0.11.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 10 08:02:09 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.11.0:
* h11 now stores and makes available the raw header name as
received. In addition h11 will write out header names with the same
casing as passed to it. This allows compatibility with systems that
expect titlecased header names. See `#31
* Multiple content length headers are now merged into a single header
if all the values are equal, if any are unequal a LocalProtocol
error is raised (as before). See `#92
-------------------------------------------------------------------
Thu Aug 13 12:35:59 UTC 2020 - aloisio@gmx.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-h11
Version: 0.10.0
Version: 0.11.0
Release: 0
Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/11
License: MIT