From 92dfa0f27feba5ccf1d452b1ff90433b0fb3cd24 Mon Sep 17 00:00:00 2001 From: Alexandru Vasiu Date: Wed, 31 Oct 2018 09:36:51 +0200 Subject: python-pyiface: Upgrade to 0.0.11 (From meta-openembedded commit: 0abb8de2f64d0464eac59b8892db6ee7f63d1301) Signed-off-by: Alexandru Vasiu Signed-off-by: Khem Raj Signed-off-by: Armin Kuster Signed-off-by: Tim Orling --- recipes-devtools/python/python-pyiface.inc | 4 ++-- recipes-devtools/python/python-pyiface_0.0.10.bb | 2 -- recipes-devtools/python/python-pyiface_0.0.11.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 recipes-devtools/python/python-pyiface_0.0.10.bb create mode 100644 recipes-devtools/python/python-pyiface_0.0.11.bb diff --git a/recipes-devtools/python/python-pyiface.inc b/recipes-devtools/python/python-pyiface.inc index 087f30c..2e398fc 100644 --- a/recipes-devtools/python/python-pyiface.inc +++ b/recipes-devtools/python/python-pyiface.inc @@ -5,7 +5,7 @@ LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fe869ee987a340198fb0d54c55c47f1" -SRC_URI[md5sum] = "c0bf0c7eeaedb785e9fa3018158f018f" -SRC_URI[sha256sum] = "2b22e4ad0eb541de808d59c9d804dad0f7d07e0719ff6d701f02ea296aa0b7cc" +SRC_URI[md5sum] = "b066aa984656742738127c9c75436ab4" +SRC_URI[sha256sum] = "e231e5735d329c5b2d4fc8854f069fdaa5436d3ef91ed64ee49e41e3f5e8a3f5" inherit pypi diff --git a/recipes-devtools/python/python-pyiface_0.0.10.bb b/recipes-devtools/python/python-pyiface_0.0.10.bb deleted file mode 100644 index 854cb30..0000000 --- a/recipes-devtools/python/python-pyiface_0.0.10.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pyiface.inc \ No newline at end of file diff --git a/recipes-devtools/python/python-pyiface_0.0.11.bb b/recipes-devtools/python/python-pyiface_0.0.11.bb new file mode 100644 index 0000000..854cb30 --- /dev/null +++ b/recipes-devtools/python/python-pyiface_0.0.11.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyiface.inc \ No newline at end of file -- cgit 1.2.3-korg