diff --git a/h11-0.10.0.tar.gz b/h11-0.10.0.tar.gz deleted file mode 100644 index ff0704f..0000000 --- a/h11-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:311dc5478c2568cc07262e0381cdfc5b9c6ba19775905736c87e81ae6662b9fd -size 96120 diff --git a/h11-0.11.0.tar.gz b/h11-0.11.0.tar.gz new file mode 100644 index 0000000..4dc52ef --- /dev/null +++ b/h11-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6c61d69c6f13d41f1b80ab0322f1872702a3ba26e12aa864c928f6a43fbaab +size 97509 diff --git a/python-h11.changes b/python-h11.changes index d98c22d..b758dda 100644 --- a/python-h11.changes +++ b/python-h11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 10 08:02:09 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-h11.spec b/python-h11.spec index 14fb7cb..7758466 100644 --- a/python-h11.spec +++ b/python-h11.spec @@ -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