From 96819dda27a3fffa5319bc7a7494b4b31e7a8cae Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 13 Oct 2016 18:21:50 -0400 Subject: python-pymisp: update to version 2.4.51.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pymisp.inc | 6 +++--- meta-python/recipes-devtools/python/python-pymisp_2.4.49.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.51.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.49.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.51.1.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.49.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.51.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.49.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.51.1.bb diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index abeed934b6..2b2601a681 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc @@ -1,9 +1,9 @@ DESCRIPTION = "Python API for MISP" HOMEPAGE = "https://github.com/MISP/PyMISP" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=67a9496dcf5cf97af38edc77834fb4b9" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=200286bb8d148a5a157bf22abf623cbb" -SRC_URI[md5sum] = "7cd8279f658899aabc606567b094896d" -SRC_URI[sha256sum] = "45527078d48efc493f30c27d0dedc4143670b0cf85ecb8f2118c9c6463b1c86c" +SRC_URI[md5sum] = "03b5def47d8fde29f2303ed42ab1e375" +SRC_URI[sha256sum] = "2bb35c365470ad46f9afbb96408c01894aaa10b369fac0f6b92010190a7087ad" RDEPENDS_${PN} += " ${PYTHON_PN}-requests" diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.49.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.49.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.49.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.51.1.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.51.1.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.51.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.49.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.49.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.49.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.51.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.51.1.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.51.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit 1.2.3-korg