Hello community, here is the log from the commit of package python-pymisp for openSUSE:Factory checked in at 2019-02-26 22:20:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old) and /work/SRC/openSUSE:Factory/.python-pymisp.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymisp" Tue Feb 26 22:20:29 2019 rev:13 rq:679037 version:2.4.102 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes 2018-12-24 11:42:08.217412492 +0100 +++ /work/SRC/openSUSE:Factory/.python-pymisp.new.28833/python-pymisp.changes 2019-02-26 22:22:08.958071518 +0100 @@ -1,0 +2,107 @@ +Sun Feb 3 21:56:57 UTC 2019 - Sebastian Wagner <[email protected]> + +- update to version 2.4.102: + - New + - Add test cases for stix export. + - Changes + - [datamodel] new anonymised type added. + - [data] types updated to include the new zeek type. + - Other + - Check if IOC values are in warninglist. +- update to version 2.4.101: + - New + - Add missing test case for NOT on attribute level, update Pipfile. + - Add support for unix timestamp in set_date. + fix #302 + - Add test for references when adding/updating a full event. + - [usersStats] Possibility to fetch users/statistics data for all + context (usage, org, tags, ...) + - Changes + - Force to_ids to be a boolean, as MISP is expecting. + fix #320 + - Add support for sharing group filter for search_index. + - Support for Payload Delivery > Other attribute as PyMISP function. + - Add Pipfile config. + - [data] fix describeTypes. + - [data] new types added (hassh-md5 and hasshserver-md5) + - Bump misp-objects. + - [misp-objects] templates updated to the latest version. + - [data] describeTypes updated (grabbed from MISP HEAD) + - [data] ja3-fingerprint-md5 type added. + - [test] set a default distribution for massive event creation. + - [data] describeTypes.json updated to the latest version. + - More flexibility when loading an object from python dict. + - Pass all parameters to the search API. + - Remove compat for MISP 2.4.52, cleanup. + - Set verifycert to false in tests. + - [tests] Added verifycert option in case of using self-signed cert. + - Fix + - Remove jupyter & ipython from dev install so it works with python2. + - Wrong variable name in MISPEvent. + - Documentation error fix #278. + - Attempt to fix memory footprint in MISPAttribute. + - Still support simple event dict content. + - Don't modify event passed to the add_attribute methods. + fix #321 + - The wrong class name was used when there is an error at Event + creation. + - Use new API in get_csv.py. + Fix #314 + - Test case was broken. + - Create massive event using ExpandedPyMISP. + - Error vs errors key. + - Typo. + - Get_object_template_id. + - Other + - Update pymisp tutorial. + Extract the "response" field from the json result returned by misp.search_index + - Sort describeTypes.json output. + This is needed for the compatibility with the gen_misp_types_categories.py script. Data was sorted using the order_dict function of the gen_misp_types_categories script. + +------------------------------------------------------------------- +Sun Jan 27 18:54:29 UTC 2019 - Sebastian Wagner <[email protected]> + +- Update to version 2.4.99: + - New + - Auto generate doc for PyMISPExpanded. + - Search_index in ExpandedPyMISP, cleanup, update jupyter. + - Add log search. + - Add test for pushing an event to ZMQ. + - Change_distribution method. + - Add test cases for sightings, cleanup. + - [example] Added sighting rest search example. + - [sighting] Added support of sighting REST API. + - Allow to pass csv to return_format in search. + - Page/limit in search. + - Changes + - Add test cases for default distribution levels. + - Include proposals in attributes search. + Add includeProposals param to the search method + - Update readme to document testing. + - Fixes & update Jupyter. + - [tuto] Update search. + - Add a script to load the API key from the file system (training VM) + - Add print in testlive to debug travis. + - Fix + - Auto generate doc for PyMISPExpanded. + - Properly handle errors on event creation/update. + - Test case. + - Do not run the zmq test on travis. + - Type of quick_filter. + - Quick_filter was broken. + - Properly initialize the config when jupyter runs on the VM. + - Readme update + python3 + pep8. + align python path to readme specifying python3 + - Feed-generator gitignore. + - Test cases. + - Other + - Dded get_object & get_attribute. + - Fix for last pymisp version. + - Mention virtualenv. + mide make sense for people who want to use it with virtualenv + - Be more precise with the supported time indicators. + - Fixed documentation bug. + - Fixes date parameters for search_index() function. + - Align examples on custom usage of misp_verifycert. + +------------------------------------------------------------------- Old: ---- pymisp-2.4.96.tar.gz New: ---- changelog.sh pymisp-2.4.102.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymisp.spec ++++++ --- /var/tmp/diff_new_pack.9IITFK/_old 2019-02-26 22:22:09.454071342 +0100 +++ /var/tmp/diff_new_pack.9IITFK/_new 2019-02-26 22:22:09.470071336 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pymisp # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{!?license: %global license %doc} Name: python-pymisp -Version: 2.4.96 +Version: 2.4.102 Release: 0 Summary: Python API for MISP License: BSD-2-Clause Group: Development/Languages/Python Url: https://github.com/MISP/PyMISP Source: https://files.pythonhosted.org/packages/source/p/pymisp/pymisp-%{version}.tar.gz +# Internal script for generating changelog +Source1: changelog.sh BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros ++++++ changelog.sh ++++++ #!/bin/bash # e.g. tar -xzOf pymisp-2.4.102.tar.gz pymisp-2.4.102/CHANGELOG.txt | head -n 131 | xclip -i ; ./changelog.sh ; xclip -o # and then in `osc vc` for more cleanups xclip -o | sed -E 's/^(New|Changes|Fix|Other)$/ - \1/' | sed -E 's/^ / /' | sed -E 's/^[-\*] (.*)$/ - \1/' | sed -E 's/^v([0-9\.]+) \([0-9-]+\)$/- update to version \1:/' | egrep -v '^([=~-]+|Changelog)$' | sed -E 's/ \[(Raphaƫl ?(Vinot)?|Alexandre ?(Dulaunoy)?)\]?$//' | sed -E 's/\s+(Vinot|Dulaunoy)\]$//' | grep -v '^\s*$' | xclip -i ++++++ pymisp-2.4.96.tar.gz -> pymisp-2.4.102.tar.gz ++++++ ++++ 10778 lines of diff (skipped)
