From 2aab8f76bb2e0f3b8f7511536d1b9e67acfff6062fb076c831c4169b1786134e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 30 Aug 2019 00:48:15 +0000 Subject: [PATCH] Accepting request 727049 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/727049 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-junit-xml?expand=0&rev=2 --- python-junit-xml.changes | 5 +++++ python-junit-xml.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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}