From 212b9e83682332f58634bc81a842baee57ac5361 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 11 Feb 2018 10:27:40 -0500 Subject: python-greenlet: update to version 0.4.13 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-greenlet.inc | 4 ++-- meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb | 2 -- meta-python/recipes-devtools/python/python-greenlet_0.4.13.bb | 2 ++ meta-python/recipes-devtools/python/python3-greenlet_0.4.12.bb | 2 -- meta-python/recipes-devtools/python/python3-greenlet_0.4.13.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb create mode 100644 meta-python/recipes-devtools/python/python-greenlet_0.4.13.bb delete mode 100644 meta-python/recipes-devtools/python/python3-greenlet_0.4.12.bb create mode 100644 meta-python/recipes-devtools/python/python3-greenlet_0.4.13.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 35820db2f2..7a42240fe2 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] = "e8637647d58a26c4a1f51ca393e53c00" -SRC_URI[sha256sum] = "e4c99c6010a5d153d481fdaf63b8a0782825c0721506d880403a3b9b82ae347e" +SRC_URI[md5sum] = "6e0b9dd5385f81d478451ec8ed1d62b3" +SRC_URI[sha256sum] = "0fef83d43bf87a5196c91e73cb9772f945a4caaff91242766c5916d1dd1381e4" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.12.bb deleted file mode 100644 index c14976ed32..0000000000 --- a/meta-python/recipes-devtools/python/python-greenlet_0.4.12.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.13.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.13.bb new file mode 100644 index 0000000000..c14976ed32 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-greenlet_0.4.13.bb @@ -0,0 +1,2 @@ +inherit distutils +require python-greenlet.inc diff --git a/meta-python/recipes-devtools/python/python3-greenlet_0.4.12.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.12.bb deleted file mode 100644 index 1aedf7fa8d..0000000000 --- a/meta-python/recipes-devtools/python/python3-greenlet_0.4.12.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.13.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.13.bb new file mode 100644 index 0000000000..1aedf7fa8d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-greenlet_0.4.13.bb @@ -0,0 +1,2 @@ +inherit distutils3 +require python-greenlet.inc -- cgit v1.2.3-54-g00ecf