diff --git a/prettytable-3.6.0.tar.gz b/prettytable-3.6.0.tar.gz deleted file mode 100644 index c3f3fb5a9133254d3ae4b5dabe2a42a2ef272a29..0000000000000000000000000000000000000000 Binary files a/prettytable-3.6.0.tar.gz and /dev/null differ diff --git a/prettytable-3.8.0.tar.gz b/prettytable-3.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ea5b8f87e05befd1da3d94780b208ae387a566af Binary files /dev/null and b/prettytable-3.8.0.tar.gz differ diff --git a/python-prettytable.spec b/python-prettytable.spec index 072b29517004434df647b0ab5531aa4f823dd3db..abe720d48529093de7e727cb03b9e5d2699d982e 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-prettytable -Version: 3.6.0 -Release: 2 +Version: 3.8.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/ba/b6/8e78337766d4c324ac22cb887ecc19487531f508dbf17d922b91492d55bb/prettytable-3.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/18/fa/82e719efc465238383f099c08b5284b974f5002dbe12050bcbbc912366eb/prettytable-3.8.0.tar.gz BuildArch: noarch %description @@ -64,6 +64,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Jul 12 2023 niuyaru - 3.8.0-1 +- Update package to version 3.8.0 + * Fri Apr 28 2023 jiangxinyu - 3.6.0-2 - Use pyproject to compile package