Hello community, here is the log from the commit of package python-pymisp for openSUSE:Factory checked in at 2020-06-10 00:45:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old) and /work/SRC/openSUSE:Factory/.python-pymisp.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymisp" Wed Jun 10 00:45:07 2020 rev:27 rq:809967 version:2.4.126 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes 2020-05-11 13:42:30.853267228 +0200 +++ /work/SRC/openSUSE:Factory/.python-pymisp.new.3606/python-pymisp.changes 2020-06-10 00:45:13.774456503 +0200 @@ -1,0 +2,47 @@ +Thu May 21 13:45:02 UTC 2020 - Sebastian Wagner <[email protected]> + +- update to version 2.4.126: + - New + - Test search with timestamp. [Raphaël Vinot] + - Add testcase for updating partial event. [Raphaël Vinot] + - Add pyfaup as optional dependency. [Raphaël Vinot] + - [dev] add microblog object tool. [VVX7] + - Very simple test case for rest search on objects. [Raphaël Vinot] + - Self registration, object level search (initial) [Raphaël Vinot] + - [dev] add flag to get extended misp event. [VVX7] + - [dev] add flag to get extended misp event. [VVX7] + - Changes + - Bump version. [Raphaël Vinot] + - Bump misp-object. [Raphaël Vinot] + - Bump dependencies. [Raphaël Vinot] + - Add test for feed partial update. [Raphaël Vinot] + - Strip empty parameters in build_complex_query. [Raphaël Vinot] + Fix #577 + - Simplify delete_attribute. [Raphaël Vinot] + - Bump travis install. [Raphaël Vinot] + - Add comment in microblog object. [Raphaël Vinot] + - Bump dependencies. [Raphaël Vinot] + - [dev] clean up how keys are accessed in self._parameters. [VVX7] + - [dev] use isinstance() type check. [VVX7] + - [dev] fix abstract generator import. add logger. [VVX7] + - [dev] change type() == list. [VVX7] + - Bump misp-objects. [Raphaël Vinot] + - Bump dependencies. [Raphaël Vinot] + - [dev] remove duplicate line. [VVX7] + - [dev] add extend_event() test. chg typo in get_event() [VVX7] + - Re-Bump CHANGELOG. [Raphaël Vinot] + - Fix + - Settings is not required in MISPFeed. [Raphaël Vinot] + - Properly skip timestamp in __iter__ when needed. [Raphaël Vinot] + - Catch exception when liblua-5.3 is not present. [Raphaël Vinot] + - Make flake8 happy. [Raphaël Vinot] + - Properly load feeds, fix undefined variable. [Raphaël Vinot] + - Make flake8 happy. [Raphaël Vinot] + - Remove extra print. [Raphaël Vinot] + - Typo, add test for extended event. [Raphaël Vinot] + - Other + - Update docstring in api.py. [Bernhard E. Reiter] + * remove typo in ssl parameter docstring. + * Add hint that other certs (which are not in the default CAs, but also are not self signed in a strict sense) can also use the CA_BUNDLE function of the ssl parameter. + +------------------------------------------------------------------- Old: ---- python-pymisp-2.4.125.tar.gz New: ---- python-pymisp-2.4.126.tar.gz update-misp-objects.sh ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymisp.spec ++++++ --- /var/tmp/diff_new_pack.rpWjcn/_old 2020-06-10 00:45:15.406460577 +0200 +++ /var/tmp/diff_new_pack.rpWjcn/_new 2020-06-10 00:45:15.406460577 +0200 @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define misp_objects_revision 10fe1b29574279902d9c9097e6e67a872ecbe2cf Name: python-pymisp -Version: 2.4.125 +Version: 2.4.126 Release: 0 Summary: Python API for MISP License: BSD-2-Clause @@ -27,9 +28,11 @@ 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/84a7bb07a4f1807546cf5c2e03b35dbc0773699d.tar.gz#/misp-objects.tar.gz +Source1: https://github.com/MISP/misp-objects/archive/%{misp_objects_revision}.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 +# packaging tool +Source2: update-misp-objects.sh BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros ++++++ misp-objects.tar.gz ++++++ ++++ 12978 lines of diff (skipped) ++++++ python-pymisp-2.4.125.tar.gz -> python-pymisp-2.4.126.tar.gz ++++++ ++++ 3296 lines of diff (skipped) ++++++ update-misp-objects.sh ++++++ #!/bin/bash version=$(awk '/^Version:/ {print $2}' python-pymisp.spec) revision=$(wget "https://github.com/MISP/PyMISP/tree/v$version/pymisp/data" -O - | awk '/\/MISP\/misp-objects\/tree\//' | egrep -o "[[:alnum:]]{40}") sed -i "s/^\%define misp_objects_revision.*$/%define misp_objects_revision $revision/" python-pymisp.spec
