From 87a05f92776bf46e7276846e5fe07c38d053f364 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 9 Jul 2018 13:06:14 -0400 Subject: python-pymisp: update to version 2.4.93 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pymisp.inc | 4 ++-- meta-python/recipes-devtools/python/python-pymisp_2.4.92.1.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.93.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.92.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.93.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.92.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.93.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.92.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.93.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 e53797a8df..468a80122b 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] = "7390fe6a8df25170059e32f1988d5447" -SRC_URI[sha256sum] = "63a52b97981b0e3c0023e11ce22f097356cdc9ef7c28a3415a17a08fcd7e8984" +SRC_URI[md5sum] = "6d549b36cbfa8c1a3323c5d6e299789e" +SRC_URI[sha256sum] = "f4ed2000cbe1a314f1f88fd8a8eba4ad05974b351b96f1235c6e532158a39fe0" RDEPENDS_${PN} += " \ ${PYTHON_PN}-dateutil \ diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.92.1.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.92.1.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.92.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.93.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.93.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.93.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.92.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.92.1.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.92.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.93.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.93.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.93.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit 1.2.3-korg