summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-h11_0.12.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-h11: Upgrade 0.12.0 -> 0.13.0Leon Anavi2022-03-031-8/+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>
* python3-h11: new packageBen Gampe2021-03-301-0/+8
Add recipe for python3-h11: a pure-Python, bring-your-own-I/O implementation of HTTP/1.1 Signed-off-by: Ben Gampe <bgampe@digi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>