14
0

Accepting request 207090 from home:posophe:branches:devel:languages:python

Update to version 1.7.0
 + No changelog available

OBS-URL: https://build.opensuse.org/request/show/207090
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unittest-xml-reporting?expand=0&rev=9
This commit is contained in:
Denisart Benjamin
2013-11-15 22:12:23 +00:00
committed by Git OBS Bridge
parent a49a6a4f2c
commit 292d61ab45
4 changed files with 13 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
Name: python-unittest-xml-reporting
Version: 1.4.3
Version: 1.7.0
Release: 0
Url: http://github.com/danielfm/unittest-xml-reporting/tree/master/
Summary: PyUnit-based test runner with JUnit like XML reporting
@@ -28,13 +28,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-xml
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
unittest-xml-reporting is a unittest test runner that can save test results