- update to version 2.4.125:

- New
   - Extended option on get event. [Raphaël Vinot]
     Related to #567
 - Changes
   - Bump objects, deps. [Raphaël Vinot]
   - Bump dependencies. [Raphaël Vinot]
   - Remove old suricata script, keep reference to old code. [Raphaël
     Vinot]
 - Fix
   - Enable autoalert on admin user. [Raphaël Vinot]
   - [abstract] Forces file to be read with utf8 encoding. [mokaddem]
   - Properly handle timezone in tests. [Raphaël Vinot]
 - Other
   - Update up.py. [Raphaël Vinot]
     Fix #563
   - Fixed __query_virustotal return type. [DocArmoryTech]
     __query_virustotal returned a Response object and not the json expected; modified so that report_json is returned instead of report.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=66
This commit is contained in:
2020-05-03 13:20:50 +00:00
committed by Git OBS Bridge
parent 03b00404d6
commit 4ea729dc82
5 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3ec717b5c8b2fa06814faea0a3d4a7dd543543df1399c1d5c3aa3746a89fe4b
size 133634
oid sha256:20530c77b76474ad1dee0aa74b0db0bd100835eee02484bc47e3da69072ba7fd
size 134642

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea6f2b37c9c5d932db4d70ca7aa516d3319e927ef02d141db9af11970706cd51
size 1560037

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be2c0b7e287837c41f4869705a60cab18fbfa8244316226015d50585531c6275
size 1555987

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun May 3 13:18:26 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.4.125:
- New
- Extended option on get event. [Raphaël Vinot]
Related to #567
- Changes
- Bump objects, deps. [Raphaël Vinot]
- Bump dependencies. [Raphaël Vinot]
- Remove old suricata script, keep reference to old code. [Raphaël
Vinot]
- Fix
- Enable autoalert on admin user. [Raphaël Vinot]
- [abstract] Forces file to be read with utf8 encoding. [mokaddem]
- Properly handle timezone in tests. [Raphaël Vinot]
- Other
- Update up.py. [Raphaël Vinot]
Fix #563
- Fixed __query_virustotal return type. [DocArmoryTech]
__query_virustotal returned a Response object and not the json expected; modified so that report_json is returned instead of report.
-------------------------------------------------------------------
Mon Apr 20 10:32:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pymisp
Version: 2.4.124
Version: 2.4.125
Release: 0
Summary: Python API for MISP
License: BSD-2-Clause
@@ -27,7 +27,7 @@ Group: Development/Languages/Python
URL: https://github.com/MISP/PyMISP
Source0: https://github.com/MISP/PyMISP/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# github tarball misses the misp-objects subproject data
Source1: https://github.com/MISP/misp-objects/archive/3a87dfd0832a576d53d7665bd93451dec7bc59f1.tar.gz#/misp-objects.tar.gz
Source1: https://github.com/MISP/misp-objects/archive/84a7bb07a4f1807546cf5c2e03b35dbc0773699d.tar.gz#/misp-objects.tar.gz
# pypi tarball missing some files: https://github.com/MISP/PyMISP/issues/554
#Source: https://files.pythonhosted.org/packages/source/p/pymisp/pymisp-%%{version}.tar.gz
BuildRequires: %{python_module setuptools}