Hello community,

here is the log from the commit of package python-logreduce for 
openSUSE:Factory checked in at 2018-10-31 13:14:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-logreduce (Old)
 and      /work/SRC/openSUSE:Factory/.python-logreduce.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-logreduce"

Wed Oct 31 13:14:25 2018 rev:5 rq:645294 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-logreduce/python-logreduce.changes        
2018-10-25 09:13:04.970263204 +0200
+++ /work/SRC/openSUSE:Factory/.python-logreduce.new/python-logreduce.changes   
2018-10-31 13:15:39.135384634 +0100
@@ -1,0 +2,14 @@
+Mon Oct 29 13:37:17 UTC 2018 - Dirk Mueller <[email protected]>
+
+- update to 0.3.0:
+  * Add support for ara database classification
+  * Add webui sub-package to the spec file
+  * tokenizer: handle hexa numbers
+  * react: fix typo and add build time
+  * Add React web interface
+  * Add worker service to process user report
+  * Add anomaly update method
+  * Add model skeleton and report import method
+  * Add api skeleton
+
+-------------------------------------------------------------------

Old:
----
  logreduce-0.2.0.tar.gz

New:
----
  logreduce-0.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-logreduce.spec ++++++
--- /var/tmp/diff_new_pack.dUv5Uj/_old  2018-10-31 13:15:39.843383959 +0100
+++ /var/tmp/diff_new_pack.dUv5Uj/_new  2018-10-31 13:15:39.847383955 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-logreduce
-Version:        0.2.0
+Version:        0.3.0
 Release:        0
 Summary:        Log file anomaly extractor
 License:        Apache-2.0
@@ -31,20 +31,34 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-CherryPy
 Requires:       python-PyYAML
+Requires:       python-SQLAlchemy
 Requires:       python-aiohttp
+Requires:       python-alembic
+Requires:       python-gear
 Requires:       python-numpy
+Requires:       python-requests
 Requires:       python-scikit-learn
 Requires:       python-scipy
+Requires:       python-voluptuous
 BuildArch:      noarch
 # SECTION test requirements
+BuildRequires:  %{python_module CherryPy}
 BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module SQLAlchemy}
 BuildRequires:  %{python_module aiohttp}
+BuildRequires:  %{python_module alembic}
+BuildRequires:  %{python_module gear}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module routes}
 BuildRequires:  %{python_module scikit-learn}
 BuildRequires:  %{python_module scipy}
+BuildRequires:  %{python_module voluptuous}
 # /SECTION
 %python_subpackages
 
@@ -76,12 +90,15 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%python_exec -m pytest -v
 
 %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
 %{python_sitelib}/*
 
 %changelog

++++++ logreduce-0.2.0.tar.gz -> logreduce-0.3.0.tar.gz ++++++
++++ 13220 lines of diff (skipped)


Reply via email to