diff --git a/h11-0.12.0.tar.gz b/h11-0.12.0.tar.gz deleted file mode 100644 index 6234937..0000000 --- a/h11-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042 -size 98121 diff --git a/h11-0.13.0.tar.gz b/h11-0.13.0.tar.gz new file mode 100644 index 0000000..1697b69 --- /dev/null +++ b/h11-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06 +size 100165 diff --git a/python-h11.changes b/python-h11.changes index f836e94..b80973c 100644 --- a/python-h11.changes +++ b/python-h11.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Feb 16 23:08:28 UTC 2022 - Dirk Müller + +- update to 0.13.0: + * Clarify that the Headers class is a Sequence and inherit from the + collections Sequence abstract base class to also indicate this (and + gain the mixin methods). + * Switch event classes to dataclasses for easier typing and slightly + improved performance. + * Shorten traceback of protocol errors for easier readability + * Add typing including a PEP 561 marker for usage by type checkers + * Expand the allowed status codes to [0, 999] from [0, 600] + * Ensure request method is a valid token + ------------------------------------------------------------------- Fri Feb 5 17:05:15 UTC 2021 - Luigi Baldoni diff --git a/python-h11.spec b/python-h11.spec index 16e6d64..2a5f882 100644 --- a/python-h11.spec +++ b/python-h11.spec @@ -1,7 +1,7 @@ # # spec file for package python-h11 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-h11 -Version: 0.12.0 +Version: 0.13.0 Release: 0 Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/11 License: MIT