diff --git a/python-pytest-sugar.changes b/python-pytest-sugar.changes index 3b6c89b..9e0d41c 100644 --- a/python-pytest-sugar.changes +++ b/python-pytest-sugar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 17 12:06:50 UTC 2017 - jengelh@inai.de + +- Fix package name repetition in summary. + ------------------------------------------------------------------- Wed Nov 15 09:59:13 UTC 2017 - mimi.vx@gmail.com diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index 3a8fa0c..aebbb49 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -15,18 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-sugar Version: 0.9.0 Release: 0 +Summary: Pretty printer for pytest progress License: BSD-3-Clause -Summary: pytest-sugar - pretty printer for pytest progress -Url: http://pivotfinland.com/pytest-sugar/ Group: Development/Languages/Python +Url: http://pivotfinland.com/pytest-sugar/ Source: https://files.pythonhosted.org/packages/source/p/pytest-sugar/pytest-sugar-%{version}.tar.gz +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} Requires: python-pytest Requires: python-termcolor BuildArch: noarch