From 089b90186561cb373cd41655176a5cc687d1401b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:26:59 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- numpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numpy.spec b/numpy.spec index a605464..d594033 100644 --- a/numpy.spec +++ b/numpy.spec @@ -20,7 +20,7 @@ Name: numpy Version: 1.22.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -209,6 +209,9 @@ python3 runtests.py --no-build -- -ra -k 'not test_ppc64_ibm_double_double128 an %changelog +* Mon Jun 13 2022 Python Maint - 1:1.22.0-5 +- Rebuilt for Python 3.11 + * Mon Mar 07 2022 Karolina Surma - 1:1.22.0-4 - Work around the test failures with setuptools >= 60.x by using the Python's standard library distutils