From 6ac828b651c96ac3a75d4426c734cc4776d38fb6 Mon Sep 17 00:00:00 2001 From: wenxin Date: Wed, 13 Aug 2025 17:40:56 +0800 Subject: [PATCH] Rebuild with python3.11 --- python-arrow.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-arrow.spec b/python-arrow.spec index dbd1407..9320523 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global python3_pkgversion 3 @@ -89,6 +89,9 @@ pytest-%{python3_version} tests %doc README.rst CHANGELOG.rst %changelog +* Wed Aug 13 2025 wenxin - 1.2.3-3 +- Rebuild with python3.11 + * Fri Mar 22 2024 Zhao Hang - 1.2.3-2 - Rebuild with python3.11 -- Gitee