Hello community,

here is the log from the commit of package python-pymisp for openSUSE:Factory 
checked in at 2017-11-18 00:21:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymisp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymisp"

Sat Nov 18 00:21:01 2017 rev:4 rq:542612 version:2.4.82

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes      
2017-10-10 11:42:59.743448157 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymisp.new/python-pymisp.changes 
2017-11-18 00:21:02.523663739 +0100
@@ -2 +2 @@
-Mon Oct  9 17:44:18 UTC 2017 - sebix+novell....@sebix.at
+Fri Nov 10 08:16:45 UTC 2017 - sebix+novell....@sebix.at
@@ -4,3 +4,7 @@
-- update to version 2.4.81:
- - Fix
-  - Changelog config + update. [Raphaël Vinot]
+- update to version 2.4.82
+ - Proper debug system.
+ - Changes
+  - Small improvments in the logging system using python logging module.
+  - Let load unknown object relations in known templates.
+  - Allow to load non-malware ZIP files in MISP Event.
+  - Properly pass the distribution when uploading a sample.
@@ -8,2 +12,19 @@
-  - Up: bump version. [Raphaël Vinot]
-  - Up: Bump misp-objects. [Raphaël Vinot]
+  - Created add_generic_object.py.
+- remove patch fix-offline-test.patch, included in upstream version
+- shorten existing changelogs
+
+-------------------------------------------------------------------
+Thu Oct 26 09:56:58 UTC 2017 - sebix+novell....@sebix.at
+
+- update to version 2.4.81.2
+- update to version 2.4.81.1:
+ - Allow to hard delete an attribute by ID.
+ - Fixes
+  - Improve dependencies listing. Partial fix for #110
+  - Missing default category. Fix #119
+- add fix-offline-test.patch to fix tests
+
+-------------------------------------------------------------------
+Mon Oct  9 17:44:18 UTC 2017 - sebix+novell....@sebix.at
+
+- update to version 2.4.81
@@ -15,2 +35,0 @@
- - Changes
-  - Update changelog. [Raphaël Vinot]
@@ -18,6 +37,2 @@
-  - Change readme. [Raphaël Vinot]
-  - Create file object. [Raphaël Vinot]
-    Was broken in case the file was neither PE/ELF/Mach-O
-  - Allow again to tag/delete unsaved attributes. [Raphaël Vinot]
-  - Live tests. [Raphaël Vinot]
-  - Import the openioc converter from tool again. [Raphaël Vinot]
+  - Allow again to tag/delete unsaved attributes.
+  - Import the openioc converter from tool again.
@@ -25,22 +40,2 @@
-  - Up: Version bump. [Raphaël Vinot]
-  - Up: Bump misp-objects & describeTypes. [Raphaël Vinot]
-  - Update readme. [Raphaël Vinot]
-  - Merge pull request #116 from cgi1/patch-2. [Raphaël Vinot]
-  - Similar to #114 on attribute level. [cgi1]
-    `add_attribute_tag(tag,attribute_identifier)` fails if attribute does not 
have any tag in before.
-  - Merge pull request #115 from cgi1/patch-1. [Raphaël Vinot]
-    Fixing #114 (MISPEvent.add_tag(tag) fails if inital event does not contain 
tag )
-  - Fixing #114. [cgi1]
-  - Merge pull request #112 from CenturyLinkCIRT/unknown-object-name-
-    patch. [Raphaël Vinot]
-  - Formatted "Unknown MISP object" error message. [infosec-intern]
-    When a user tries to add an object with a name that doesn't exist, the 
error thrown was missing its format string
-    This ended up looking like
-    pymisp.exceptions.UnknownMISPObjectTemplate: {} is unknown in the MISP 
object directory.
-    Here's a patch that adds self.name to the format string
-  - Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
-  - Merge pull request #111 from wagner-certat/skip-tests. [Raphaël Vinot]
-  - TST: skip test with optional files if not existing. [Sebastian Wagner]
-  - TST: update test requirements. [Sebastian Wagner]
-  - Update: make make_binary_objects more flexible. [Raphaël Vinot]
-  - fix: use proper exception handlers
+  - Fixing #114 (MISPEvent.add_tag(tag) fails if inital event does not contain 
tag )
+  - Formatted "Unknown MISP object" error message.
@@ -53,14 +48,2 @@
- - Properly initialize a new malware sample. [Raphaël Vinot]
- - Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
- - Permission issue... [Alexandre Dulaunoy]
- - Merge branch 'objects' [Raphaël Vinot]
- - Bump misp object. [Raphaël Vinot]
- - Allow to get the list of known types out of MISPEvent again. [Raphaël
-   Vinot]
- - Merge branch 'objects' of github.com:MISP/PyMISP into objects.
-   [Raphaël Vinot]
- - Changed source => object / destination => referenced. [iglocska]
- - Use MISPAbstract as a master class everywhere. [Raphaël Vinot]
-   This is probably breaking everything.... ¯\_(ツ)_/¯
- - Bump miso-objects. [Raphaël Vinot]
- - Changed two fields in object references. [iglocska]
+ - Allow to get the list of known types out of MISPEvent again.
+ - Changed two fields in object references.
@@ -69,5 +52 @@
- - Some more refactoring. [Raphaël Vinot]
- - Some more refactoring and cleanup. [Raphaël Vinot]
- - Update object definitions. [Raphaël Vinot]
- - Update PE generator. [Raphaël Vinot]
- - Refactoring in order to load objects. [Raphaël Vinot]
+ - Refactoring in order to load objects.
@@ -75,22 +54 @@
-   [Raphaël Vinot]
- - Remove some python versions from travis. [Raphaël Vinot]
- - Do not try to run code requiring lief. [Raphaël Vinot]
- - Remove ImportError. [Raphaël Vinot]
- - Install deps in travis. [Raphaël Vinot]
- - Update tests. [Raphaël Vinot]
- - Do not fail if pymisp is not installed. [Raphaël Vinot]
- - Add support for ELF and MachO objects. [Raphaël Vinot]
- - Update get_template_id, cleanup. [Raphaël Vinot]
- - Refactor all the things. [Raphaël Vinot]
-   Add script for MISP core, make everything generic.
- - Fixing undefined ressources_path. [edhoedt]
- - Update function names in mispevent. [Raphaël Vinot]
- - Re-enable python < 3.5 support. [Raphaël Vinot]
- - Update file/pe/pe-sections objects creator. [Raphaël Vinot]
- - Doesn't require describe_types in MISPAttribute's constructor.
-   [Raphaël Vinot]
- - Update accordingly to the current server implementation. [Raphaël
-   Vinot]
- - Re-enable python2 support... [Raphaël Vinot]
- - Initial commit supporting MISP Objects. [Raphaël Vinot]
- - ChangeLog updated to the latest version. [Alexandre Dulaunoy]
+ - Add support for ELF and MachO objects.

Old:
----
  pymisp-2.4.81.tar.gz

New:
----
  pymisp-2.4.82.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pymisp.spec ++++++
--- /var/tmp/diff_new_pack.5XjX5x/_old  2017-11-18 00:21:04.515591215 +0100
+++ /var/tmp/diff_new_pack.5XjX5x/_new  2017-11-18 00:21:04.519591069 +0100
@@ -20,7 +20,7 @@
 %{!?license: %global license %doc}
 %bcond_without test
 Name:           python-pymisp
-Version:        2.4.81
+Version:        2.4.82
 Release:        0
 Summary:        Python API for MISP
 License:        BSD-2-Clause

++++++ pymisp-2.4.81.tar.gz -> pymisp-2.4.82.tar.gz ++++++
++++ 6236 lines of diff (skipped)


Reply via email to