diff --git a/ddt-1.2.2.tar.gz b/ddt-1.2.2.tar.gz deleted file mode 100644 index 0afa99a..0000000 --- a/ddt-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f79cf234064cf9b43492b72da35c473de3f03163d37bd13cec5bd8d200dda6b -size 8969 diff --git a/ddt-1.3.0.tar.gz b/ddt-1.3.0.tar.gz new file mode 100644 index 0000000..d3037f3 --- /dev/null +++ b/ddt-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b83424766eea4d9ce25c8303bceba41a5678098dcf2d189b22b09a6685ff2f4 +size 10078 diff --git a/python-ddt.changes b/python-ddt.changes index b9f1c7b..685e163 100644 --- a/python-ddt.changes +++ b/python-ddt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 14 15:49:10 UTC 2020 - Dirk Mueller + +- update to 1.3.0: + * Added the ability to specify the YAML loader in the file_data decorator (#77) + * Dropped Python 3.4 support + ------------------------------------------------------------------- Wed Jan 22 10:35:00 UTC 2020 - Tomáš Chvátal diff --git a/python-ddt.spec b/python-ddt.spec index 52be95d..ee51ffb 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-ddt -Version: 1.2.2 +Version: 1.3.0 Release: 0 Summary: Data-Driven/Decorated Tests License: MIT