From 239a3a3a3a95a6b2d75bf81a3b5ef1f7ab64abb3 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 21 Apr 2021 10:58:39 +0300 Subject: python3-hyperframe: Upgrade 6.0.0 -> 6.0.1 Upgrade to release 6.0.1 with the following API changes: - Added support for Python 3.9 - Added type hints Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python-hyperframe/python3-hyperframe_6.0.0.bb | 10 ---------- .../python-hyperframe/python3-hyperframe_6.0.1.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.0.bb create mode 100644 meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.1.bb (limited to 'meta-python/recipes-connectivity') diff --git a/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.0.bb b/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.0.bb deleted file mode 100644 index 4a936b49af..0000000000 --- a/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "HTTP/2 framing layer for Python" -HOMEPAGE = "https://github.com/python-hyper/hyperframe" -LICENSE = "MIT" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=5bf1c68e73fbaec2b1687b7e71514393" - -SRC_URI[md5sum] = "30136a712e092b1a45ae3cad3ae93131" -SRC_URI[sha256sum] = "742d2a4bc3152a340a49d59f32e33ec420aa8e7054c1444ef5c7efff255842f1" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.1.bb b/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.1.bb new file mode 100644 index 0000000000..2d46e96112 --- /dev/null +++ b/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.0.1.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "HTTP/2 framing layer for Python" +HOMEPAGE = "https://github.com/python-hyper/hyperframe" +LICENSE = "MIT" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=5bf1c68e73fbaec2b1687b7e71514393" + +SRC_URI[sha256sum] = "ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf