diff --git a/misp-objects.tar.gz b/misp-objects.tar.gz index 21e68a1..622b86b 100644 --- a/misp-objects.tar.gz +++ b/misp-objects.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3ec717b5c8b2fa06814faea0a3d4a7dd543543df1399c1d5c3aa3746a89fe4b -size 133634 +oid sha256:20530c77b76474ad1dee0aa74b0db0bd100835eee02484bc47e3da69072ba7fd +size 134642 diff --git a/python-pymisp-2.4.124.tar.gz b/python-pymisp-2.4.124.tar.gz deleted file mode 100644 index 312447c..0000000 --- a/python-pymisp-2.4.124.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea6f2b37c9c5d932db4d70ca7aa516d3319e927ef02d141db9af11970706cd51 -size 1560037 diff --git a/python-pymisp-2.4.125.tar.gz b/python-pymisp-2.4.125.tar.gz new file mode 100644 index 0000000..ba78c4d --- /dev/null +++ b/python-pymisp-2.4.125.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2c0b7e287837c41f4869705a60cab18fbfa8244316226015d50585531c6275 +size 1555987 diff --git a/python-pymisp.changes b/python-pymisp.changes index 7f04c53..14cd3fe 100644 --- a/python-pymisp.changes +++ b/python-pymisp.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun May 3 13:18:26 UTC 2020 - Sebastian Wagner + +- 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 diff --git a/python-pymisp.spec b/python-pymisp.spec index 11e9e2c..8763ea0 100644 --- a/python-pymisp.spec +++ b/python-pymisp.spec @@ -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}