From 8fea68482291282ae763e7d0a18f86c15ae19dde Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 31 Aug 2020 10:03:17 +0300 Subject: [PATCH] python3-hpack: Upgrade 3.0.0 -> 4.0.0 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-hpack_3.0.0.bb => python3-hpack_4.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-connectivity/python-hpack/{python3-hpack_3.0.0.bb => python3-hpack_4.0.0.bb} (61%) diff --git a/meta-python/recipes-connectivity/python-hpack/python3-hpack_3.0.0.bb b/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb similarity index 61% rename from meta-python/recipes-connectivity/python-hpack/python3-hpack_3.0.0.bb rename to meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb index 742f34f2f8..afba98e4b3 100644 --- a/meta-python/recipes-connectivity/python-hpack/python3-hpack_3.0.0.bb +++ b/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5bf1c68e73fbaec2b1687b7e71514393" -SRC_URI[md5sum] = "556b0ae66180f54c2ce8029a0952088b" -SRC_URI[sha256sum] = "8eec9c1f4bfae3408a3f30500261f7e6a65912dc138526ea054f9ad98892e9d2" +SRC_URI[md5sum] = "27e01514ef06dc9fa0798d3dcb7de47c" +SRC_URI[sha256sum] = "fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095" inherit pypi setuptools3