Hello community, here is the log from the commit of package python3-scipy for openSUSE:Factory checked in at 2014-08-13 08:49:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-scipy (Old) and /work/SRC/openSUSE:Factory/.python3-scipy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-scipy" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-scipy/python3-scipy.changes 2014-05-09 06:58:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 2014-08-13 08:49:15.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 11 08:53:11 UTC 2014 - [email protected] + +- Switch to pypi download location +- Minor spec file cleanups + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-scipy.spec ++++++ --- /var/tmp/diff_new_pack.NOwTkM/_old 2014-08-13 08:49:16.000000000 +0200 +++ /var/tmp/diff_new_pack.NOwTkM/_new 2014-08-13 08:49:16.000000000 +0200 @@ -18,15 +18,14 @@ %define with_atlas 0 -%define modname scipy -Name: python3-%{modname} +Name: python3-scipy Version: 0.14.0 Release: 0 Summary: Scientific Tools for Python License: BSD-3-Clause and LGPL-2.0+ Group: Development/Libraries/Python Url: http://www.scipy.org -Source0: %{modname}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/s/scipy/scipy-%{version}.tar.gz BuildRequires: blas-devel BuildRequires: fdupes BuildRequires: fftw-devel @@ -61,7 +60,7 @@ Summary: Scientific Tools for Python - Weave Group: Development/Libraries/Python Requires: %{name} = %{version} -Provides: python3-%{modname}-devel = %{version} +Provides: python3-scipy-devel = %{version} %description weave Scipy is open-source software for mathematics, science, and @@ -75,7 +74,7 @@ leading scientists and engineers. %prep -%setup -q -n %{modname}-%{version} +%setup -q -n scipy-%{version} find . -type f -name "*.py" -exec sed -i "s|#!/usr/bin/env python||" {} \; cat > site.cfg << EOF @@ -102,26 +101,26 @@ %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} -find %{buildroot}%{python3_sitearch}/%{modname} -type d -name tests | xargs rm -rf # Don't ship tests +find %{buildroot}%{python3_sitearch}/scipy -type d -name tests | xargs rm -rf # Don't ship tests # Don't ship weave examples, they're marked as documentation: find %{buildroot}%{python3_sitearch}/scipy/weave -type d -name examples | xargs rm -rf %fdupes %{buildroot}%{python3_sitearch} # fix executability issue -chmod +x %{buildroot}%{python3_sitearch}/%{modname}/io/arff/arffread.py -chmod +x %{buildroot}%{python3_sitearch}/%{modname}/special/spfun_stats.py -chmod +x %{buildroot}%{python3_sitearch}/%{modname}/special/generate_ufuncs.py +chmod +x %{buildroot}%{python3_sitearch}/scipy/io/arff/arffread.py +chmod +x %{buildroot}%{python3_sitearch}/scipy/special/spfun_stats.py +chmod +x %{buildroot}%{python3_sitearch}/scipy/special/generate_ufuncs.py %files %defattr(-,root,root,-) %doc LICENSE.txt -%{python3_sitearch}/%{modname}/ -%{python3_sitearch}/%{modname}-%{version}-py%{py3_ver}.egg-info -# %exclude %{python3_sitearch}/%{modname}/weave +%{python3_sitearch}/scipy/ +%{python3_sitearch}/scipy-%{version}-py*.egg-info +# %exclude %{python3_sitearch}/scipy/weave # not available for python 3 yet # %files weave # %defattr(-,root,root,-) -# %doc %{modname}/weave/examples -# %{python3_sitearch}/%{modname}/weave +# %doc scipy/weave/examples +# %{python3_sitearch}/scipy/weave %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
