From 62185b3bfec094141082b59f2995ed918146476f Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 16:08:45 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-prettytable.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-prettytable.spec b/python-prettytable.spec index d17419c..d757f12 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define debug_package %{nil} %global pypi_name prettytable @@ -65,6 +65,9 @@ doc files for python3-%{pypi_name} %doc README.md CHANGELOG.md %changelog +* Wed Mar 13 2024 Zhao Hang - 3.6.0-2 +- Rebuild with python3.11 + * Tue Jan 03 2023 mgb01105731 - 3.6.0-1 - update to version 3.6.0 -- Gitee