diff --git a/ddt-0.5.0.tar.gz b/ddt-0.5.0.tar.gz deleted file mode 100644 index 7dc20d1..0000000 --- a/ddt-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5a949129799cca57dc31c862d326e10fcf61dc7e2ed5e5ea2fce96fb4423c44 -size 3620 diff --git a/ddt-0.8.0.tar.gz b/ddt-0.8.0.tar.gz new file mode 100644 index 0000000..c52a2ad --- /dev/null +++ b/ddt-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5089f56e79acafe42e862bc2c76d28d4a4648010d4132999c78ab1f13bb0e5c3 +size 4696 diff --git a/python-ddt.changes b/python-ddt.changes index aaa889a..22ddac0 100644 --- a/python-ddt.changes +++ b/python-ddt.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Sep 15 08:48:09 UTC 2014 - tbechtold@suse.com + +- update to version 0.8.0: + * Ensure tests get different names by adding an ordinal + * Merge pull request #18 from elyezer/master + * Do not allow invalid characters on test names + * Ensure that new test functions are given the right name. + * Document use of + * Update docs to not keep track of example test output + * Stop testing on python 3.2 with tox + * Version 0.7.0 + * Fix flake8 issues + * Add flake8 checks to Travis-CI build + * Merge pull request #16 from ITAttractor/unpack-feature + * #3 test_example.py - added tests for @unpack decorator for + unpacking lists, tuples and dictionary + ddt.py - added unpack decorator that sets + UNPACK_ATTR for the decorated function + * added functionality to extract tuples into multiple parameters + * Add note about supported version in docs + * Increase version number + * Merge pull request #14 from txels/edx-support-unicode-data + * Update documentation for non-ASCII data + * Speed-up Travis build. + * Support python2 and python3 + * Add support for unicode in ddt data + * Build for Python 3.3 on Travis + ------------------------------------------------------------------- Mon Jan 13 14:04:36 UTC 2014 - dmueller@suse.com diff --git a/python-ddt.spec b/python-ddt.spec index 8cd9809..f072a2e 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -17,7 +17,7 @@ Name: python-ddt -Version: 0.5.0 +Version: 0.8.0 Release: 0 Summary: Data-Driven/Decorated Tests License: MIT