From 77f10b31e89591cc207be9d161c323617a91e4e1 Mon Sep 17 00:00:00 2001 From: Alexandru Vasiu Date: Thu, 26 Jul 2018 13:33:57 +0300 Subject: python-pyiface: Upgrade to version 0.0.10 (From meta-openembedded commit: c4eaf6e9536109b0c3a05e8e0fe4fdc97c94717a) Signed-off-by: Alexandru Vasiu Signed-off-by: Khem Raj 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.9.bb | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 recipes-devtools/python/python-pyiface_0.0.10.bb delete mode 100644 recipes-devtools/python/python-pyiface_0.0.9.bb (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python-pyiface.inc b/recipes-devtools/python/python-pyiface.inc index a1156f4..087f30c 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] = "bc94e3d0c1cf8f49ac86514a8e90ed5c" -SRC_URI[sha256sum] = "a58367d456ac0b4b9d1d5c31d5dd24363ad6c5bcc73edf027ded63732f784cf4" +SRC_URI[md5sum] = "c0bf0c7eeaedb785e9fa3018158f018f" +SRC_URI[sha256sum] = "2b22e4ad0eb541de808d59c9d804dad0f7d07e0719ff6d701f02ea296aa0b7cc" inherit pypi diff --git a/recipes-devtools/python/python-pyiface_0.0.10.bb b/recipes-devtools/python/python-pyiface_0.0.10.bb new file mode 100644 index 0000000..854cb30 --- /dev/null +++ b/recipes-devtools/python/python-pyiface_0.0.10.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyiface.inc \ No newline at end of file diff --git a/recipes-devtools/python/python-pyiface_0.0.9.bb b/recipes-devtools/python/python-pyiface_0.0.9.bb deleted file mode 100644 index 854cb30..0000000 --- a/recipes-devtools/python/python-pyiface_0.0.9.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pyiface.inc \ No newline at end of file -- cgit 1.2.3-korg