From 56a63b18e4a31e2883f16aabd03b2a80d3ba1199 Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Tue, 16 Dec 2025 22:54:11 +0800 Subject: [PATCH] Update code from upstream --- numpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numpy.spec b/numpy.spec index 1c0f89b..f6619b9 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 5 %bcond_with tests %global blaslib flexiblas @@ -169,6 +169,9 @@ python3 runtests.py \ %doc docs/* THANKS.* site.cfg.example %changelog +* Tue Oct 29 2024 Troy Dawson - 1:1.26.4-5 +- Bump release for October 2024 mass rebuild: + * Wed Apr 23 2025 Chunchao Zhang - 1.26.4-2 - Add sw_64 support -- Gitee