From 91a32418bd771fe914c531a6a96303355b108e87 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 25 Dec 2017 13:08:52 -0500 Subject: python-pymisc: update to version 2.4.85 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.84.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.85.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.84.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.85.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.84.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.85.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.84.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.85.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 4abaf97a64..6e248dc342 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] = "0fe33de8e87120a46f917cb6bfa7baee" -SRC_URI[sha256sum] = "6f228e4050252002bd9093378e687cf5eb963fd8fdf3e561453376eda7bc396a" +SRC_URI[md5sum] = "5191db549c454af2ff05d82ce789052e" +SRC_URI[sha256sum] = "571f1c9b0f0a1df8837c1b4f2ce4fadb8ad78e572a91d83cfedc3300753f21b8" RDEPENDS_${PN} += " \ ${PYTHON_PN}-json \ diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.84.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.84.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.84.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.85.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.85.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.85.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.84.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.84.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.84.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.85.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.85.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.85.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit 1.2.3-korg