diff --git a/python-junit-xml.changes b/python-junit-xml.changes index 1ed2da9..9b87364 100644 --- a/python-junit-xml.changes +++ b/python-junit-xml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 29 14:59:15 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Thu Aug 8 01:29:00 AM UTC 2019 - John Vandenberg diff --git a/python-junit-xml.spec b/python-junit-xml.spec index 6dfd55d..2f6ba6c 100644 --- a/python-junit-xml.spec +++ b/python-junit-xml.spec @@ -12,20 +12,21 @@ # 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-%{**}} Name: python-junit-xml Version: 1.8 Release: 0 +Summary: Module that creates JUnit XML test result documents License: MIT -Summary: Creates JUnit XML test result documents -Url: https://github.com/kyrus/python-junit-xml Group: Development/Languages/Python +Url: https://github.com/kyrus/python-junit-xml Source: https://files.pythonhosted.org/packages/source/j/junit-xml/junit-xml-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module six}