forked from pool/python-testtools
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:
committed by
Git OBS Bridge
parent
bfe8a9a1df
commit
afcbf2d3ec
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 17 16:48:32 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.9.33
|
||||||
|
+ Added ``addDetailuniqueName`` method to ``testtools.TestCase`` class.
|
||||||
|
+ Removed some unused code from ``testtools.content.TracebackContent``.
|
||||||
|
+ Added ``testtools.StackLinesContent``: a content object for displaying
|
||||||
|
pre-processed stack lines.
|
||||||
|
+ ``StreamSummary`` was calculating testsRun incorrectly: ``exists`` status
|
||||||
|
tests were counted as run tests, but they are not.
|
||||||
|
- Remove unwanted hidden file from documentation generated with Sphinx
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 25 11:35:04 UTC 2013 - speilicke@suse.com
|
Tue Jun 25 11:35:04 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: python-testtools
|
Name: python-testtools
|
||||||
Version: 0.9.32
|
Version: 0.9.33
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -57,6 +57,8 @@ also ports recent unittest changes all the way back to Python 2.4.
|
|||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
python setup.py build_sphinx
|
python setup.py build_sphinx
|
||||||
|
# Remove unwanted hidden file
|
||||||
|
rm build/sphinx/html/.buildinfo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d87b7e4cc632f4a96dcb52214ebc89e5914e8b35ab795e662ff0bb7efc98afea
|
|
||||||
size 172852
|
|
3
testtools-0.9.33.tar.gz
Normal file
3
testtools-0.9.33.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3
|
||||||
|
size 192916
|
Reference in New Issue
Block a user