Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ldappool for openSUSE:Factory checked in at 2021-03-08 15:16:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ldappool (Old) and /work/SRC/openSUSE:Factory/.python-ldappool.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ldappool" Mon Mar 8 15:16:24 2021 rev:4 rq:867327 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ldappool/python-ldappool.changes 2020-11-25 19:31:18.946613311 +0100 +++ /work/SRC/openSUSE:Factory/.python-ldappool.new.2378/python-ldappool.changes 2021-03-08 15:18:21.673987196 +0100 @@ -1,0 +2,5 @@ +Mon Jan 25 22:34:03 UTC 2021 - Benjamin Greiner <c...@bnavigator.de> + +- OpenStack package -- test on primary python3 only. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ldappool.spec ++++++ --- /var/tmp/diff_new_pack.PXrNnq/_old 2021-03-08 15:18:22.501987803 +0100 +++ /var/tmp/diff_new_pack.PXrNnq/_new 2021-03-08 15:18:22.505987806 +0100 @@ -27,9 +27,11 @@ Source: https://files.pythonhosted.org/packages/source/l/ldappool/ldappool-%{version}.tar.gz BuildRequires: %{python_module ldap >= 3.0.0} BuildRequires: %{python_module pbr} -BuildRequires: %{python_module stestr} -BuildRequires: %{python_module testresources} -BuildRequires: %{python_module testtools} +# SECTION stestr is only available for primary python3 flavor (openstack package) +BuildRequires: python3-stestr +BuildRequires: python3-testresources +BuildRequires: python3-testtools +# /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PrettyTable @@ -62,7 +64,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -m stestr.cli run +python3 -m stestr.cli run %files %{python_files} %doc CHANGES.rst README.rst