From ad0b0d8755503ead248a8cec8fd83d7387e0d379 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 16 Dec 2024 21:19:06 -0700 Subject: [PATCH] Rebuild with numpy 2.0 --- python-Bottleneck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 270d444..d9a85d7 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -2,7 +2,7 @@ Name: python-%{upname} Version: 1.3.7 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Collection of fast NumPy array functions written in Cython # Automatically converted from old format: BSD - review is highly recommended. @@ -103,6 +103,9 @@ rm -rf %{buildroot}%{python3_sitearch}/.pytest_cache %changelog +* Tue Dec 17 2024 Orion Poplawski - 1.3.7-9 +- Rebuild with numpy 2.0 + * Wed Sep 04 2024 Miroslav Suchý - 1.3.7-8 - convert license to SPDX