From 3f0923b644b9dcc2f4e24d36f8422d2076d0bc14 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 29 Jun 2018 16:14:45 -0400 Subject: python-pyiface: update to version 0.0.6 License-Update: Checksum changed due to whitespace changes in license file Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyiface.inc | 6 +++--- meta-python/recipes-devtools/python/python-pyiface_0.0.5.bb | 2 -- meta-python/recipes-devtools/python/python-pyiface_0.0.6.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyiface_0.0.5.bb | 2 -- meta-python/recipes-devtools/python/python3-pyiface_0.0.6.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyiface_0.0.5.bb create mode 100644 meta-python/recipes-devtools/python/python-pyiface_0.0.6.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyiface_0.0.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyiface_0.0.6.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pyiface.inc b/meta-python/recipes-devtools/python/python-pyiface.inc index 620b244c65..8e464a83f1 100644 --- a/meta-python/recipes-devtools/python/python-pyiface.inc +++ b/meta-python/recipes-devtools/python/python-pyiface.inc @@ -3,9 +3,9 @@ SECTION = "devel/python" HOMEPAGE = "https://pypi.python.org/pypi/pyiface/" LICENSE = "GPLv3+" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fe869ee987a340198fb0d54c55c47f1" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fe06497acaf4f45999925d348c2605f9" -SRC_URI[md5sum] = "06c3c71fe51df740dae6a88a13afb5e0" -SRC_URI[sha256sum] = "4bb79100cbcf7344a1ccaddc578cd6455da47d8eac6eb1bf903ec32e043af924" +SRC_URI[md5sum] = "2379d8d4506e6c4d83cf3d4824abce8b" +SRC_URI[sha256sum] = "774ea47bb1387e493f6d5d0937b68fa28202c948eccddbd6e4cf2d708dcd86f2" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyiface_0.0.5.bb b/meta-python/recipes-devtools/python/python-pyiface_0.0.5.bb deleted file mode 100644 index 854cb30eee..0000000000 --- a/meta-python/recipes-devtools/python/python-pyiface_0.0.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pyiface.inc \ No newline at end of file diff --git a/meta-python/recipes-devtools/python/python-pyiface_0.0.6.bb b/meta-python/recipes-devtools/python/python-pyiface_0.0.6.bb new file mode 100644 index 0000000000..854cb30eee --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyiface_0.0.6.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyiface.inc \ No newline at end of file diff --git a/meta-python/recipes-devtools/python/python3-pyiface_0.0.5.bb b/meta-python/recipes-devtools/python/python3-pyiface_0.0.5.bb deleted file mode 100644 index 721e7b1c99..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyiface_0.0.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pyiface.inc diff --git a/meta-python/recipes-devtools/python/python3-pyiface_0.0.6.bb b/meta-python/recipes-devtools/python/python3-pyiface_0.0.6.bb new file mode 100644 index 0000000000..721e7b1c99 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyiface_0.0.6.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyiface.inc -- cgit 1.2.3-korg