From ab0be9900ee05bf8f711a8ed8ce6c0877987eece Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Fri, 22 Mar 2024 13:55:56 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-arrow.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-arrow.spec b/python-arrow.spec index c160780..dbd1407 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global python3_pkgversion 3 @@ -89,5 +89,8 @@ pytest-%{python3_version} tests %doc README.rst CHANGELOG.rst %changelog +* Fri Mar 22 2024 Zhao Hang - 1.2.3-2 +- Rebuild with python3.11 + * Fri Mar 17 2023 mgb01105731 - 1.2.3-1 - Init upstream from version 1.2.3 -- Gitee