14
0

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

update

OBS-URL: https://build.opensuse.org/request/show/171110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=13
This commit is contained in:
Denisart Benjamin
2013-04-16 12:23:34 +00:00
committed by Git OBS Bridge
parent 4188460ee6
commit 868fd7ce8c
6 changed files with 37 additions and 13 deletions

View File

@@ -17,13 +17,13 @@
Name: python3-testtools
Version: 0.9.24
Version: 0.9.29
Release: 0
Summary: Extensions to the Python Standard Library Unit Testing Framework
License: MIT
Group: Development/Languages/Python
Url: https://launchpad.net/testtools
Source: testtools-%{version}.tar.gz
Source: https://launchpad.net/testtools/trunk/%{version}/+download/testtools-%{version}.tar.gz
BuildRequires: python-Sphinx
BuildRequires: python3
BuildRequires: python3-devel
@@ -47,12 +47,13 @@ cd doc && make html && rm _build/html/.buildinfo # Build HTML documentation
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python3 setup.py test
# There is a mistake in setup.cfg; test command has no catch option; disable it for instance
#%check
#python3 setup.py test
%files
%defattr(-,root,root,-)
%doc LICENSE NEWS README doc/_build/html
%doc LICENSE NEWS README.rst doc/_build/html
%{python3_sitelib}/testtools*
%changelog