diff --git a/python-prettytable.spec b/python-prettytable.spec index d757f120fdbb505034c724927937d252aeb00ea5..aba5da2a0845afa05b78a14375e5a77cf3e03896 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,11 +1,11 @@ -%define anolis_release 2 +%define anolis_release 1 %define debug_package %{nil} %global pypi_name prettytable %global pypi_version 3.6.0 Name: python-prettytable -Version: %{pypi_version} +Version: 3.7.1 Release: %{anolis_release}%{?dist} Summary: A simple Python library for easily displaying tabular data in a visually appealing ASCII table format License: BSD (3 clause) @@ -65,6 +65,10 @@ doc files for python3-%{pypi_name} %doc README.md CHANGELOG.md %changelog +* Mon Oct 07 2024 Auto Generated User - 3.7.1-1 +- Sync upstream changes from commit ad17aeb0728b0891dfc847d488478c823ab453f6 +- Bump release for October 2024 mass rebuild + * Wed Mar 13 2024 Zhao Hang - 3.6.0-2 - Rebuild with python3.11