summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-h11_0.13.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-03-03 00:27:36 +0200
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:07 -0800
commite5187f968330f766498df34b187b8b55b8afd976 (patch)
treeaab9d8a51c9da6c40275933e463f18dc6bc4b74f /meta-python/recipes-devtools/python/python3-h11_0.13.0.bb
parent322e04edfbbf9a168f70beabad5dba097e47df80 (diff)
downloadmeta-openembedded-e5187f968330f766498df34b187b8b55b8afd976.tar.gz
python3-h11: Upgrade 0.12.0 -> 0.13.0
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> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h11_0.13.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-h11_0.13.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h11_0.13.0.bb b/meta-python/recipes-devtools/python/python3-h11_0.13.0.bb
new file mode 100644
index 000000000..afc643965
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-h11_0.13.0.bb
@@ -0,0 +1,8 @@
1SUMMARY = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
2HOMEPAGE = "https://github.com/python-hyper/h11"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f5501d19c3116f4aaeef89369f458693"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06"