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 2022-03-24 22:57:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-logreduce (Old) and /work/SRC/openSUSE:Factory/.python-logreduce.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-logreduce" Thu Mar 24 22:57:50 2022 rev:13 rq:964392 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-logreduce/python-logreduce.changes 2021-02-15 23:19:01.347639752 +0100 +++ /work/SRC/openSUSE:Factory/.python-logreduce.new.1900/python-logreduce.changes 2022-03-24 22:59:07.252315431 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 10:54:11 UTC 2022 - pgaj...@suse.com + +- do not require python-mock for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-logreduce.spec ++++++ --- /var/tmp/diff_new_pack.bBxOpw/_old 2022-03-24 22:59:07.636315801 +0100 +++ /var/tmp/diff_new_pack.bBxOpw/_new 2022-03-24 22:59:07.640315806 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-logreduce # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,7 +50,6 @@ BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module alembic} BuildRequires: %{python_module gear} -BuildRequires: %{python_module mock} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} @@ -99,6 +98,8 @@ } %check +# not sure where to report +sed -i 's:from mock:from unittest.mock:' logreduce/tests/test_download.py %pytest %files %{python_files}