import scipy-1.0.0-21.module+el8.5.0+10858+05337455

This commit is contained in:
CentOS Sources 2021-10-06 04:34:53 -04:00 committed by Stepan Oksanichenko
parent 4f16e1a85d
commit ed9790d3e8

View File

@ -16,7 +16,7 @@
Summary: Scientific Tools for Python Summary: Scientific Tools for Python
Name: scipy Name: scipy
Version: 1.0.0 Version: 1.0.0
Release: 20%{?dist} Release: 21%{?dist}
Group: Development/Libraries Group: Development/Libraries
# BSD -- whole package except: # BSD -- whole package except:
@ -241,6 +241,9 @@ env CFLAGS="$RPM_OPT_FLAGS" \
%check %check
# Do not create -PYTEST.pyc files
export PYTHONDONTWRITEBYTECODE=1
# Skip all tests on s390x because they hangs unexpectedly and randomly # Skip all tests on s390x because they hangs unexpectedly and randomly
# and pytest-timeout has no effect. Note that the outcome of the tests # and pytest-timeout has no effect. Note that the outcome of the tests
# is ignored anyway so by disabling the test for s390x we are not doing # is ignored anyway so by disabling the test for s390x we are not doing
@ -286,6 +289,10 @@ popd
%endif # with python3 %endif # with python3
%changelog %changelog
* Thu Mar 04 2021 Nikola Forró <nforro@redhat.com> - 1.0.0-21
- Do not create -PYTEST.pyc files
- Resolves: rhbz#1934199
* Tue Jun 04 2019 Nikola Forró <nforro@redhat.com> - 1.0.0-20 * Tue Jun 04 2019 Nikola Forró <nforro@redhat.com> - 1.0.0-20
- Fix python{2,3}-six Requires - Fix python{2,3}-six Requires
- Resolves: rhbz#1709599 - Resolves: rhbz#1709599