Hello community, here is the log from the commit of package python-scipy for openSUSE:Factory checked in at 2013-10-29 09:35:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scipy (Old) and /work/SRC/openSUSE:Factory/.python-scipy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scipy" Changes: -------- --- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes 2013-04-15 11:16:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-scipy.new/python-scipy.changes 2013-10-29 09:35:10.000000000 +0100 @@ -1,0 +2,42 @@ +Fri Oct 25 15:17:10 UTC 2013 - [email protected] + +- Update to 0.13.0 + * Highlights + * support for fancy indexing and boolean comparisons with + sparse matrices + * interpolative decompositions and matrix functions in the + linalg module + * two new trust-region solvers for unconstrained minimization + * scipy.integrate improvements + * N-dimensional numerical integration + * dopri* improvements + * scipy.linalg improvements + * Interpolative decompositions + * Polar decomposition + * BLAS level 3 functions + * Matrix functions + * scipy.optimize improvements + * Trust-region unconstrained minimization algorithms + * scipy.sparse improvements + * Boolean comparisons and sparse matrices + * CSR and CSC fancy indexing + * scipy.io improvements + * Unformatted Fortran file reader + * scipy.io.wavfile enhancements + * scipy.interpolate improvements + * B-spline derivatives and antiderivatives + * Deprecated features + * expm2 and expm3 + * scipy.stats functions + * Backwards incompatible changes + * LIL matrix assignment + * Deprecated radon function removed + * Removed deprecated keywords xa and xb from + stats.distributions + * Changes to MATLAB file readers / writers +- Add a new flag to easily enable/disable atlas support for if it + ever gets fixed in the future +- Added numpy version number to requires and buildrequires +- Updated rpmlint fixes + +------------------------------------------------------------------- Old: ---- scipy-0.12.0.tar.gz New: ---- scipy-0.13.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scipy.spec ++++++ --- /var/tmp/diff_new_pack.uMM5pI/_old 2013-10-29 09:35:17.000000000 +0100 +++ /var/tmp/diff_new_pack.uMM5pI/_new 2013-10-29 09:35:17.000000000 +0100 @@ -16,9 +16,11 @@ # +%define with_atlas 0 + %define modname scipy Name: python-%{modname} -Version: 0.12.0 +Version: 0.13.0 Release: 0 Summary: Scientific Tools for Python License: BSD-3-Clause @@ -32,19 +34,18 @@ BuildRequires: gcc-fortran BuildRequires: lapack-devel BuildRequires: python-devel -BuildRequires: python-numpy-devel +BuildRequires: python-numpy-devel >= 1.5.1 BuildRequires: swig %if 0%{?suse_version} > 1140 BuildRequires: suitesparse-devel-static %endif -# FIXME: atlas is broken right now, do not use -# %if 0%{?suse_version} <= 1210 -# BuildRequires: libatlas3-devel -# %endif +%if %{with_atlas} == 1 +BuildRequires: libatlas3-devel +%endif %if 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif -Requires: python-numpy +Requires: python-numpy >= 1.5.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -92,9 +93,11 @@ EOF %build +%if %{with_atlas} == 1 +export ATLAS=%{_libdir}/atlas +%endif CFLAGS="%{optflags} -fno-strict-aliasing" \ -ATLAS=%{_libdir}/atlas \ -FFTW=%{_libdir} +FFTW=%{_libdir} \ BLAS=%{_libdir} \ LAPACK=%{_libdir} \ python setup.py config_fc --fcompiler=gnu95 --noarch build @@ -107,8 +110,8 @@ %fdupes %{buildroot}%{python_sitearch} # fix executability issue chmod +x %{buildroot}%{python_sitearch}/%{modname}/io/arff/arffread.py -chmod +x %{buildroot}%{python_sitearch}/%{modname}/io/arff/utils.py chmod +x %{buildroot}%{python_sitearch}/%{modname}/special/spfun_stats.py +chmod +x %{buildroot}%{python_sitearch}/%{modname}/special/generate_ufuncs.py %files %defattr(-,root,root,-) ++++++ scipy-0.12.0.tar.gz -> scipy-0.13.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-scipy/scipy-0.12.0.tar.gz /work/SRC/openSUSE:Factory/.python-scipy.new/scipy-0.13.0.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
