From 8fec4bdda69aa34c3f1ed5035a2f76e4b094bcb5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 28 Nov 2022 15:22:19 +0800 Subject: python3-pymisp: upgrade 2.4.157 -> 2.4.165.1 Changes ======== Change ------ - Add links to doc. - [misp-objects] updated to the latest version - [tests] fix the list name test following latest warning-list updates. - Add dependabot - Add in sort/desc for sorting results and limit/page for pagination. - Improve documentation for add_attribute Fix LIEF vuln. - Improve warning on invalid template, bump deps - Make mypy happy - Add in test case - Add ability to filter by sharing group for RestSearch for MISP >= v2.4.158. - Massive bump deps for python 3.7. New ----- - Add in ability to set a taxonomies required status. - Pass arbitrary headers to a PyMISP request - Allow to force the timestamps in to_dict/to_json, even if a change was made. - Enable TCP keepalive - [example:copyTagsFromAttributesToEvent] Added script to copy tags from attributes to the event level. Fix ---- - Properly bump version - Issue with EMailObject. - Change DNS warning list test - Missing place to update version - Make keepalive configuration linux only - Delete sharing group after deleting the event - Give more time to MISP to publish the events before searching. - Improper json check on non-json responses - Mark all attributes in a soft deleted object as soft deleted too. - Make flake8 happy - Properly convert MSG to EML - Update lock file - [feed] fixes bug when template_uuid does not exist. [Christophe Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pymisp_2.4.157.bb | 26 ---------------------- .../python/python3-pymisp_2.4.165.1.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.157.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.165.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.157.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.157.bb deleted file mode 100644 index a900e70279..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.157.bb +++ /dev/null @@ -1,26 +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 = "b1892efb6a078d1370cee51c9103f3a591c628d2" -S = "${WORKDIR}/git" - -inherit python_poetry_core - -PIP_INSTALL_PACKAGE = "pymisp" - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-jsonschema \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-deprecated \ - ${PYTHON_PN}-wrapt \ -" - -# 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.165.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.165.1.bb new file mode 100644 index 0000000000..b5efdd969b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.165.1.bb @@ -0,0 +1,26 @@ +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 = "661bf6ad14bea56fbf59d1289ccaf061c2205ffb" +S = "${WORKDIR}/git" + +inherit python_poetry_core + +PIP_INSTALL_PACKAGE = "pymisp" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-jsonschema \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-deprecated \ + ${PYTHON_PN}-wrapt \ +" + +# 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