diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-10-21 14:16:08 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-22 22:17:24 -0700 |
commit | aa4f5c9f968cba62ae95132b2000d57e12809bcc (patch) | |
tree | a5fef073712ffdb175c6a70bba9a25546dd6362c /meta-python/recipes-devtools/python/python3-pymisp_2.4.133.bb | |
parent | be61777d1cbed97faec96ff3f90e4fa4e13f7be7 (diff) | |
download | meta-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/recipes-devtools/python/python3-pymisp_2.4.133.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pymisp_2.4.133.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.133.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.133.bb new file mode 100644 index 0000000000..28a24fed55 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.133.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "Python API for MISP" | ||
2 | HOMEPAGE = "https://github.com/MISP/PyMISP" | ||
3 | LICENSE = "BSD-2-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" | ||
5 | |||
6 | SRC_URI[md5sum] = "00e258da18f59845687f58389a2e8e12" | ||
7 | SRC_URI[sha256sum] = "4a2a8a4da78c6321550522d5cf1575c095773d0867c0a4f5157a658f6e1994d5" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS_${PN} += " \ | ||
12 | ${PYTHON_PN}-dateutil \ | ||
13 | ${PYTHON_PN}-json \ | ||
14 | ${PYTHON_PN}-jsonschema \ | ||
15 | ${PYTHON_PN}-requests \ | ||
16 | ${PYTHON_PN}-six \ | ||
17 | " | ||
18 | |||
19 | # Fixes: python3-pymisp requires /bin/bash, but no | ||
20 | # providers found in RDEPENDS_python3-pymisp? [file-rdep | ||
21 | RDEPENDS_${PN} += "bash" | ||