Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-logutils for openSUSE:Factory checked in at 2021-09-04 22:32:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-logutils (Old) and /work/SRC/openSUSE:Factory/.python-logutils.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-logutils" Sat Sep 4 22:32:02 2021 rev:7 rq:915532 version:0.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-logutils/python-logutils.changes 2021-06-11 22:30:18.266091780 +0200 +++ /work/SRC/openSUSE:Factory/.python-logutils.new.1899/python-logutils.changes 2021-09-04 22:32:11.143899538 +0200 @@ -1,0 +2,5 @@ +Wed Sep 1 12:28:43 UTC 2021 - pgaj...@suse.com + +- %check: use %pyunittest rpm macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-logutils.spec ++++++ --- /var/tmp/diff_new_pack.mhx1aV/_old 2021-09-04 22:32:11.567900099 +0200 +++ /var/tmp/diff_new_pack.mhx1aV/_new 2021-09-04 22:32:11.567900099 +0200 @@ -26,9 +26,11 @@ URL: https://logutils.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/l/logutils/logutils-%{version}.tar.gz Patch0: sphinx4.patch +BuildRequires: %{python_module redis} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx +BuildRequires: redis BuildArch: noarch %python_subpackages @@ -69,7 +71,8 @@ %python_install %check -%python_exec setup.py test +export PATH="$PATH:/sbin" +%pyunittest discover -v tests %files %{python_files} %license LICENSE.txt