14
0

Accepting request 215507 from Cloud:OpenStack:Master

- update to 0.9.35:
  * Removed a number of code paths where Python 2.4 and Python 2.5 were
    explicitly handled. (Daniel Watkins)
  * Added the ``testtools.TestCase.expectThat`` method, which implements
    delayed assertions. (Thomi Richards)
  * Docs are now built as part of the Travis-CI build, reducing the chance of
    Read The Docs being broken accidentally. (Daniel Watkins, #1158773)

OBS-URL: https://build.opensuse.org/request/show/215507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=30
This commit is contained in:
Denisart Benjamin
2014-01-29 12:35:49 +00:00
committed by Git OBS Bridge
parent bfcee6fb55
commit 30e8b429f0
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 29 12:31:27 UTC 2014 - dmueller@suse.com
- update to 0.9.35:
* Removed a number of code paths where Python 2.4 and Python 2.5 were
explicitly handled. (Daniel Watkins)
* Added the ``testtools.TestCase.expectThat`` method, which implements
delayed assertions. (Thomi Richards)
* Docs are now built as part of the Travis-CI build, reducing the chance of
Read The Docs being broken accidentally. (Daniel Watkins, #1158773)
-------------------------------------------------------------------
Mon Jan 13 13:44:49 UTC 2014 - dmueller@suse.com