[meta-python,3/5] python3-h11: Upgrade 0.12.0 -> 0.13.0

Message ID 20220302222738.1047918-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-semantic-version: Upgrade 2.8.5 -> 2.9.0 | expand

Commit Message

Leon Anavi March 2, 2022, 10:27 p.m. UTC
Upgrade to release 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 performan
- 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]

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-h11_0.12.0.bb => python3-h11_0.13.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-h11_0.12.0.bb => python3-h11_0.13.0.bb} (73%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-h11_0.12.0.bb b/meta-python/recipes-devtools/python/python3-h11_0.13.0.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-h11_0.12.0.bb
rename to meta-python/recipes-devtools/python/python3-h11_0.13.0.bb
index 4cd0d4de7..afc643965 100644
--- a/meta-python/recipes-devtools/python/python3-h11_0.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h11_0.13.0.bb
@@ -5,4 +5,4 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f5501d19c3116f4aaeef89369f458693"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042"
+SRC_URI[sha256sum] = "70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06"