Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 13:50:32 +02:00 committed by Tomáš Hrnčiar
parent 633c962bef
commit ad63c1ac47
1 changed files with 6 additions and 1 deletions

View File

@ -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 <python-maint@redhat.com> - 1.8.1-3
- Bootstrap for Python 3.11
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.8.1-2
- Rebuilt for Python 3.11