File python-unittest2.changes of Package python-unittest2.1737
-------------------------------------------------------------------
Mon Dec 1 16:52:50 UTC 2014 - rhafer@suse.com
- Update to 0.8
* Issue #22457: Honour load_tests in the start_dir of discovery.
* 0.7.1:
- Fix for 0.7.0 being broken. Also switches from both manual and entrypoint
scripts to just entrypoint scripts to reduce the possibility of similar
oversights in future.
* 0.7.0
- This release contains backports from cPython 3.5 of all (I think) commits
since 2010, as of today.
* 0.6.0
- Changed supported Python versions to start at 2.6, and include all released
3.x and pypy. (Robert Collins)
- Invoking `unit2` without args starts test discovery
- Added `TestCase.assertWarns` and `TestCase.assertWarnsRegexp` context
managers
- Fix Python issue 9926. TestSuite subclasses that override __call__ are
called correctly.
- Removed unused `maxDiff` parameter from `TestCase.assertSequenceEqual`.
- DeprecationWarning for unsupported result objects (missing addSkip
method) became RuntimeWarning.
- Addition of `TestCase.assertWarns` as a context manager.
- removed py3k tarball, was not used and does not exist for 0.8.0 anymore
-------------------------------------------------------------------
Sat Jun 9 03:33:51 UTC 2012 - highwaystar.ru@gmail.com
- python3 package added
- spec file improved (files section)
-------------------------------------------------------------------
Fri Sep 2 11:00:23 UTC 2011 - saschpe@suse.de
- Cleaned up spec file
- Changed license to BSD-3-Clause
-------------------------------------------------------------------
Tue Aug 10 06:24:57 UTC 2010 - pascal.bleser@opensuse.org
- initial package (0.5.1)