From ea33c75e24f15a0883ecb9ea164fa43d0bdb6d49 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 14 Jan 2018 19:54:25 -0500 Subject: python-pymisp: update to version 2.4.85.1 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.85.1.bb | 2 ++ meta-python/recipes-devtools/python/python-pymisp_2.4.85.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.85.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.85.bb | 2 -- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.85.1.bb delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.85.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.85.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.85.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index 6e248dc342..f9171f9c13 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] = "5191db549c454af2ff05d82ce789052e" -SRC_URI[sha256sum] = "571f1c9b0f0a1df8837c1b4f2ce4fadb8ad78e572a91d83cfedc3300753f21b8" +SRC_URI[md5sum] = "7d924d9a776c5e41f735412131571178" +SRC_URI[sha256sum] = "71e8515bb2209bb8b96e8edaa66d5341553f99822f94b32545d9efb404b6ba67" RDEPENDS_${PN} += " \ ${PYTHON_PN}-json \ diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.85.1.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.85.1.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.85.1.bb @@ -0,0 +1,2 @@ +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 deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.85.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.85.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.85.1.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.85.1.bb @@ -0,0 +1,2 @@ +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 deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.85.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pymisp.inc -- cgit 1.2.3-korg