From bb3557872800649b9da711e85fd2307d41b4c7e7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 00:05:31 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- scipy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scipy.spec b/scipy.spec index 6df79a8..04c571a 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,3 +1,4 @@ +%global _without_pythran 1 # without means enabled %bcond_with doc @@ -25,7 +26,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.10.1 -Release: 3%{?dist} +Release: 4%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -231,6 +232,9 @@ popd %endif %changelog +* Wed Jun 14 2023 Python Maint - 1.10.1-4 +- Bootstrap for Python 3.12 + * Tue May 23 2023 Yaakov Selkowitz - 1.10.1-3 - Avoid pytest-xdist dependency in RHEL builds