From a5b86ae601dc561152ddaa82c875594f923f4662 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 5 Mar 2019 19:14:39 -0800 Subject: python-greenlet: Upgrade to 0.4.15 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-greenlet.inc | 4 ++-- meta-python/recipes-devtools/python/python-greenlet_0.4.14.bb | 2 -- meta-python/recipes-devtools/python/python-greenlet_0.4.15.bb | 2 ++ meta-python/recipes-devtools/python/python3-greenlet_0.4.14.bb | 2 -- meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-greenlet_0.4.14.bb create mode 100644 meta-python/recipes-devtools/python/python-greenlet_0.4.15.bb delete mode 100644 meta-python/recipes-devtools/python/python3-greenlet_0.4.14.bb create mode 100644 meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-greenlet.inc b/meta-python/recipes-devtools/python/python-greenlet.inc index fcd81f6c3e..c7c656c84a 100644 --- a/meta-python/recipes-devtools/python/python-greenlet.inc +++ b/meta-python/recipes-devtools/python/python-greenlet.inc @@ -3,7 +3,7 @@ LICENSE = "MIT & PSF" LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \ file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" -SRC_URI[md5sum] = "a87b6028c3b742b210bf5973939db595" -SRC_URI[sha256sum] = "f1cc268a15ade58d9a0c04569fe6613e19b8b0345b64453064e2c3c6d79051af" +SRC_URI[md5sum] = "10fa304f673fc18b28fa6d8c6658cb80" +SRC_URI[sha256sum] = "9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.14.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.14.bb deleted file mode 100644 index c14976ed32..0000000000 --- a/meta-python/recipes-devtools/python/python-greenlet_0.4.14.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit distutils -require python-greenlet.inc diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.15.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.15.bb new file mode 100644 index 0000000000..c14976ed32 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-greenlet_0.4.15.bb @@ -0,0 +1,2 @@ +inherit distutils +require python-greenlet.inc diff --git a/meta-python/recipes-devtools/python/python3-greenlet_0.4.14.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.14.bb deleted file mode 100644 index 1aedf7fa8d..0000000000 --- a/meta-python/recipes-devtools/python/python3-greenlet_0.4.14.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit distutils3 -require python-greenlet.inc diff --git a/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb new file mode 100644 index 0000000000..1aedf7fa8d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb @@ -0,0 +1,2 @@ +inherit distutils3 +require python-greenlet.inc -- cgit 1.2.3-korg