From a9a35cd8550ff3399baac0b2a550ae67879b0e97 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 9 Aug 2017 21:16:16 -0400 Subject: python-sdnotify: update to version 0.3.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-sdnotify.inc | 8 ++------ meta-python/recipes-devtools/python/python-sdnotify_0.3.1.bb | 2 -- meta-python/recipes-devtools/python/python-sdnotify_0.3.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-sdnotify_0.3.1.bb | 2 -- meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb | 2 ++ 5 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-sdnotify_0.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-sdnotify_0.3.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-sdnotify_0.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-sdnotify.inc b/meta-python/recipes-devtools/python/python-sdnotify.inc index 661ee6df97..ea0e575c47 100644 --- a/meta-python/recipes-devtools/python/python-sdnotify.inc +++ b/meta-python/recipes-devtools/python/python-sdnotify.inc @@ -12,9 +12,5 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cc572ccc4b18a4b7d13be5d01bc8213e" -SRC_URI[md5sum] = "a182c1ef47e1c6c965771aa3029da16f" -SRC_URI[sha256sum] = "e69220d4f6cbb02130f43f929350a80cf51033fde47dcb056fbda71e2dff2d5a" - -do_install_append() { - rm -r ${D}/${datadir} -} +SRC_URI[md5sum] = "749ddca1c70be1697fecc443fb1fdb16" +SRC_URI[sha256sum] = "73977fc746b36cc41184dd43c3fe81323e7b8b06c2bb0826c4f59a20c56bb9f1" diff --git a/meta-python/recipes-devtools/python/python-sdnotify_0.3.1.bb b/meta-python/recipes-devtools/python/python-sdnotify_0.3.1.bb deleted file mode 100644 index 39ae3fb0bd..0000000000 --- a/meta-python/recipes-devtools/python/python-sdnotify_0.3.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools pypi -require python-sdnotify.inc diff --git a/meta-python/recipes-devtools/python/python-sdnotify_0.3.2.bb b/meta-python/recipes-devtools/python/python-sdnotify_0.3.2.bb new file mode 100644 index 0000000000..39ae3fb0bd --- /dev/null +++ b/meta-python/recipes-devtools/python/python-sdnotify_0.3.2.bb @@ -0,0 +1,2 @@ +inherit setuptools pypi +require python-sdnotify.inc diff --git a/meta-python/recipes-devtools/python/python3-sdnotify_0.3.1.bb b/meta-python/recipes-devtools/python/python3-sdnotify_0.3.1.bb deleted file mode 100644 index 377af12e16..0000000000 --- a/meta-python/recipes-devtools/python/python3-sdnotify_0.3.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 pypi -require python-sdnotify.inc diff --git a/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb b/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb new file mode 100644 index 0000000000..377af12e16 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 pypi +require python-sdnotify.inc -- cgit 1.2.3-korg