From aa4f5c9f968cba62ae95132b2000d57e12809bcc Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 21 Oct 2020 14:16:08 +0300 Subject: [PATCH] python3-pymisp: Upgrade 2.4.131 -> 2.4.133 Upgrade to release 2.4.133: - [attribute type] telfhash added. - [add_gitlab_user] new gitlab user fetch script to MISP object. - Bump object templates. - Bump changelog. - Bump version. - Bump test cases. - [type] updated. - Bump file obj version in tests. - [data] misp-objects updated. - Bump build system to poetry 1.1. - [type] new type added. - [add_github_user] add ssh keys of the user in the MISP object. - [add_github_user] more fields added from the GitHub API. - Bump deps, objects. - Add test for delete=True in get_event. - [add_github_user] add following to the MISP object. - Bump dependencies. - Pass a list to add_attributes. - Use MISPObject instead of GenericObjectGenerator. - [doc] add a reference to the license. - Add docstrings and extend conf.py for RTD. - Remove PyMISPExpanded from the docs. - Add comments to ELF, PE, and MachO object generators. - Improve error message, add comments, rename whitelist to allowedlist. - Remove SG search for search() func as this doesn't support SG searching, but the index does. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-pymisp_2.4.131.bb => python3-pymisp_2.4.133.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.131.bb => python3-pymisp_2.4.133.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.131.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.133.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.131.bb rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.133.bb index 82ab80314a..28a24fed55 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.131.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.133.bb @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/MISP/PyMISP" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" -SRC_URI[md5sum] = "8844204f8b059ff2fc508ba9ac07dcb2" -SRC_URI[sha256sum] = "59adb7ee95bfb1b5c35abbc01b5372df7327baea4a8df9efe30140ea64b73c18" +SRC_URI[md5sum] = "00e258da18f59845687f58389a2e8e12" +SRC_URI[sha256sum] = "4a2a8a4da78c6321550522d5cf1575c095773d0867c0a4f5157a658f6e1994d5" inherit pypi setuptools3