From f6fb8a32ec7a5bc71218eed2470bb21eedd0dff7 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 15 Sep 2017 15:53:16 -0400 Subject: python-pymisp: update to version 2.4.79 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pymisp.inc | 4 ++-- meta-python/recipes-devtools/python/python-pymisp_2.4.77.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.79.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.77.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.79.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.77.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.79.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.77.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.79.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 31bbaf97df..75cd05bee8 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=235682336bb6202583199ef1a9f7a61a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" SRC_URI[md5sum] = "7e3f33ba1726d49df590c0d0a56c5672" -SRC_URI[sha256sum] = "e957f700be919a107d36279e8c75d1e1d56e0bb14daa896df05332a081430158" +SRC_URI[md5sum] = "88a85d2e7633c4bc3f1a375ff2be3bfc" RDEPENDS_${PN} += " ${PYTHON_PN}-requests ${PYTHON_PN}-json ${PYTHON_PN}-jsonschema" diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.77.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.77.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.77.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.79.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.79.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.79.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.77.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.77.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.77.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.79.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.79.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.79.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit 1.2.3-korg