14
0

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

update to version 0.9.33

OBS-URL: https://build.opensuse.org/request/show/207342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=26
This commit is contained in:
Denisart Benjamin
2013-11-17 16:50:59 +00:00
committed by Git OBS Bridge
parent bfe8a9a1df
commit afcbf2d3ec
4 changed files with 18 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
%bcond_with tests
Name: python-testtools
Version: 0.9.32
Version: 0.9.33
Release: 0
Summary: Extensions to the Python Standard Library Unit Testing Framework
License: MIT
@@ -57,6 +57,8 @@ also ports recent unittest changes all the way back to Python 2.4.
%build
python setup.py build
python setup.py build_sphinx
# Remove unwanted hidden file
rm build/sphinx/html/.buildinfo
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}