diff --git a/ddt-1.4.4.tar.gz b/ddt-1.4.4.tar.gz deleted file mode 100644 index a8d40e7..0000000 Binary files a/ddt-1.4.4.tar.gz and /dev/null differ diff --git a/ddt-1.6.0.tar.gz b/ddt-1.6.0.tar.gz new file mode 100644 index 0000000..32a443a Binary files /dev/null and b/ddt-1.6.0.tar.gz differ diff --git a/python-ddt.spec b/python-ddt.spec index 4eb87b0..9549b91 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -1,12 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-ddt -Version: 1.4.4 +Version: 1.6.0 Release: 1 Summary: Data-Driven/Decorated Tests License: MIT URL: https://github.com/datadriventests/ddt -Source0: https://files.pythonhosted.org/packages/7a/02/32d3275e7d1793436c6373fe43d2808f52932ea002f1086961a7301c8ab8/ddt-1.4.4.tar.gz +Source0: https://files.pythonhosted.org/packages/c2/b2/20cfe16303e0bef0b2fb54024118ff97fa752414763ab626486794dab072/ddt-1.6.0.tar.gz BuildArch: noarch + %description A library to multiply test cases @@ -80,8 +81,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 29 2022 jiangxinyu - 1.6.0-1 +- Upgrade to 1.6.0 + * Thu May 19 2022 renliang16 - 1.4.4-1 - Upgrade package python3-ddt to version 1.4.4 -* Thu Nov 19 2020 Python_Bot +* Thu Nov 19 2020 Python_Bot - 1.4.1-1 - Package Spec generated