From a7b990fff1908cf43deb2dc3ff6b92598be34644 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Fri, 2 Sep 2022 09:36:37 +0800 Subject: python3-greenlet: upgrade 1.1.2 -> 1.1.3 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb | 9 --------- meta-python/recipes-devtools/python/python3-greenlet_1.1.3.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-greenlet_1.1.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb b/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb deleted file mode 100644 index d14987b1fe..0000000000 --- a/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.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] = "e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a" - -inherit pypi setuptools3 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 new file mode 100644 index 0000000000..5175212a71 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-greenlet_1.1.3.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] = "bcb6c6dd1d6be6d38d6db283747d07fda089ff8c559a835236560a4410340455" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf