From ccc1bd232e503e2fda028ce8f2200f5f644cf23859420002e966a6c7d619314c Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Mon, 13 Jan 2014 17:28:18 +0000 Subject: [PATCH] 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 --- ddt-0.4.0.tar.gz | 3 --- ddt-0.5.0.tar.gz | 3 +++ python-ddt.changes | 6 ++++++ python-ddt.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 ddt-0.4.0.tar.gz create mode 100644 ddt-0.5.0.tar.gz diff --git a/ddt-0.4.0.tar.gz b/ddt-0.4.0.tar.gz deleted file mode 100644 index 4df781a..0000000 --- a/ddt-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b094baab7d3dd9a82e4a10d05c1a47c4f2b74f35d27d8a537708fdffc9abe857 -size 3456 diff --git a/ddt-0.5.0.tar.gz b/ddt-0.5.0.tar.gz new file mode 100644 index 0000000..7dc20d1 --- /dev/null +++ b/ddt-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a949129799cca57dc31c862d326e10fcf61dc7e2ed5e5ea2fce96fb4423c44 +size 3620 diff --git a/python-ddt.changes b/python-ddt.changes index 6cf1863..aaa889a 100644 --- a/python-ddt.changes +++ b/python-ddt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 13 14:04:36 UTC 2014 - dmueller@suse.com + +- update to 0.5.0: + * Fix bug where test methods were named with data __name__ only + ------------------------------------------------------------------- Tue Sep 17 07:17:24 UTC 2013 - speilicke@suse.com diff --git a/python-ddt.spec b/python-ddt.spec index 9200350..8cd9809 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -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