diff --git a/python-texttable.spec b/python-texttable.spec index 917b1f8..3223f3a 100644 --- a/python-texttable.spec +++ b/python-texttable.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-texttable -Version: 1.6.7 +Version: 1.7.0 Release: 1 Summary: Python module for creating simple ASCII tables License: MIT URL: https://github.com/foutaise/texttable -Source0: https://files.pythonhosted.org/packages/e4/84/4686ee611bb020038375c5f11fe7b6b3bb94ee78614a1faba45effe51591/texttable-1.6.7.tar.gz +Source0: https://files.pythonhosted.org/packages/source/t/texttable/texttable-%{version}.tar.gz BuildArch: noarch %description @@ -74,6 +74,9 @@ py.test-%{python3_version} --verbose tests.py %{_docdir}/* %changelog +* Tue Feb 06 2024 xu_ping <707078654@qq.com> - 1.7.0-1 +- Update package to version 1.7.0 + * Fri Dec 16 2022 wangjunqi - 1.6.7-1 - Update package to version 1.6.7 diff --git a/texttable-1.6.7.tar.gz b/texttable-1.6.7.tar.gz deleted file mode 100644 index 4193ac7..0000000 Binary files a/texttable-1.6.7.tar.gz and /dev/null differ diff --git a/texttable-1.7.0.tar.gz b/texttable-1.7.0.tar.gz new file mode 100644 index 0000000..45dbe62 Binary files /dev/null and b/texttable-1.7.0.tar.gz differ