From 63d19736c6dd0226c27d9651889bd2d74ff32879 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 12 Aug 2016 12:21:04 -0400 Subject: python-pymisp: Update to version 2.4.49 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.48.1.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.49.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.48.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.49.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.48.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.49.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.48.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.49.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index c49bf47be0..f80858e91a 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc @@ -1,10 +1,10 @@ DESCRIPTION = "Python API for MISP" HOMEPAGE = "https://github.com/MISP/PyMISP" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f64d66a9942f5e2de6c06b0dab2764b3" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=67a9496dcf5cf97af38edc77834fb4b9" PR = "r0" -SRC_URI[md5sum] = "581ec9d30e15b537dcb203f0756aa136" -SRC_URI[sha256sum] = "ba909f0d2186f10f59da383d9fccd20ce3d589b6ff243e7ea8a8ebbfce135f68" +SRC_URI[md5sum] = "7cd8279f658899aabc606567b094896d" +SRC_URI[sha256sum] = "45527078d48efc493f30c27d0dedc4143670b0cf85ecb8f2118c9c6463b1c86c" RDEPENDS_${PN} += " ${PYTHON_PN}-requests" diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.48.1.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.48.1.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.48.1.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.49.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.49.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.49.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.48.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.48.1.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.48.1.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.49.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.49.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.49.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit v1.2.3-54-g00ecf