- 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
This commit is contained in:
2019-05-03 18:22:12 +00:00
committed by Git OBS Bridge
parent db55c5f444
commit c1ff109340
4 changed files with 69 additions and 4 deletions

View File

@@ -1,3 +1,68 @@
-------------------------------------------------------------------
Fri May 3 18:18:03 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <sebix+novell.com@sebix.at>