15
0

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
This commit is contained in:
Tomáš Chvátal
2019-08-30 00:48:15 +00:00
committed by Git OBS Bridge
parent 03344bba2a
commit 2aab8f76bb
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 29 14:59:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Thu Aug 8 01:29:00 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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}