diff --git a/scipy.spec b/scipy.spec index 7f68a54..1e91f50 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,3 +1,5 @@ +%global _without_doc 1 +%global _without_pythran 1 # without means enabled %bcond_with doc @@ -25,7 +27,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.8.1 -Release: 2%{?dist} +Release: 3%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -207,6 +209,9 @@ popd %endif %changelog +* Tue Jun 14 2022 Python Maint - 1.8.1-3 +- Bootstrap for Python 3.11 + * Tue Jun 14 2022 Python Maint - 1.8.1-2 - Rebuilt for Python 3.11