diff --git a/pymisp-2.4.89.tar.gz b/pymisp-2.4.89.tar.gz deleted file mode 100644 index d34180b..0000000 --- a/pymisp-2.4.89.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:304fbd8862dfde27d767c093de87fec42fc63c70d8393643d1a3b4f765aae78f -size 193116 diff --git a/pymisp-2.4.90.tar.gz b/pymisp-2.4.90.tar.gz new file mode 100644 index 0000000..8caa199 --- /dev/null +++ b/pymisp-2.4.90.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f762d73311ad24e5e995c41aa32acf049322342f35bbd69d38536062ecf689e5 +size 199927 diff --git a/python-pymisp.changes b/python-pymisp.changes index 9711d8f..f968fbb 100644 --- a/python-pymisp.changes +++ b/python-pymisp.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sun Apr 29 18:52:32 UTC 2018 - sebix+novell.com@sebix.at + +- update to version 2.4.90: + * New + - Add more feed management methods. Fix #221 + - Add update_attribute method. + - Add event_timestamp to REST search. Fix #220 + - Add helper for Geolocation object. + - Add helper for ASN object. + - More flexibility in -> datetime. + - Add helper for DomainIP. + - Add preliminary fail2ban object. + * Changes + - Add more examples. + - Remove useless timestamp cleanup. + - Make object helpers more generic, cleanup. + - Update fail2ban helper & example. + * Fix + - Use the recommended approach to add an attribute. + - Tests, new template version. + - New key - extends_uuid. + - Update test file accordingly to the default value. + - Geolocation object filename. + - Consider a timestamp < 30000000 as a date. + - AbstractMISP.from_dict() do not accept positional argument. + - Properly create fail2ban object. + - Add Info field to the event. + - Disable email object for python <3.6. + * Other + - Added missing field to feed generator. + - Add the ability to add an Autonomous System(AS) via the API. + - Changed shebang to python3. + - Deleted remaining outputs. + - First jupyter notebook tutorial (1 iterations) + - Added change_analysis_status API. + - Fix add_named_attribute regression, update add_named_attribute.py + example. + - Example of specifying special attribute type in your search: here yara + attribute. + ------------------------------------------------------------------- Fri Mar 23 13:21:47 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-pymisp.spec b/python-pymisp.spec index 0d8c106..124b0ae 100644 --- a/python-pymisp.spec +++ b/python-pymisp.spec @@ -20,7 +20,7 @@ %{!?license: %global license %doc} %bcond_without test Name: python-pymisp -Version: 2.4.89 +Version: 2.4.90 Release: 0 Summary: Python API for MISP License: BSD-2-Clause