Bootstrap for Python 3.13

This commit is contained in:
Python Maint 2024-06-08 16:33:15 +02:00 committed by Miro Hrončok
parent d00b0e73ea
commit 9f96adbdff

View File

@ -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 <python-maint@redhat.com> - 1.11.3-12
- Bootstrap for Python 3.13
* Sat Jun 08 2024 Miro Hrončok <mhroncok@redhat.com> - 1.11.3-11
- Relax the pythran dependency