Hello community, here is the log from the commit of package python-pymisp for openSUSE:Factory checked in at 2020-11-10 13:46:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old) and /work/SRC/openSUSE:Factory/.python-pymisp.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymisp" Tue Nov 10 13:46:22 2020 rev:29 rq:847347 version:2.4.134 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes 2020-07-14 07:58:50.353702139 +0200 +++ /work/SRC/openSUSE:Factory/.python-pymisp.new.11331/python-pymisp.changes 2020-11-10 13:53:24.402855281 +0100 @@ -1,0 +2,189 @@ +Mon Nov 2 19:30:59 UTC 2020 - Sebastian Wagner <sebix+novell....@sebix.at> + +- update to version 2.4.134: + - Changes + - Bump version. [Raphaël Vinot] + - Bump misp-objects. [Raphaël Vinot] + - Keep connection alive between requests. [Jakub Onderka] + - Bump deps. [Raphaël Vinot] + - Format docstrings in mispevent.py. [Lott, Christopher (cl778h)] + Add ":param " prefix to parameters to improve ReadTheDocs output. + Fix some minor typos in docstrings. + - Bump deps. [Raphaël Vinot] + - Bump deps. [Raphaël Vinot] + - Bump changelog. [Raphaël Vinot] + - Fix + - Remove duplicate check if debug logging is enabled. [Jakub Onderka] + - Do now fail on requests returning plain text. [Raphaël Vinot] + Fix #639 + - Other + - Revert "Update .travis.yml" [Raphaël Vinot] + lief isn't compatible with python 3.9 + This reverts commit e10843fa33c9a08b7da4ef24cbce457be53a7459. + - Update .travis.yml. [Raphaël Vinot] + Add python 3.9 + - Drop `encoding=` in Python 3.9. [Friedrich Lindenberg] + +------------------------------------------------------------------- +Sun Nov 1 18:06:38 UTC 2020 - Sebastian Wagner <sebix+novell....@sebix.at> + +- update to version 2.4.133: + - New + - [attribute type] telfhash added. [Alexandre Dulaunoy] + - [add_gitlab_user] new gitlab user fetch script to MISP object. + [Alexandre Dulaunoy] + usage: add_gitlab_user.py [-h] -e EVENT [-f] -u USERNAME [-l LINK] + Fetch GitLab user details and add it in object in MISP + optional arguments: + -h, --help show this help message and exit + -e EVENT, --event EVENT + Event ID to update + -f, --force-template-update + -u USERNAME, --username USERNAME + GitLab username to add + -l LINK, --link LINK Url to access the GitLab instance, Default is + www.gitlab.com. + - [example] add_github_user example - WiP. [Alexandre Dulaunoy] + usage: add_github_user.py [-h] -e EVENT [-f] -u USERNAME + Fetch GitHub user details and add it in object in MISP + optional arguments: + -h, --help show this help message and exit + -e EVENT, --event EVENT + Event ID to update + -f, --force-template-update + -u USERNAME, --username USERNAME + GitHub username to add + - Method to get the new version of the templates. [Raphaël Vinot] + - Delete tags via update_attribute, search by sharing group. [Tom King] + - Changes + - Bump version. [Raphaël Vinot] + - Bump test cases. [Raphaël Vinot] + - [type] updated. [Alexandre Dulaunoy] + - Bump file obj version in tests. [Raphaël Vinot] + - [data] misp-objects updated. [Alexandre Dulaunoy] + - Bump build system to poetry 1.1. [Raphaël Vinot] + - [type] new type added. [Alexandre Dulaunoy] + - [add_github_user] add ssh keys of the user in the MISP object. + [Alexandre Dulaunoy] + - [add_github_user] more fields added from the GitHub API. [Alexandre + Dulaunoy] + - Bump deps, objects. [Raphaël Vinot] + - Add test for delete=True in get_event. [Raphaël Vinot] + - [add_github_user] add following to the MISP object. [Alexandre + Dulaunoy] + - Bump dependencies. [Raphaël Vinot] + - Pass a list to add_attributes. [Raphaël Vinot] + - Use MISPObject instead of GenericObjectGenerator. [Raphaël Vinot] + - [doc] add a reference to the license. [Alexandre Dulaunoy] + - Add docstrings and extend conf.py for RTD. [Lott, Christopher + (cl778h)] + Add minimal docstrings to public methods so ReadTheDocs will display them. + Add autodoc mock import for lief so RTD can generate HTML for tools. + This fixes issue #626 + - Remove PyMISPExpanded from the docs. [Raphaël Vinot] + - Add comments to ELF, PE, and MachO object generators. [Raphaël Vinot] + - Improve error message, add comments, rename whitelist->allowedlist. + [Raphaël Vinot] + - Remove SG search for search() func as this doesn't support SG + searching, but the index does. [Tom King] + - Fix + - Test on macosx. [Raphaël Vinot] + Fix #630 + - Do not modify default_attributes_parameters in MISPObject. [Raphaël + Vinot] + - Wrong call to pymisp.search_index. [Raphaël Vinot] + - Few outdated calls in the tutorial. [Raphaël Vinot] + - Make flake8 happy. [Raphaël Vinot] + - Merge SG params to allow search. [Tom King] + - Other + - Fix PyMISP repo URL. [garanews] + MISP/PyMISP vs CIRCL/PyMISP + - Fix typo. [garanews] + fix typo + - Attempt to decode utf-8-sig encoded emails. [seamus tuohy] + eml files downloaded from Windows Online security on some Windows 11 + systems are automatically encoded in UTF with a byte order mark (BOM) + at the front of the file. This will cause the email parser to fail. + This is a somewhat isolated problem. It only will affects a small + subset of Windows users who download and re-upload eml files. But, + this small subset of users is the target user-base for the MISP + email module: low expertiese users who wish to quickly share + high-value indicators on an ad-hoc basis. + While this fix could be tacked onto the MISP email module instead of + here, I beleive that this fix is more appropriate in the PyMISP object + code. As the "email" object parser this object should be built to + parse all manner of emails that it may encounter. This includes common + malformations such as this one and, even horrors such as, the .msg + format. This commit adds a generically named "attempt_decoding" + function which can be expanded to address all manner of sins that + are encountered in the future. +- update to version 2.4.131: + - New + - [test] Validate tag removal. [Raphaël Vinot] + - [describeTypes] sha3 added. [Alexandre Dulaunoy] + - Changes + - Bump changelog. [Raphaël Vinot] + - Bump version. [Raphaël Vinot] + - Bump objects. [Raphaël Vinot] + - [describeTypes] updated. [Alexandre Dulaunoy] + - [describeTypes] updated. [Alexandre Dulaunoy] + - Bump objects. [Raphaël Vinot] + - Bump dependencies. [Raphaël Vinot] + - Bump file template version. [Raphaël Vinot] + - Bump objects. [Raphaël Vinot] + - Rename blacklist -> blocklist. [Raphaël Vinot] + - Bump dependencies. [Raphaël Vinot] +- update to version 2.4.130: + - New + - Blacklist methods. [Raphaël Vinot] + - Add list of missing calls. [Raphaël Vinot] + - Add test_obj_references_export. [louis] + - Add MISPObject.standalone property. [louis] + Setting MISPObject.standalone updates MISPObject._standalone and + add/removes "ObjectReference" from AbstractMISP.__not_jsonable using + update_not_jsonable/_remove_from_not_jsonable. + - Add AbstractMISP._remove_from_not_jsonable. [louis] + - Changes + - Bump changelog. [Raphaël Vinot] + - Bump version. [Raphaël Vinot] + - Bump dependencies. [Raphaël Vinot] + - Bump objects. [Raphaël Vinot] + - Bump types. [Raphaël Vinot] + - [testlive_comprehensive] Updated generic tagging method to match + changes in MISP. [mokaddem] + - Cleanup blocklist methods. [Raphaël Vinot] + - Remove outdated example. [Raphaël Vinot] + Fix #611 + - New test_get_non_exists_event. [Jakub Onderka] + - Bump dependencies. [Raphaël Vinot] + - Enable more tests. [Raphaël Vinot] + - Make get_object return a not standalone object. [louis] + - Remove standalone default value from MISPObject children c'tor. + [louis] + MISPObject.__init__ sets standalone=True by default, so there is no + need to do it in its child classes. + - Make MISPObject standalone by default. [louis] + standalone defaults to True in MISPObject.__init__, and is set to False + when the object is added to an event. + - Add MISPObject._standalone type. [louis] + - Fix + - Bump file template version. [Raphaël Vinot] + - Test_get_non_exists_event. [Jakub Onderka] + - IP removed from the public DNS list. [Raphaël Vinot] + - Example using deprecated calls. [Raphaël Vinot] + fix #602 + - Add STIX XML output for the search. [Raphaël Vinot] + Use stix-xml as return_format. + Fix #600 https://github.com/MISP/MISP/issues/5618 + - Dummy event example. [Raphaël Vinot] + Fix #598 + - Other + - Exclude section correlation .rsrc and zero-filled. [deku] + - Linting/Add missing whitespace. [Paal Braathen] + - Remove explicit loglevel checking. [Paal Braathen] + - Remove explicit traceback printing. [Paal Braathen] + - Master branch has been renamed to main. [Arcuri Davide] + - Update README.md. [Raphaël Vinot] + fix: #599 + +------------------------------------------------------------------- @@ -4,32 +193,64 @@ -- update to version 5.0.2: - - Ensured black profile was complete, adding missing line_length definition. -- update to version 5.0.1: - - Fixed a runtime error in a vendored dependency (toml). -- update to version 5.0.0: - - Breaking changes: - - isort now requires Python 3.6+ to run but continues to support formatting on ALL versions of python including Python 2 code. ++++ 89 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes ++++ and /work/SRC/openSUSE:Factory/.python-pymisp.new.11331/python-pymisp.changes Old: ---- python-pymisp-2.4.128.tar.gz New: ---- python-pymisp-2.4.134.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymisp.spec ++++++ --- /var/tmp/diff_new_pack.LvxRnu/_old 2020-11-10 13:53:24.918854307 +0100 +++ /var/tmp/diff_new_pack.LvxRnu/_new 2020-11-10 13:53:24.922854299 +0100 @@ -18,9 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 -%define misp_objects_revision b7c2562a4f2b79b3764a8e3fcd38d24bb5abfa33 +%define misp_objects_revision abf42cc8fb71c003c40dc0767f89804b45eb5303 Name: python-pymisp -Version: 2.4.128 +Version: 2.4.134 Release: 0 Summary: Python API for MISP License: BSD-2-Clause ++++++ misp-objects.tar.gz ++++++ ++++ 2958 lines of diff (skipped) ++++++ python-pymisp-2.4.128.tar.gz -> python-pymisp-2.4.134.tar.gz ++++++ ++++ 7745 lines of diff (skipped)