diff --git a/python-terminaltables.spec b/python-terminaltables.spec index e077394..91a6cf6 100644 --- a/python-terminaltables.spec +++ b/python-terminaltables.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-terminaltables -Version: 3.1.0 +Version: 3.1.10 Release: 1 Summary: Generate simple tables in terminals from a nested list of strings. License: MIT URL: https://github.com/Robpol86/terminaltables -Source0: https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff/terminaltables-3.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/f5/fc/0b73d782f5ab7feba8d007573a3773c58255f223c5940a7b7085f02153c3/terminaltables-3.1.10.tar.gz BuildArch: noarch %description @@ -26,7 +26,7 @@ Provides: python3-terminaltables-doc Development documents and examples for terminaltables. %prep -%autosetup -n terminaltables-3.1.0 +%autosetup -n terminaltables-%{version} %build %py3_build @@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 15 2022 Qiao Jijun - 3.1.10-1 +- Update to 3.1.10 + * Fri Jul 23 2021 Python_Bot - Package Spec generated diff --git a/terminaltables-3.1.0.tar.gz b/terminaltables-3.1.0.tar.gz deleted file mode 100644 index 3132deb..0000000 Binary files a/terminaltables-3.1.0.tar.gz and /dev/null differ diff --git a/terminaltables-3.1.10.tar.gz b/terminaltables-3.1.10.tar.gz new file mode 100644 index 0000000..5c8d502 Binary files /dev/null and b/terminaltables-3.1.10.tar.gz differ