Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-avocado for openSUSE:Factory checked in at 2021-04-29 22:46:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-avocado (Old) and /work/SRC/openSUSE:Factory/.python-avocado.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-avocado" Thu Apr 29 22:46:54 2021 rev:8 rq:889349 version:69.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-avocado/python-avocado.changes 2020-05-26 17:50:25.524025865 +0200 +++ /work/SRC/openSUSE:Factory/.python-avocado.new.1947/python-avocado.changes 2021-04-29 22:53:35.653838326 +0200 @@ -1,0 +2,5 @@ +Thu Apr 29 13:21:57 UTC 2021 - Benjamin Greiner <[email protected]> + +- Fix usage of python_module macro in BuildRequires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-avocado.spec ++++++ --- /var/tmp/diff_new_pack.Pxz7ur/_old 2021-04-29 22:53:36.101836261 +0200 +++ /var/tmp/diff_new_pack.Pxz7ur/_new 2021-04-29 22:53:36.105836243 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-avocado # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,8 @@ # -# No longer build for python2 -%define skip_python2 1 +# stevedore, aexpect anhd others are primary python3 only +%define pythons python3 %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define pkgname avocado Name: python-avocado @@ -36,11 +36,11 @@ BuildRequires: %{python_module psutil} BuildRequires: %{python_module pyaml} BuildRequires: %{python_module pystache} -BuildRequires: %{python_module requests} >= 1.2.3 +BuildRequires: %{python_module requests >= 1.2.3} BuildRequires: %{python_module resultsdb_api} -BuildRequires: %{python_module setuptools} >= 18.0.0 -BuildRequires: %{python_module six} >= 1.11.0 -BuildRequires: %{python_module stevedore} >= 0.14 +BuildRequires: %{python_module setuptools >= 18.0.0} +BuildRequires: %{python_module six >= 1.11.0} +BuildRequires: %{python_module stevedore >= 0.14} BuildRequires: fdupes BuildRequires: kmod BuildRequires: libvirt-devel @@ -64,10 +64,6 @@ %else BuildRequires: python-libvirt-python %endif -%ifpython2 -Requires: python2-pylzma -Requires: python2-subprocess32 >= 3.2.6 -%endif %python_subpackages %description
