From a2812afcc017ba55ce6453bcdd4e8e934b2fd162 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-joblib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-joblib.spec b/python-joblib.spec index 179afdb..531f5e0 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with check %global srcname joblib @@ -88,5 +88,8 @@ rm joblib/externals/cloudpickle/ -rf %doc README.rst %changelog +* Fri Mar 22 2024 Zhao Hang - 1.2.0-2 +- Rebuild with python3.11 + * Tue Mar 28 2023 yuanhui - 1.2.0-1 - Init package from upstream -- Gitee