From 1cd04fab66e4d4ad36673929d0561c03582dec616a434c8b0c21b7268c9cddab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Dec 2015 21:56:46 +0000 Subject: [PATCH] - update to 1.0.1: * specify minimum version of six * Fix different test names with different runs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=8 --- ddt-1.0.0.tar.gz | 3 --- ddt-1.0.1.tar.gz | 3 +++ python-ddt.changes | 8 +++++++- python-ddt.spec | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 ddt-1.0.0.tar.gz create mode 100644 ddt-1.0.1.tar.gz diff --git a/ddt-1.0.0.tar.gz b/ddt-1.0.0.tar.gz deleted file mode 100644 index 50afeb8..0000000 --- a/ddt-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e24ecb7e2cf0bf43fa9d4255d3ae2bd0b7ce30b1d1b89ace7aa68aca1152f37a -size 5535 diff --git a/ddt-1.0.1.tar.gz b/ddt-1.0.1.tar.gz new file mode 100644 index 0000000..892c55e --- /dev/null +++ b/ddt-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9b43149db1047696018feefcb8d01ae3a121335d8290a0bb72fe63814ba427 +size 5530 diff --git a/python-ddt.changes b/python-ddt.changes index 7cf5b22..626f112 100644 --- a/python-ddt.changes +++ b/python-ddt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 15 21:55:39 UTC 2015 - dmueller@suse.com + +- update to 1.0.1: + * specify minimum version of six + * Fix different test names with different runs + ------------------------------------------------------------------- Thu Feb 5 15:11:06 UTC 2015 - tbechtold@suse.com @@ -63,4 +70,3 @@ Mon Jan 13 14:04:36 UTC 2014 - dmueller@suse.com Tue Sep 17 07:17:24 UTC 2013 - speilicke@suse.com - Initial version - diff --git a/python-ddt.spec b/python-ddt.spec index 8812b3c..cc86d37 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -17,7 +17,7 @@ Name: python-ddt -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Data-Driven/Decorated Tests License: MIT