From 6e3c73615bfad9ac127c3e9336af7714c9e9fde1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 25 Mar 2018 09:32:14 -0400 Subject: python-pymisp: update to version 2.4.89 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pymisp.inc | 4 ++-- meta-python/recipes-devtools/python/python-pymisp_2.4.87.1.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.89.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.87.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.89.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.87.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.89.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.87.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.89.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index 6c7ceb8955..7765cc59cc 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/MISP/PyMISP" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" -SRC_URI[md5sum] = "5003442bffbb15c227decbe2a1fd2d66" -SRC_URI[sha256sum] = "44af4fa5ba092a9bee413cedf4bf9453827fd2185b6a609a5388af8b72b6abd6" +SRC_URI[md5sum] = "d4fee2abb2d7468010b7fe9ebc68b0cb" +SRC_URI[sha256sum] = "304fbd8862dfde27d767c093de87fec42fc63c70d8393643d1a3b4f765aae78f" RDEPENDS_${PN} += " \ ${PYTHON_PN}-dateutil \ diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.87.1.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.87.1.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.87.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.89.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.89.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.89.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.87.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.87.1.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.87.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.89.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.89.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.89.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit 1.2.3-korg