From 9f96adbdfff9fe84f19caacda851bbe9bf3ea7c4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sat, 8 Jun 2024 16:33:15 +0200 Subject: [PATCH] Bootstrap for Python 3.13 --- scipy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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