Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-logreduce for
openSUSE:Factory checked in at 2021-02-15 23:16:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-logreduce (Old)
and /work/SRC/openSUSE:Factory/.python-logreduce.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-logreduce"
Mon Feb 15 23:16:32 2021 rev:12 rq:871473 version:0.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-logreduce/python-logreduce.changes
2020-08-19 18:58:14.279892273 +0200
+++
/work/SRC/openSUSE:Factory/.python-logreduce.new.28504/python-logreduce.changes
2021-02-15 23:19:01.347639752 +0100
@@ -1,0 +2,31 @@
+Fri Feb 12 13:26:59 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 0.6.1:
+ * utils: fix keep\_file to return True when a file is not excluded
+ * setup: removes server left-over
+ * readme: document the new python module usage
+ * Remove server components
+ * download-logs: remove include-path option
+ * utils: prevent division by zero on Windows
+ * process: use a functional argument for process\_line
+ * process: use a functional argument for keep\_file
+ * process: use a functional argument for the filename2modelname
+ * tests: remove python version pinning and rename to unit
+ * process: simplify tokenizer by removing ansible std\_lines unpack
+ * process: simplify files\_iterator function by removing non list input
+ * process: simplify process function by removing non list input
+ * process: simplify train function by removing non list input
+ * process: add save\_file and load\_file to simplify joblib usage
+ * cmd: annotate cli functions
+ * process: annotate the test function
+ * utils: add type annotation for the files\_iterator
+ * data: add Build data type
+ * data: add initial data type using TypedDict for process Result
+ * Ignore reformatting change rev for git blame
+ * Reformat source code using black
+ * Enable mypy linters
+ * download: add support for absolute log path in indexes
+ * Switching Fedora runc nodeset to pod
+ * Update filename2modelname method to work with kubernetes logs
+
+-------------------------------------------------------------------
Old:
----
logreduce-0.5.2.tar.gz
New:
----
logreduce-0.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-logreduce.spec ++++++
--- /var/tmp/diff_new_pack.bNURUp/_old 2021-02-15 23:19:02.027640768 +0100
+++ /var/tmp/diff_new_pack.bNURUp/_new 2021-02-15 23:19:02.027640768 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-logreduce
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+# CLI tool, no module
+%define pythons python3
Name: python-logreduce
-Version: 0.5.2
+Version: 0.6.1
Release: 0
Summary: Log file anomaly extractor
License: Apache-2.0
@@ -79,8 +80,7 @@
%prep
%setup -q -n logreduce-%{version}
sed -i -e 's,flake8.*,,' test-requirements.txt
-rm logreduce/server/web/.keep
-sed -i '1{/^#!/d}' logreduce/cmd.py logreduce/mqtt/cmd.py
+sed -i '1{/^#!/d}' logreduce/cmd.py
# CherryPy 10.1 and lower requires nose in cherrypy/test/helper.py needed by
test_api.py
# As of logreduce 0.5.2, upstream doesnt restrict the cherrypy version,
@@ -104,11 +104,7 @@
%files %{python_files}
%license LICENSE
%doc ChangeLog README.rst
-%python3_only %{_bindir}/logreduce
-%python3_only %{_bindir}/logreduce-client
-%python3_only %{_bindir}/logreduce-server
-%python3_only %{_bindir}/logreduce-worker
-%python3_only %{_bindir}/logreduce-mqtt
+%{_bindir}/logreduce
%{python_sitelib}/*
%changelog
++++++ logreduce-0.5.2.tar.gz -> logreduce-0.6.1.tar.gz ++++++
++++ 17659 lines of diff (skipped)