From 2e709fb8ee5b84ba02e009bbf1b9532f0f1e91d0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 24 Feb 2021 13:25:11 +0200 Subject: python3-pymisp: Upgrade 2.4.137.3 -> 2.4.138 Upgrade to release 2.4.138: - Bump version - Bump deps Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-pymisp_2.4.137.3.bb | 22 ---------------------- .../python/python3-pymisp_2.4.138.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.138.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.bb deleted file mode 100644 index e363729fd8..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Python API for MISP" -HOMEPAGE = "https://github.com/MISP/PyMISP" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" - -SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" -SRCREV = "f675e2096182532bb5870e4f773476b2d8065986" -S = "${WORKDIR}/git" - -inherit setuptools3 - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-jsonschema \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-six \ -" - -# Fixes: python3-pymisp requires /bin/bash, but no -# providers found in RDEPENDS_python3-pymisp? [file-rdep -RDEPENDS_${PN} += "bash" diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.138.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.138.bb new file mode 100644 index 0000000000..eb7bea8348 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.138.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Python API for MISP" +HOMEPAGE = "https://github.com/MISP/PyMISP" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" + +SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" +SRCREV = "9316420dc028a1ffc541986fc08793e669f2165e" +S = "${WORKDIR}/git" + +inherit setuptools3 + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-jsonschema \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ +" + +# Fixes: python3-pymisp requires /bin/bash, but no +# providers found in RDEPENDS_python3-pymisp? [file-rdep] +RDEPENDS_${PN} += "bash" -- cgit v1.2.3-54-g00ecf