diff --git a/scipy.spec b/scipy.spec index 3ffeaff..3600b84 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,3 +1,4 @@ +%global _without_pythran 1 # without means enabled %bcond_with doc @@ -36,7 +37,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.11.3 -Release: 11%{?dist} +Release: 12%{?dist} # BSD-3-Clause -- whole package except: # BSD-2-Clause -- scipy/_lib/_pep440.py @@ -323,6 +324,9 @@ popd %endif %changelog +* Sat Jun 08 2024 Python Maint - 1.11.3-12 +- Bootstrap for Python 3.13 + * Sat Jun 08 2024 Miro HronĨok - 1.11.3-11 - Relax the pythran dependency