From 319bbc1858025dca63adc4f7a2c73bfd29126b86 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 13 May 2016 09:43:40 -0400 Subject: python-pymisp: update to version 2.4.36 license checksum updated for latest release; license remains the same Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pymisp.inc | 8 +++++--- meta-python/recipes-devtools/python/python-pymisp_2.3.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.36.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.3.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.36.bb | 2 ++ 5 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.3.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.36.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.36.bb diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index 9cd0844131..b9141e2ff4 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc @@ -1,10 +1,12 @@ DESCRIPTION = "Python API for MISP" HOMEPAGE = "https://github.com/MISP/PyMISP" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c0a3e801b740ef31d1f5ddfe76bca538" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9e88f5bb83eea02852e3673b8c0c004a" PR = "r0" -SRC_URI[md5sum] = "398408388902c108e3b378152b6c1d24" -SRC_URI[sha256sum] = "d70e74c528f040f5ff8137337f1758aeb63a5966b58b297f2171f53cb9df033e" +SRC_URI[md5sum] = "9da2b395cf6d00368d0a6b5b11f706dd" +SRC_URI[sha256sum] = "22a05d2b442991df82eeadfd36b0f54e4e9514e228fdb0a01598184335fe3f4d" + +PYPI_PACKAGE_HASH = "0e63006ef2af33c142c16f3d3d2886236bd6c6a026699639758d8fa2c72356be" RDEPENDS_${PN} += " ${PYTHON_PN}-requests" diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.3.bb b/meta-python/recipes-devtools/python/python-pymisp_2.3.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.3.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.36.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.36.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.36.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.3.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.36.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.36.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.36.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit v1.2.3-54-g00ecf