- 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:
parent
1cb07bfa53
commit
a1c519aa6f
@ -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
3
h11-0.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c6c61d69c6f13d41f1b80ab0322f1872702a3ba26e12aa864c928f6a43fbaab
|
||||
size 97509
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user