aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-10-21 14:16:08 +0300
committerKhem Raj <raj.khem@gmail.com>2020-10-22 22:17:24 -0700
commitaa4f5c9f968cba62ae95132b2000d57e12809bcc (patch)
treea5fef073712ffdb175c6a70bba9a25546dd6362c /meta-python
parentbe61777d1cbed97faec96ff3f90e4fa4e13f7be7 (diff)
downloadmeta-openembedded-aa4f5c9f968cba62ae95132b2000d57e12809bcc.tar.gz
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymisp_2.4.133.bb (renamed from meta-python/recipes-devtools/python/python3-pymisp_2.4.131.bb)4
1 files changed, 2 insertions, 2 deletions
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
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