14
0

Accepting request 783382 from home:pgajdos:python

- version update to 3.0.2
  * no upstream changelog found

OBS-URL: https://build.opensuse.org/request/show/783382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unittest-xml-reporting?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2020-03-10 13:23:08 +00:00
committed by Git OBS Bridge
parent 0044fd992b
commit 955f27f729
4 changed files with 11 additions and 7 deletions

View File

@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-unittest-xml-reporting
Version: 2.5.2
Version: 3.0.2
Release: 0
Summary: PyUnit-based test runner with JUnit like XML reporting
License: LGPL-3.0-or-later
@@ -33,9 +34,6 @@ BuildRequires: python-rpm-macros
Requires: python-six >= 1.4.0
Provides: python-xmlrunner = %{version}
BuildArch: noarch
%ifpython2
BuildRequires: python2-mock
%endif
%python_subpackages
%description