forked from pool/python-fixtures
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:
committed by
Git OBS Bridge
parent
7d7034ca8e
commit
60b771f184
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cc3313e52519d2671bd22aacd4b3fde9d96b31eb49db04a7cd5ccc61fec5139
|
||||
size 34586
|
||||
3
fixtures-0.3.16.tar.gz
Normal file
3
fixtures-0.3.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cab74a99aec9345f3cdb41414f08f4b7d93deef0b9849ca2b2f321af9133975
|
||||
size 39153
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-fixtures
|
||||
Version: 0.3.14
|
||||
Version: 0.3.16
|
||||
Release: 0
|
||||
Summary: Fixtures, reusable state for writing clean tests and more
|
||||
License: Apache-2.0 or BSD-3-Clause
|
||||
@@ -36,6 +36,7 @@ BuildRequires: python-unittest2
|
||||
%else
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Requires: python-testtools
|
||||
|
||||
%description
|
||||
Fixtures defines a Python contract for reusable state / support logic,
|
||||
|
||||
Reference in New Issue
Block a user