From 92d66e84231547518898a403bd4844e7bfe850ea Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:19:17 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- numpy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/numpy.spec b/numpy.spec index d4b10ee..8e97532 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 #uncomment next line for a release candidate or a beta #%%global relc rc1 @@ -21,7 +20,7 @@ Name: numpy Version: 1.24.3 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -211,6 +210,9 @@ python3 runtests.py --no-build -- -ra -k 'not test_ppc64_ibm_double_double128 %{ %changelog +* Fri Jun 16 2023 Python Maint - 1:1.24.3-3 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 1:1.24.3-2 - Bootstrap for Python 3.12