From 96c0d6210a60fb0dec837092c84554bdd95766e5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 12 Oct 2022 16:06:23 +0300 Subject: python3-greenlet: Upgrade 1.1.3 -> 1.1.3.post0 Upgrade to release 1.1.3.post0: - Add musllinux (Alpine) binary wheels. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-greenlet_1.1.3.bb | 9 --------- .../recipes-devtools/python/python3-greenlet_1.1.3.post0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-greenlet_1.1.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-greenlet_1.1.3.post0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-greenlet_1.1.3.bb b/meta-python/recipes-devtools/python/python3-greenlet_1.1.3.bb deleted file mode 100644 index 5175212a71..0000000000 --- a/meta-python/recipes-devtools/python/python3-greenlet_1.1.3.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Python lightweight in-process concurrent programming" -HOMEPAGE = "https://greenlet.readthedocs.io/en/latest/" -LICENSE = "MIT & PSF-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ - file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" - -SRC_URI[sha256sum] = "bcb6c6dd1d6be6d38d6db283747d07fda089ff8c559a835236560a4410340455" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-greenlet_1.1.3.post0.bb b/meta-python/recipes-devtools/python/python3-greenlet_1.1.3.post0.bb new file mode 100644 index 0000000000..342227c3fe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-greenlet_1.1.3.post0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Python lightweight in-process concurrent programming" +HOMEPAGE = "https://greenlet.readthedocs.io/en/latest/" +LICENSE = "MIT & PSF-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ + file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" + +SRC_URI[sha256sum] = "f5e09dc5c6e1796969fd4b775ea1417d70e49a5df29aaa8e5d10675d9e11872c" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf