From f8d4b5d632e3a5ec71727b1fe00740eee9777245 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 22 Feb 2017 19:14:39 -0500 Subject: python-pymisp: update to version 2.4.65 Verify the underlying license remains the same and update the checksum for the latest released version Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pymisp.inc | 6 +++--- meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.65.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.65.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.65.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.65.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 574b6a53dd..60e7647d64 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=ab76fa0012a07b5bb59582601d0b46b6" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b56d97305d8b2066f2a160d3c8b22f76" -SRC_URI[md5sum] = "1a0653688a862a8746dbaae2c5e66207" -SRC_URI[sha256sum] = "27edaea4e1f7bd978c8d3271371824e320e722896bc7b044665e04e370f98644" +SRC_URI[md5sum] = "cc19a249418a3752379e6528813a715b" +SRC_URI[sha256sum] = "3ab6d990e09ca404ce778ebbe6b2fd733dfbd244fe5a5ba3f86efe897a6c5c1d" RDEPENDS_${PN} += " ${PYTHON_PN}-requests" diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.54.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.65.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.65.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.65.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.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.65.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.65.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.65.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit 1.2.3-korg