14
0

- 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:
Sascha Peilicke
2013-09-04 13:12:50 +00:00
committed by Git OBS Bridge
parent d4dfc85d59
commit 60e297044b
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e70e85f822303f046ad93a15072ba9b98e31a61732642b658f0b7ea68588aa0
size 34405

3
fixtures-0.3.14.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cc3313e52519d2671bd22aacd4b3fde9d96b31eb49db04a7cd5ccc61fec5139
size 34586

View File

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

View File

@@ -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