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.12.0.tar.gz b/prettytable-3.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d3d3d2e6d52f0e96b5a3d7d570851f5ed6bda098 Binary files /dev/null and b/prettytable-3.12.0.tar.gz differ diff --git a/python-prettytable.spec b/python-prettytable.spec index 0cf5722c4f8ec4d57660c300763d9a4fd2176f5d..77a326c5c2ba2b6f3efd65de7d92917437f860d3 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.12.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/source/p/prettytable/prettytable-%{version}.tar.gz BuildArch: noarch %description @@ -64,6 +64,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Nov 07 2024 Wenhua Huang - 3.12.0-1 +- Update package to version 3.12.0 + * Mon May 20 2024 lilu - 3.10.0-1 - Update package to version 3.10.0 - Add support for Python 3.13