From d6af34b23fedd3654822eaa3e3348081a2517af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Wed, 26 Oct 2022 07:52:47 +0000 Subject: [PATCH] Rebuild for next release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张瑞方 (cherry picked from commit ea548f1c6cd4cda88175681351daab057bfe52dc) --- python-prettytable.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-prettytable.spec b/python-prettytable.spec index 87a528e..1570d65 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,6 +1,6 @@ Name: python-prettytable Version: 2.4.0 -Release: 1 +Release: 2 Summary: Display tabular data in a visually appealing ASCII table format. License: BSD URL: http://pypi.python.org/pypi/PrettyTable @@ -53,6 +53,9 @@ This package is for python3. %{python3_sitelib}/prettytable-%{version}* %changelog +* Wed Oct 26 2022 zhangruifang - 2.4.0-2 +- Rebuild for next release + * Mon Dec 27 2021 yanglongkang -2.4.0-1 - upadate to 2.4.0 -- Gitee