Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bashate for openSUSE:Factory checked in at 2021-01-28 21:29:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bashate (Old) and /work/SRC/openSUSE:Factory/.python-bashate.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bashate" Thu Jan 28 21:29:12 2021 rev:6 rq:867491 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bashate/python-bashate.changes 2020-06-23 21:08:00.146502842 +0200 +++ /work/SRC/openSUSE:Factory/.python-bashate.new.28504/python-bashate.changes 2021-01-28 21:29:13.476266801 +0100 @@ -1,0 +2,6 @@ +Wed Jan 27 22:56:22 UTC 2021 - Benjamin Greiner <c...@bnavigator.de> + +- Only test the primary python3 flavor, because only python3 has + stestr (OpenStack package) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bashate.spec ++++++ --- /var/tmp/diff_new_pack.hkoJ06/_old 2021-01-28 21:29:14.112267757 +0100 +++ /var/tmp/diff_new_pack.hkoJ06/_new 2021-01-28 21:29:14.116267763 +0100 @@ -30,10 +30,11 @@ BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module stestr} BuildRequires: %{python_module testtools} BuildRequires: fdupes BuildRequires: python-argparse +# OpenStack package: stestr is only available for primary python3, only test on this flavor +BuildRequires: python3-stestr Requires: python-Babel >= 0.9.6 Requires: python-pbr Requires(post): update-alternatives @@ -69,10 +70,11 @@ rm -rf %{buildroot}%{$python_sitelib}/bashate/tests sed -i -e '/^#!\//, 1d' %{buildroot}%{$python_sitelib}/bashate/bashate.py } +%python_compileall %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -m stestr.cli run +python3 -m stestr.cli run %post %python_install_alternative bashate