From 58539acd9009621ad8ef138b1963321f2e556888 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 17 Jun 2022 13:25:12 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- scipy.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scipy.spec b/scipy.spec index 020911b..6ca12ff 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,5 +1,3 @@ -%global _without_doc 1 -%global _without_pythran 1 # without means enabled %bcond_with doc @@ -27,7 +25,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.8.1 -Release: 3%{?dist} +Release: 4%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -210,6 +208,9 @@ popd %endif %changelog +* Fri Jun 17 2022 Python Maint - 1.8.1-4 +- Rebuilt for Python 3.11 + * Tue Jun 14 2022 Python Maint - 1.8.1-3 - Bootstrap for Python 3.11