Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-scipy for openSUSE:Factory checked in at 2021-03-17 20:13:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scipy (Old) and /work/SRC/openSUSE:Factory/.python-scipy.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scipy" Wed Mar 17 20:13:52 2021 rev:45 rq:879292 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes 2021-02-10 21:29:49.826236127 +0100 +++ /work/SRC/openSUSE:Factory/.python-scipy.new.2401/python-scipy.changes 2021-03-17 20:14:29.606869612 +0100 @@ -1,0 +2,61 @@ +Wed Mar 3 19:09:30 UTC 2021 - Arun Persaud <[email protected]> + +- update to version 1.6.1: + * Issues closed + + #13072: BLD: Quadpack undefined references + + #13241: Not enough values to unpack when passing tuple to + `blocksize`... + + #13329: Large sparse matrices of big integers lose information + + #13342: fftn crashes if shape arguments are supplied as ndarrays + + #13356: LSQBivariateSpline segmentation fault when quitting the + Python... + + #13358: scipy.spatial.transform.Rotation object can not be + deepcopied... + + #13408: Type of `has_sorted_indices` property + + #13412: Sorting spherical Voronoi vertices leads to crash in + area calculation + + #13421: linear_sum_assignment - support for matrices with more + than 2^31... + + #13428: `stats.exponnorm.cdf` returns `nan` for small values of + `K`... + + #13465: KDTree.count_neighbors : 0xC0000005 error for tuple of + different... + + #13468: directed_hausdorff issue with shuffle + + #13472: Failures on FutureWarnings with numpy 1.20.0 for + lfilter, sosfilt... + + #13565: BUG: 32-bit wheels repo test failure in optimize + * Pull requests + + #13318: REL: prepare for SciPy 1.6.1 + + #13344: BUG: fftpack doesn't work with ndarray shape argument + + #13345: MAINT: Replace scipy.take with numpy.take in FFT + function docstrings. + + #13354: BUG: optimize: rename private functions to include + leading underscore + + #13387: BUG: Support big-endian platforms and big-endian WAVs + + #13394: BUG: Fix Python crash by allocating larger array in + LSQBivariateSpline + + #13400: BUG: sparse: Better validation for BSR ctor + + #13403: BUG: sparse: Propagate dtype through CSR/CSC + constructors + + #13414: BUG: maintain dtype of SphericalVoronoi regions + + #13422: FIX: optimize: use npy_intp to store array dims for lsap + + #13425: BUG: spatial: make Rotation picklable + + #13426: BUG: `has_sorted_indices` and `has_canonical_format` + should... + + #13430: BUG: stats: Fix exponnorm.cdf and exponnorm.sf for small + K + + #13470: MAINT: silence warning generated by + `spatial.directed_hausdorff` + + #13473: TST: fix failures due to new FutureWarnings in NumPy + 1.21.dev0 + + #13479: MAINT: update directed_hausdorff Cython code + + #13485: BUG: KDTree weighted count_neighbors doesn't work + between two... + + #13503: TST: fix `test_fortranfile_read_mixed_record` on + big-endian... + + #13518: DOC: document that pip >= 20.3.3 is needed for macOS 11 + + #13520: BLD: update reqs based on oldest-supported-numpy in + pyproject.toml + + #13567: TST, BUG: adjust tol on test_equivalence + +------------------------------------------------------------------- Old: ---- scipy-1.6.0.tar.gz New: ---- scipy-1.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scipy.spec ++++++ --- /var/tmp/diff_new_pack.TCz884/_old 2021-03-17 20:15:07.634921592 +0100 +++ /var/tmp/diff_new_pack.TCz884/_new 2021-03-17 20:15:07.634921592 +0100 @@ -17,22 +17,12 @@ %global flavor @BUILD_FLAVOR@%{nil} - %define _ver 1_6_0 %define shortname scipy %define pname python-%{shortname} - -%bcond_with ringdisabled - %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_') - -%if "%flavor" == "" -ExclusiveArch: do_not_build -%endif - %{?!python_module:%define python_module() python-%{**} python3-%{**}} - -%if "%flavor" == "standard" +%if "%{flavor}" == "standard" %bcond_with hpc %ifarch armv6l s390 s390x m68k riscv64 %bcond_with openblas @@ -48,25 +38,33 @@ %endif %endif %endif - -%if "%flavor" == "gnu-hpc" - %bcond_without hpc +%if "%{flavor}" == "gnu-hpc" %define compiler_family gnu + %bcond_without hpc %undefine c_f_ver %endif - -%if "%flavor" == "gnu7-hpc" - %bcond_without hpc +%if "%{flavor}" == "gnu7-hpc" %define compiler_family gnu %define c_f_ver 7 + %bcond_without hpc %endif - +%define skip_python2 1 +# https://numpy.org/neps/nep-0029-deprecation_policy.html +%define skip_python36 1 +%{?with_hpc:%{hpc_requires}} +%bcond_with ringdisabled %if %{without hpc} %define package_name %{pname} -%define p_python_sitearch %python_sitearch -%define p_prefix %_prefix -%define p_bindir %_bindir +%define p_python_sitearch %{python_sitearch} +%define p_prefix %{_prefix} +%define p_bindir %{_bindir} %else +%{!?compiler_family:%global compiler_family gnu} +%{hpc_init -c %{compiler_family} %{?c_f_ver:-v %{c_f_ver}} %{?ext:-e %{ext}}} +%define package_name %{hpc_package_name %{_ver}} +%define p_python_sitearch %{hpc_python_sitearch} +%define p_prefix %{hpc_prefix} +%define p_bindir %{hpc_bindir} # Magic for OBS Staging. Only build the flavors required by # other packages in the ring. %if %{with ringdisabled} @@ -75,25 +73,15 @@ %ifarch armv6l s390 s390x m68k riscv64 i586 ExclusiveArch: do_not_build %endif -%{!?compiler_family:%global compiler_family gnu} -%{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} %{?ext:-e %{ext}}} %{hpc_modules_init openblas} -%define package_name %{hpc_package_name %_ver} -%define p_python_sitearch %hpc_python_sitearch -%define p_prefix %hpc_prefix -%define p_bindir %hpc_bindir %endif - -%define skip_python2 1 -# https://numpy.org/neps/nep-0029-deprecation_policy.html -%define skip_python36 1 Name: %{package_name} -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: Scientific Tools for Python License: BSD-3-Clause AND LGPL-2.0-or-later Group: Development/Libraries/Python -URL: http://www.scipy.org +URL: https://www.scipy.org Source0: https://files.pythonhosted.org/packages/source/s/scipy/scipy-%{version}.tar.gz Source100: python-scipy-rpmlintrc BuildRequires: %{python_module Cython >= 0.29.18} @@ -104,18 +92,21 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: swig +%if "%{flavor}" == "" +ExclusiveArch: do_not_build +%endif %if %{without hpc} +BuildRequires: %{python_module numpy-devel >= 1.16.5} BuildRequires: gcc-c++ BuildRequires: gcc-fortran +Requires: python-numpy >= 1.16.5 +Requires: python-pybind11 >= 2.4.3 %if %{with openblas} BuildRequires: openblas-devel %else BuildRequires: blas-devel BuildRequires: lapack-devel %endif -BuildRequires: %{python_module numpy-devel >= 1.16.5} -Requires: python-numpy >= 1.16.5 -Requires: python-pybind11 >= 2.4.3 %else BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel >= 1.3 BuildRequires: %{python_module numpy%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel} @@ -125,7 +116,6 @@ Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc Requires: python-numpy%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc >= 1.16.5 %endif -%{?with_hpc:%{hpc_requires}} %python_subpackages %description @@ -199,8 +189,8 @@ prepend-path PYTHONPATH ${sitesearch_path} -setenv %{hpc_upcase_trans_hyph %pname}_DIR %{hpc_prefix} -setenv %{hpc_upcase_trans_hyph %pname}_BIN %{hpc_bindir} +setenv %{hpc_upcase_trans_hyph %{pname}}_DIR %{hpc_prefix} +setenv %{hpc_upcase_trans_hyph %{pname}}_BIN %{hpc_bindir} family %{shortname} EOF @@ -209,7 +199,7 @@ %if %{with hpc} %post -%hpc_module_delete_if_default +%{hpc_module_delete_if_default} %endif %files %{python_files} ++++++ scipy-1.6.0.tar.gz -> scipy-1.6.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-scipy/scipy-1.6.0.tar.gz /work/SRC/openSUSE:Factory/.python-scipy.new.2401/scipy-1.6.1.tar.gz differ: char 5, line 1
