- drop python2, not supported anymore upstream

- add fix-tests-template-version.patch from upstream commit to fix tests
- update to version 2.4.120:
 - New
   - [attribute type] kusto-query attribute type. [Alexandre Dulaunoy]
     Kusto query is the query language for the Kusto services in Azure used
     to search large dataset. It's used in Windows Defender ATP Hunting-Queries
     and also Azure Sentinel (Cloud-native SIEM).
   - Remove python < 3.6 support. [Raphaël Vinot]
 - Changes
   - Bump version. [Raphaël Vinot]
   - Bump Changelog. [Raphaël Vinot]
   - Bump misp-objects. [Raphaël Vinot]
   - Bump dependencies, add debug. [Raphaël Vinot]
   - Upate dummy events creator. [Raphaël Vinot]
   - Add tests on more version of Python. [Raphaël Vinot]
   - Search with the STIX output returns a json STIX. [Raphaël Vinot]
     Was XML before.
   - Bump dependencies. [Raphaël Vinot]
   - Add more typing information. [Raphaël Vinot]
   - Add typing markup. [Raphaël Vinot]
   - Bump misp-objects. [Raphaël Vinot]
   - Bump Dependencies. [Raphaël Vinot]
   - Bump misp-objects. [Raphaël Vinot]
 - Fix
   - Add missing variable in dummy creator. [Raphaël Vinot]
   - Et2misp was python2 only. [Raphaël Vinot]
   - Feed generator was broken. [Raphaël Vinot]
     Fix #506
   - Event without hashable attribute. [Raphaël Vinot]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=54
This commit is contained in:
Sebastian Wagner
2020-01-18 10:29:37 +00:00
committed by Git OBS Bridge
parent 0a7fefd7a6
commit ac9001ce34
5 changed files with 105 additions and 6 deletions

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Sat Jan 18 09:59:31 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- drop python2, not supported anymore upstream
- add fix-tests-template-version.patch from upstream commit to fix tests
- update to version 2.4.120:
- New
- [attribute type] kusto-query attribute type. [Alexandre Dulaunoy]
Kusto query is the query language for the Kusto services in Azure used
to search large dataset. It's used in Windows Defender ATP Hunting-Queries
and also Azure Sentinel (Cloud-native SIEM).
- Remove python < 3.6 support. [Raphaël Vinot]
- Changes
- Bump version. [Raphaël Vinot]
- Bump Changelog. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]
- Bump dependencies, add debug. [Raphaël Vinot]
- Upate dummy events creator. [Raphaël Vinot]
- Add tests on more version of Python. [Raphaël Vinot]
- Search with the STIX output returns a json STIX. [Raphaël Vinot]
Was XML before.
- Bump dependencies. [Raphaël Vinot]
- Add more typing information. [Raphaël Vinot]
- Add typing markup. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]
- Bump Dependencies. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]
- Fix
- Add missing variable in dummy creator. [Raphaël Vinot]
- Et2misp was python2 only. [Raphaël Vinot]
- Feed generator was broken. [Raphaël Vinot]
Fix #506
- Event without hashable attribute. [Raphaël Vinot]
Related #506
- Other
- Update api.py. [AaronK]
minor typo, can;t help it noticing those. sorry,
- Fixed TODO, added quarantineFolder/quarantineRule from
messagesBlocked, added some error handling to prevent empty attributes
from trying to be added. [th3jiv3r]
- Scrape proofpoint tap api for messages blocked/delivered & clicks
blocked/permitted and create misp events. [th3jiv3r]
- Add variable for proofpoint tap api auth. [th3jiv3r]
- Update README.md. [AaronK]
minor typo
- Define the number of entries to output. [AndreC10002]
Allow for defining in the settings.py file the number of entries to output
- Update generate.py. [AndreC10002]
- Cleanup of code and 'quick-n-dirty' sanitizing of tags. [Koen Van
Impe]
- Sync. [Koen Van Impe]
- Update README.md. [Raphaël Vinot]
-------------------------------------------------------------------
Wed Jan 1 16:16:49 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>