File python-fixtures.changes of Package python-fixtures
-------------------------------------------------------------------
Mon Sep 15 09:16:54 UTC 2014 - tbechtold@suse.com
- update to version 0.3.16:
* Fixed 0.3.15 on Python 2.6 - version info is a plain tuple there.
* ``FakePopen`` now supports being called under a context manager (IE: with).
* ``FakeProcess`` now supports kill().
* ``FakeProcess`` wait() now supports arguments added in Python 3.
* ``MonkeyPatch`` now preserves ``staticmethod`` functions.
- Add python-testtools as Requires
-------------------------------------------------------------------
Tue May 20 16:24:01 UTC 2014 - dmueller@suse.com
- move unittest2 to the SLE11-specific requires (not needed on python 2.7+)
-------------------------------------------------------------------
Tue Apr 8 08:43:05 UTC 2014 - dmueller@suse.com
- fix license declaration
-------------------------------------------------------------------
Fri Mar 7 13:14:15 UTC 2014 - speilicke@suse.com
- Fix the real issue instead
-------------------------------------------------------------------
Fri Feb 14 17:10:50 UTC 2014 - dmueller@suse.com
- only run testsuite when it actually runs
-------------------------------------------------------------------
Fri Feb 14 09:32:54 UTC 2014 - speilicke@suse.com
- Run testsuite
-------------------------------------------------------------------
Wed Sep 4 13:15:26 UTC 2013 - speilicke@suse.com
- Update to version 0.3.14
+ FakePopen can now override the returncode attribute.
- Changes from version 0.3.13:
+ Documentation hopefully covers TestWithFixtures a little better.
+ FakePopen now accepts all the parameters available in Python 2.7.
+ FakePopen now only passes parameters to the get_info routine if the
caller supplied them.
+ setup.py now lists the testtools dependency which was missing.
-------------------------------------------------------------------
Mon Jan 14 12:32:13 UTC 2013 - saschpe@suse.de
- Initial version