14
0

Accepting request 249219 from Cloud:OpenStack:Master

New upstream release

OBS-URL: https://build.opensuse.org/request/show/249219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=14
This commit is contained in:
Jan Matejek
2014-09-15 14:02:16 +00:00
committed by Git OBS Bridge
parent 7d7034ca8e
commit 60b771f184
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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