diff --git a/ddt-1.4.4.tar.gz b/ddt-1.4.4.tar.gz deleted file mode 100644 index 0d1bb11..0000000 --- a/ddt-1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8de39a69730442dc835e4d33f9d2e33043ff91151c8d18086959ee556febb9f8 -size 12176 diff --git a/ddt-1.6.0.tar.gz b/ddt-1.6.0.tar.gz new file mode 100644 index 0000000..745d82d --- /dev/null +++ b/ddt-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71b348731b8c78c3100bffbd951a769fbd439088d1fdbb3841eee019af80acd +size 13357 diff --git a/python-ddt.changes b/python-ddt.changes index 7a74f75..8ccd9bc 100644 --- a/python-ddt.changes +++ b/python-ddt.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 26 10:38:04 UTC 2022 - Dirk Müller + +- update to 1.6.0: + * Moved @named_data into main ddt.py module so it can be imported + * Enable usage of Sequence in named_data.py + * @named_data decorator to give tests with @DaTa custom names + * End support for 3.5 + * Add new Python versions support + ------------------------------------------------------------------- Mon Nov 8 10:11:16 UTC 2021 - Dirk Müller diff --git a/python-ddt.spec b/python-ddt.spec index fc4f3e4..5f11b0e 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -1,7 +1,7 @@ # # spec file for package python-ddt # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-ddt -Version: 1.4.4 +Version: 1.6.0 Release: 0 Summary: Data-Driven/Decorated Tests License: MIT