From a1c519aa6f3e7722dbe1448aeb09e3a209bd84e5e8c3f0f29e14e22f39fba072 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 10 Nov 2020 08:03:02 +0000 Subject: [PATCH] - 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 --- h11-0.10.0.tar.gz | 3 --- h11-0.11.0.tar.gz | 3 +++ python-h11.changes | 12 ++++++++++++ python-h11.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 h11-0.10.0.tar.gz create mode 100644 h11-0.11.0.tar.gz 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