Hello community,
here is the log from the commit of package python-logreduce for
openSUSE:Leap:15.2 checked in at 2020-04-17 13:38:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-logreduce (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-logreduce.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-logreduce"
Fri Apr 17 13:38:11 2020 rev:7 rq:794460 version:0.5.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-logreduce/python-logreduce.changes
2020-03-09 18:08:17.708932526 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-logreduce.new.2738/python-logreduce.changes
2020-04-17 13:38:38.720269620 +0200
@@ -1,0 +2,39 @@
+Wed Apr 15 08:50:43 UTC 2020 - [email protected]
+
+- version update to 0.5.2
+ * Remove webui build by default from the spec
+ * Fix download-logs usage
+ * Add command line filters configuration file
+ * Add benchmark script
+ * Add only\_model option to the MQTT service
+ * Remove SCL macros from the spec file
+ * Fix exclude-lines regexp joblib dump
+ * Report result to zuul using an artifact instead of the log\_url
+ * Improve tokenizer for OpenStack logs
+ * Add exclude lists to the MQTT service
+ * Add mqtt based worker
+ * Fix IPv6 tokenization when the last field contains letter
+ * Add mqtt client service structure
+ * Refactor worker process in the main logreduce module
+ * Try to detect binary file
+ * Ignore bzip2 extension
+ * Ignore pcap file
+ * Add exclude-lines argument
+ * Move the log link to the additional info in the html output
+ * Fix concurrent logreduce-tests job
+ * Ignore atop.bin file and tarball
+ * Make server installation optional
+ * Fix scikit-learn 0.21.3 support
+ * Ignore files from supportconfig plugins
+ * Ignore files from /proc/net
+ * Ignore files with .raw extension
+ * Correctly show the gaps between hunks of context
+ * Show the gaps between hunks of context like grep does
+ * Add some short options for convenience
+ * Show default values in help text
+ * Reduce deprecation warnings by declaring raw strings
+ * Add server configuration instructions
+- deleted patches
+ - scikit.patch (upstreamed)
+
+-------------------------------------------------------------------
Old:
----
logreduce-0.4.0.tar.gz
scikit.patch
New:
----
logreduce-0.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-logreduce.spec ++++++
--- /var/tmp/diff_new_pack.7slrHS/_old 2020-04-17 13:38:39.108269912 +0200
+++ /var/tmp/diff_new_pack.7slrHS/_new 2020-04-17 13:38:39.112269915 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-logreduce
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-logreduce
-Version: 0.4.0
+Version: 0.5.2
Release: 0
Summary: Log file anomaly extractor
License: Apache-2.0
Group: Development/Languages/Python
URL: https://logreduce.softwarefactory-project.io/
Source:
https://files.pythonhosted.org/packages/source/l/logreduce/logreduce-%{version}.tar.gz
-Patch0: scikit.patch
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -80,8 +79,6 @@
%prep
%setup -q -n logreduce-%{version}
-%patch0 -p1
-
sed -i -e 's,flake8.*,,' test-requirements.txt
%build
@@ -92,7 +89,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec -m pytest -v
+%pytest
%files %{python_files}
%license LICENSE
@@ -101,6 +98,7 @@
%python3_only %{_bindir}/logreduce-client
%python3_only %{_bindir}/logreduce-server
%python3_only %{_bindir}/logreduce-worker
+%python3_only %{_bindir}/logreduce-mqtt
%{python_sitelib}/*
%changelog
++++++ logreduce-0.4.0.tar.gz -> logreduce-0.5.2.tar.gz ++++++
++++ 2442 lines of diff (skipped)