From 13611ae96c9b2fab928eb794415f5bec6331abb2 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 30 Nov 2016 14:35:02 -0500 Subject: python-pymisp: update to version 2.4.54 * Verified license remains the same 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.51.1.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.51.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.51.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.51.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.54.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 2b2601a681..574b6a53dd 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=200286bb8d148a5a157bf22abf623cbb" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=ab76fa0012a07b5bb59582601d0b46b6" -SRC_URI[md5sum] = "03b5def47d8fde29f2303ed42ab1e375" -SRC_URI[sha256sum] = "2bb35c365470ad46f9afbb96408c01894aaa10b369fac0f6b92010190a7087ad" +SRC_URI[md5sum] = "1a0653688a862a8746dbaae2c5e66207" +SRC_URI[sha256sum] = "27edaea4e1f7bd978c8d3271371824e320e722896bc7b044665e04e370f98644" RDEPENDS_${PN} += " ${PYTHON_PN}-requests" diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.51.1.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.51.1.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.51.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.54.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.54.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.51.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.51.1.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.51.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.54.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit v1.2.3-54-g00ecf