15
0
forked from pool/python-ddt

Accepting request 213724 from Cloud:OpenStack:Master

- update to 0.5.0:
  * Fix bug where test methods were named with data __name__ only

OBS-URL: https://build.opensuse.org/request/show/213724
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=2
This commit is contained in:
Denisart Benjamin
2014-01-13 17:28:18 +00:00
committed by Git OBS Bridge
parent b5a9c7bc4c
commit ccc1bd232e
4 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ddt
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-ddt
Version: 0.4.0
Version: 0.5.0
Release: 0
License: MIT
Summary: Data-Driven/Decorated Tests
Url: https://github.com/txels/ddt
License: MIT
Group: Development/Languages/Python
Url: https://github.com/txels/ddt
Source: https://pypi.python.org/packages/source/d/ddt/ddt-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools