From c093a07dcb529445b66199bc02b8a71f4d3ab417 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-pandas.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pandas.spec b/python-pandas.spec index 0797be2..fbc8561 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # We need to break some cycles with optional dependencies for bootstrapping; # given that a conditional is needed, we take the opportunity to omit as many # optional dependencies as possible for bootstrapping. @@ -636,5 +636,8 @@ export PYTHONHASHSEED="$( %changelog +* Wed Mar 13 2024 Zhao Hang - 1.5.3-2 +- Rebuild with python3.11 + * Wed May 03 2023 Funda Wang - 1.5.3-1 - Import package for anolis 23 -- Gitee