diff --git a/python-testtools.changes b/python-testtools.changes index 47609c2..7372d6c 100644 --- a/python-testtools.changes +++ b/python-testtools.changes @@ -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 diff --git a/python-testtools.spec b/python-testtools.spec index 6a21ae6..ec35820 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -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} diff --git a/testtools-0.9.32.tar.gz b/testtools-0.9.32.tar.gz deleted file mode 100644 index 40711b1..0000000 --- a/testtools-0.9.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d87b7e4cc632f4a96dcb52214ebc89e5914e8b35ab795e662ff0bb7efc98afea -size 172852 diff --git a/testtools-0.9.33.tar.gz b/testtools-0.9.33.tar.gz new file mode 100644 index 0000000..b962d36 --- /dev/null +++ b/testtools-0.9.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3 +size 192916