Update to 1.11.1
This commit is contained in:
parent
61875c9c3e
commit
e393801122
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ scipy-0.7.2.tar.gz
|
||||
/scipy-1.8.1.tar.gz
|
||||
/scipy-1.10.0.tar.gz
|
||||
/scipy-1.10.1.tar.gz
|
||||
/scipy-1.11.1.tar.gz
|
||||
|
14
scipy.spec
14
scipy.spec
@ -24,8 +24,8 @@
|
||||
|
||||
Summary: Scientific Tools for Python
|
||||
Name: scipy
|
||||
Version: 1.10.1
|
||||
Release: 5%{?dist}
|
||||
Version: 1.11.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
# BSD -- whole package except:
|
||||
# Boost -- scipy/special/cephes/scipy_iv.c
|
||||
@ -169,7 +169,8 @@ export PYTEST_ADDOPTS="-k '$SKIP_ALL'"
|
||||
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
|
||||
not test_solve_discrete_are and \
|
||||
not test_maxiter_worsening[lgmres] and \
|
||||
not test_concatenate_int32_overflow'"
|
||||
not test_concatenate_int32_overflow and \
|
||||
not test_expm_multiply_dtype'"
|
||||
TIMEOUT=1000
|
||||
%endif
|
||||
|
||||
@ -184,7 +185,8 @@ not test_dblint and \
|
||||
not TestUnivariateSpline and \
|
||||
not TestLSQBivariateSpline and \
|
||||
not TestPPoly and \
|
||||
not TestLevyStable'"
|
||||
not TestLevyStable and \
|
||||
not test_distance_transform_cdt05'"
|
||||
TIMEOUT=1000
|
||||
%endif
|
||||
|
||||
@ -231,6 +233,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2023 psimovec <psimovec@redhat.com> - 1.11.1-1
|
||||
- New upstream release 1.11.1
|
||||
- resolves: #2211813
|
||||
|
||||
* Mon Jul 10 2023 Python Maint <python-maint@redhat.com> - 1.10.1-5
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (scipy-1.10.1.tar.gz) = 767e1dee6285d98e4d58d8d8d1e3654b00e3216e9ad55455fc9473f1d044bef80ecce749bcd24d8f331367b882c9c3e6b652a6e901bb4296ddc7cc44699215b6
|
||||
SHA512 (scipy-1.11.1.tar.gz) = 049c9061ccbf101e6f93e055f905616bc7775fbc51c3af99d8533aedc828c5e55d525ccd98b7299280ed706f3298975f28127de9b66809dfe198b0cc4fef466b
|
||||
|
Loading…
Reference in New Issue
Block a user