Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-unittest-mixins for openSUSE:Factory checked in at 2021-09-03 21:25:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-unittest-mixins (Old) and /work/SRC/openSUSE:Factory/.python-unittest-mixins.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-unittest-mixins" Fri Sep 3 21:25:29 2021 rev:2 rq:915485 version:1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-unittest-mixins/python-unittest-mixins.changes 2019-02-20 14:15:11.926861755 +0100 +++ /work/SRC/openSUSE:Factory/.python-unittest-mixins.new.1899/python-unittest-mixins.changes 2021-09-03 21:25:33.974135883 +0200 @@ -1,0 +2,5 @@ +Thu Aug 26 07:33:28 UTC 2021 - pgaj...@suse.com + +- %check: use %pyunittest rpm macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-unittest-mixins.spec ++++++ --- /var/tmp/diff_new_pack.C9nSFA/_old 2021-09-03 21:25:34.414136867 +0200 +++ /var/tmp/diff_new_pack.C9nSFA/_new 2021-09-03 21:25:34.418136876 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-unittest-mixins # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,8 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -21,11 +22,11 @@ Release: 0 License: Apache-2.0 Summary: Helpful mixins for unittest classes -Url: https://github.com/nedbat/unittest-mixins +URL: https://github.com/nedbat/unittest-mixins Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/u/unittest-mixins/unittest-mixins-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module six >= 1.4.0} # /SECTION @@ -49,7 +50,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc README.rst