forked from pool/python-fixtures
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
d4dfc85d59
commit
60e297044b
@@ -13,15 +13,16 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-fixtures
|
||||
Version: 0.3.12
|
||||
Version: 0.3.14
|
||||
Release: 0
|
||||
License: Apache-2.0 and BSD-3-Clause
|
||||
Summary: Fixtures, reusable state for writing clean tests and more
|
||||
Url: https://launchpad.net/python-fixtures
|
||||
License: Apache-2.0 and BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/python-fixtures
|
||||
Source: http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-testtools >= 0.9.22
|
||||
|
||||
Reference in New Issue
Block a user