From e0999a67ad4d4573fea5303b55808e3dabc30b6c Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 7 May 2021 13:21:45 -0500 Subject: [PATCH] Python 3.10 fix. --- numpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numpy.spec b/numpy.spec index 6790b86..d067c3b 100644 --- a/numpy.spec +++ b/numpy.spec @@ -20,7 +20,7 @@ Name: numpy Version: 1.20.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -199,6 +199,9 @@ python3 runtests.py %changelog +* Fri May 07 2021 Gwyn Ciesla - 1:1.20.1-3 +- Python 3.10 fix. + * Fri Feb 12 2021 Nikola Forró - 1:1.20.1-2 - Fix build requirements, hypothesis is a test dependency