From 599f96e2226c4c6d3efd86d75f5ecd4a5c8b506f Mon Sep 17 00:00:00 2001 From: wenxin Date: Tue, 5 Aug 2025 13:57:00 +0800 Subject: [PATCH] Rebuild with Python3.11 --- python-fire.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-fire.spec b/python-fire.spec index 14acf4e..e24448b 100644 --- a/python-fire.spec +++ b/python-fire.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name fire %global pypi_version 0.5.0 @@ -51,5 +51,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Tue Aug 05 2025 wenxin - 0.5.0-2 +- Rebuild with Python3.11 + * Thu Jan 18 2024 Zhongling He - 0.5.0-1 -- Initial package. \ No newline at end of file +- Initial package. + -- Gitee