aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity/python-hpack
AgeCommit message (Collapse)Author
2020-09-02python3-hpack: Upgrade 3.0.0 -> 4.0.0Leon Anavi
Upgrade to release 4.0.0: - Remove support for Python 2.7, 3.4 and 3.5. - Add support for Python 3.8. - Performance improvement of static header search. Use dict search instead of linear search. - Fix debug output of headers during encoding. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-02python3-hpack: Consolidate in a single fileLeon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22meta-python: remove python2 recipes from layerAndrey Zhizhikin
Remove recipes which require python2 from the layer. Those recipes are moved to meta-python2 and are not required here any longer. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-01python-hpack: add recipeTrevor Gamblin
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>