From b8c0d1b275491b24ca95ee916a79a6a155e424b4 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 10:25:56 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- numpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numpy.spec b/numpy.spec index b8beaf9..7bfe40b 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with tests %global blaslib flexiblas @@ -159,6 +159,9 @@ python3 runtests.py \ %doc docs/* THANKS.* site.cfg.example %changelog +* Wed Mar 13 2024 Zhao Hang - 1.24.4-2 +- Rebuild with python3.11 + * Mon Dec 25 2023 Chunmei Xu - 1:1.24.4-1 - update to 1.24.4 -- Gitee