diff --git a/prettytable-3.10.0.tar.gz b/prettytable-3.10.0.tar.gz deleted file mode 100644 index 04fe0933f238f4deaedaae7ccf951acda5563daf..0000000000000000000000000000000000000000 Binary files a/prettytable-3.10.0.tar.gz and /dev/null differ diff --git a/prettytable-3.16.0.tar.gz b/prettytable-3.16.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..15a0c476020132c957f7f0e5e1fa07ecce54268c Binary files /dev/null and b/prettytable-3.16.0.tar.gz differ diff --git a/python-prettytable.spec b/python-prettytable.spec index 0cf5722c4f8ec4d57660c300763d9a4fd2176f5d..f01836319b59ba430e49472e2d9cc58cc2fad70e 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-prettytable -Version: 3.10.0 +Version: 3.16.0 Release: 1 Summary: Display tabular data in a visually appealing ASCII table format. License: BSD-3-Clause URL: https://github.com/jazzband/prettytable -Source0: https://files.pythonhosted.org/packages/19/d3/7cb826e085a254888d8afb4ae3f8d43859b13149ac8450b221120d4964c9/prettytable-3.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/99/b1/85e18ac92afd08c533603e3393977b6bc1443043115a47bb094f3b98f94f/prettytable-3.16.0.tar.gz BuildArch: noarch %description @@ -64,6 +64,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Jun 17 2025 liujunheng - 3.16.0-1 +- update package to version 3.16.0 + * Mon May 20 2024 lilu - 3.10.0-1 - Update package to version 3.10.0 - Add support for Python 3.13