diff options
author | Derek Straka <derek@asterius.io> | 2016-05-13 09:43:40 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-19 12:02:41 +0200 |
commit | 319bbc1858025dca63adc4f7a2c73bfd29126b86 (patch) | |
tree | dfb3bc5f8bfcfe3760ccda3bfd5a3b30a2e0d2ea | |
parent | 9aa6735c53282037129e50e56abdc14e91577665 (diff) | |
download | meta-openembedded-319bbc1858025dca63adc4f7a2c73bfd29126b86.tar.gz |
python-pymisp: update to version 2.4.36
license checksum updated for latest release; license remains the same
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pymisp.inc | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pymisp_2.4.36.bb (renamed from meta-python/recipes-devtools/python/python-pymisp_2.3.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pymisp_2.4.36.bb (renamed from meta-python/recipes-devtools/python/python3-pymisp_2.3.bb) | 0 |
3 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index 9cd084413..b9141e2ff 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc | |||
@@ -1,10 +1,12 @@ | |||
1 | DESCRIPTION = "Python API for MISP" | 1 | DESCRIPTION = "Python API for MISP" |
2 | HOMEPAGE = "https://github.com/MISP/PyMISP" | 2 | HOMEPAGE = "https://github.com/MISP/PyMISP" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c0a3e801b740ef31d1f5ddfe76bca538" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9e88f5bb83eea02852e3673b8c0c004a" |
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "398408388902c108e3b378152b6c1d24" | 7 | SRC_URI[md5sum] = "9da2b395cf6d00368d0a6b5b11f706dd" |
8 | SRC_URI[sha256sum] = "d70e74c528f040f5ff8137337f1758aeb63a5966b58b297f2171f53cb9df033e" | 8 | SRC_URI[sha256sum] = "22a05d2b442991df82eeadfd36b0f54e4e9514e228fdb0a01598184335fe3f4d" |
9 | |||
10 | PYPI_PACKAGE_HASH = "0e63006ef2af33c142c16f3d3d2886236bd6c6a026699639758d8fa2c72356be" | ||
9 | 11 | ||
10 | RDEPENDS_${PN} += " ${PYTHON_PN}-requests" | 12 | 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.4.36.bb index 1b1fbe956..1b1fbe956 100644 --- a/meta-python/recipes-devtools/python/python-pymisp_2.3.bb +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.36.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.36.bb index 4523d9e30..4523d9e30 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.36.bb | |||