From dcb85735bba4f32441157f7bd4f596be9187e74a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 Nov 2021 04:51:33 -0500 Subject: [PATCH] import scipy-1.0.0-21.module+el8.5.0+10858+05337455 --- SPECS/scipy.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SPECS/scipy.spec b/SPECS/scipy.spec index 11d3a84..4f8f9e3 100644 --- a/SPECS/scipy.spec +++ b/SPECS/scipy.spec @@ -16,7 +16,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.0.0 -Release: 20%{?dist} +Release: 21%{?dist} Group: Development/Libraries # BSD -- whole package except: @@ -241,6 +241,9 @@ env CFLAGS="$RPM_OPT_FLAGS" \ %check +# Do not create -PYTEST.pyc files +export PYTHONDONTWRITEBYTECODE=1 + # Skip all tests on s390x because they hangs unexpectedly and randomly # 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 @@ -286,6 +289,10 @@ popd %endif # with python3 %changelog +* Thu Mar 04 2021 Nikola Forró - 1.0.0-21 +- Do not create -PYTEST.pyc files +- Resolves: rhbz#1934199 + * Tue Jun 04 2019 Nikola Forró - 1.0.0-20 - Fix python{2,3}-six Requires - Resolves: rhbz#1709599