From 51a5ff244676540cf62e4dfd70143029306c6e2a Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 27 Jul 2018 14:45:48 -0400 Subject: python-greenlet: update to version 0.4.14 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-greenlet.inc | 4 ++-- meta-python/recipes-devtools/python/python-greenlet_0.4.13.bb | 2 -- meta-python/recipes-devtools/python/python-greenlet_0.4.14.bb | 2 ++ meta-python/recipes-devtools/python/python3-greenlet_0.4.13.bb | 2 -- meta-python/recipes-devtools/python/python3-greenlet_0.4.14.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-greenlet_0.4.13.bb create mode 100644 meta-python/recipes-devtools/python/python-greenlet_0.4.14.bb delete mode 100644 meta-python/recipes-devtools/python/python3-greenlet_0.4.13.bb create mode 100644 meta-python/recipes-devtools/python/python3-greenlet_0.4.14.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-greenlet.inc b/meta-python/recipes-devtools/python/python-greenlet.inc index 7a42240fe2..fcd81f6c3e 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] = "6e0b9dd5385f81d478451ec8ed1d62b3" -SRC_URI[sha256sum] = "0fef83d43bf87a5196c91e73cb9772f945a4caaff91242766c5916d1dd1381e4" +SRC_URI[md5sum] = "a87b6028c3b742b210bf5973939db595" +SRC_URI[sha256sum] = "f1cc268a15ade58d9a0c04569fe6613e19b8b0345b64453064e2c3c6d79051af" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.13.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.13.bb deleted file mode 100644 index c14976ed32..0000000000 --- a/meta-python/recipes-devtools/python/python-greenlet_0.4.13.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.14.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.14.bb new file mode 100644 index 0000000000..c14976ed32 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-greenlet_0.4.14.bb @@ -0,0 +1,2 @@ +inherit distutils +require python-greenlet.inc diff --git a/meta-python/recipes-devtools/python/python3-greenlet_0.4.13.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.13.bb deleted file mode 100644 index 1aedf7fa8d..0000000000 --- a/meta-python/recipes-devtools/python/python3-greenlet_0.4.13.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.14.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.14.bb new file mode 100644 index 0000000000..1aedf7fa8d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-greenlet_0.4.14.bb @@ -0,0 +1,2 @@ +inherit distutils3 +require python-greenlet.inc -- cgit 1.2.3-korg