Update to 3.1.10

This commit is contained in:
qiaojijun 2022-09-15 13:45:02 +08:00
parent 8c7b21091f
commit 66a5d83619
3 changed files with 6 additions and 3 deletions

View File

@ -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 <qiaojijun@kylinos.cn> - 3.1.10-1
- Update to 3.1.10
* Fri Jul 23 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated

Binary file not shown.

Binary file not shown.