From c1ff109340b0012bec30d4cdb05a5a49df4d4e1569d50bfdb622a3db5ef393cc Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 3 May 2019 18:22:12 +0000 Subject: [PATCH] - update to version 2.4.106: - New - Test cases for attributes and proposals. - Improve python3.6+ lib. - Add_attributes method in MISPObject (for multiple attributes) - Method to set the default role. - Default to "me" in the get_user method, update ExpandedPyMISP. Fix #377 - Add get_object to ExpandedPyMISP. Fix #372 - Test cases for CSV loader, add cleaner methods in ExpandedPyMISP. - Add CSV loader. Fix #376 - Helper to create MISP Objects for regcheck.org.uk. - Test for ACLs in testlive. - Test for manual calls to add_object and add_object_reference. - Test update object in event. - Changes - Add python 3.7 support for pipenv users. - Allow to pass a eml as string to EmailObject. - Bump dependencies. Fix CVE-2019-11324 (urllib3) - Allow to pass an AbstractMISP to add_reference. Fix #379 - Rework notebooks. - Display an error on failure in testlive. - Add tests for disable_tag. - Reorganize some tests. - Orders of tests in make_bool. - Initial set of refactoring on PDF generator. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=41 --- pymisp-2.4.103.tar.gz | 3 -- pymisp-2.4.106.tar.gz | 3 ++ python-pymisp.changes | 65 +++++++++++++++++++++++++++++++++++++++++++ python-pymisp.spec | 2 +- 4 files changed, 69 insertions(+), 4 deletions(-) delete mode 100644 pymisp-2.4.103.tar.gz create mode 100644 pymisp-2.4.106.tar.gz diff --git a/pymisp-2.4.103.tar.gz b/pymisp-2.4.103.tar.gz deleted file mode 100644 index 132e96d..0000000 --- a/pymisp-2.4.103.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f02684e2b4ae5c25960d208003610864167cd7463f11839ad8f6ae576af9e96f -size 1117199 diff --git a/pymisp-2.4.106.tar.gz b/pymisp-2.4.106.tar.gz new file mode 100644 index 0000000..7457a44 --- /dev/null +++ b/pymisp-2.4.106.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640f03649359a2cce0e26f128f937f10f84023d3dcb7d8d641a5f52b6a34c093 +size 1555158 diff --git a/python-pymisp.changes b/python-pymisp.changes index a5d6586..722a87a 100644 --- a/python-pymisp.changes +++ b/python-pymisp.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Fri May 3 18:18:03 UTC 2019 - Sebastian Wagner + +- update to version 2.4.106: + - New + - Test cases for attributes and proposals. + - Improve python3.6+ lib. + - Add_attributes method in MISPObject (for multiple attributes) + - Method to set the default role. + - Default to "me" in the get_user method, update ExpandedPyMISP. + Fix #377 + - Add get_object to ExpandedPyMISP. + Fix #372 + - Test cases for CSV loader, add cleaner methods in ExpandedPyMISP. + - Add CSV loader. + Fix #376 + - Helper to create MISP Objects for regcheck.org.uk. + - Test for ACLs in testlive. + - Test for manual calls to add_object and add_object_reference. + - Test update object in event. + - Changes + - Add python 3.7 support for pipenv users. + - Allow to pass a eml as string to EmailObject. + - Bump dependencies. + Fix CVE-2019-11324 (urllib3) + - Allow to pass an AbstractMISP to add_reference. + Fix #379 + - Rework notebooks. + - Display an error on failure in testlive. + - Add tests for disable_tag. + - Reorganize some tests. + - Orders of tests in make_bool. + - Initial set of refactoring on PDF generator. + - Add i8n for pdfexport, without all the fonts in the main repo. + - Fix + - Build on readthedocs. + - [typo] Fixed a small typo I noticed in the docs. + - Add missing files for testing (CSV loader) + - Properly test query ACLs. + - Update all json submodules at one place in testlive. + - Disable some tests for the run on travis. + - [exportpdf] Doc update. [Falconieri] + - [exportpdf] Coding Style. [Falconieri] + - Improper handling of to_ids passed as integer in MISPEvent. + Fix #364 + - Do not fail when importing the reportlab file. + - PDF Export requires python 3.6+. + - Do not run PDF Export tests on python < 3.6. + - [exportpdf] Custom path for fonts and font package. + - Allow to use global variables HTTP_PROXY and HTTPS_PROXY again. + Fix #365 + - Slight changes in new .change_disable_correlation method. + - Get_object_template_id was broken. Add test case. + Fix #361 + - Other + - New Add test for ASNObject. + - Update README.md. + Added number of monthly PyPi downloads + - Add: [exportpdf] documentation added about exportPDF. + - Fix for "'NoneType' object has no attribute 'setdefault'" + - Fix a type on function name. + - Add new function + PyMISP.change_disablecorrelation(attribute_uuid,disable_correlation) + to be able to enable/disable correlation on attributes. + ------------------------------------------------------------------- Sat Mar 23 14:38:41 UTC 2019 - Sebastian Wagner diff --git a/python-pymisp.spec b/python-pymisp.spec index 3cf2121..35730df 100644 --- a/python-pymisp.spec +++ b/python-pymisp.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{!?license: %global license %doc} Name: python-pymisp -Version: 2.4.103 +Version: 2.4.106 Release: 0 Summary: Python API for MISP License: BSD-2-Clause