[scipy] Update to 0.14

Orion Poplawski orion at fedoraproject.org
Tue May 6 14:54:23 UTC 2014


commit b51885ba54e6a172fff77a2162becdfb4a83a15c
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue May 6 08:54:45 2014 -0600

    Update to 0.14
    
    - Do not use system python-six (bug #1046817)

 .gitignore |    2 ++
 scipy.spec |   17 +++++++----------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 156994d..1bfd71f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@ scipy-0.7.2.tar.gz
 /scipy-0.13.1.tar.gz
 /scipy-0.13.2.tar.gz
 /scipy-0.13.3.tar.gz
+/scipy-0.14.0b1.tar.gz
+/scipy-0.14.0.tar.gz
diff --git a/scipy.spec b/scipy.spec
index a8256c3..783dedf 100644
--- a/scipy.spec
+++ b/scipy.spec
@@ -6,12 +6,12 @@
 }
 
 # Set to pre-release version suffix if building pre-release, else %{nil}
-#%%define rcver rc1
+%global rcver %{nil}
 
 Summary: Scientific Tools for Python
 Name: scipy
-Version: 0.13.3
-Release: 2%{?dist}
+Version: 0.14.0
+Release: 1%{?dist}
 
 Group: Development/Libraries
 # BSD -- whole package except:
@@ -22,18 +22,15 @@ Url: http://www.scipy.org
 Source0: http://downloads.sourceforge.net/scipy/%{name}-%{version}%{?rcver}.tar.gz
 
 BuildRequires: numpy, python2-devel,f2py
-BuildRequires: python-six
 BuildRequires: fftw-devel, blas-devel, lapack-devel, suitesparse-devel
 BuildRequires: atlas-devel
 BuildRequires: gcc-gfortran, swig
 Requires: numpy, python,f2py
-Requires: python-six
 
 %if 0%{?with_python3}
 BuildRequires:  python3-numpy, python3-devel, python3-f2py
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-nose
-BuildRequires:  python3-six
 %endif
 
 %description
@@ -54,7 +51,6 @@ Summary: Scientific Tools for Python
 Group: Development/Libraries
 License: BSD and LGPLv2+
 Requires:  python3-numpy, python3-f2py
-Requires:  python3-six
 %description -n python3-scipy
 Scipy is open-source software for mathematics, science, and
 engineering. The core library is NumPy which provides convenient and
@@ -70,9 +66,6 @@ leading scientists and engineers.
 
 %prep
 %setup -q -n %{name}-%{version}%{?rcver}
-# Bundled libs
-rm scipy/lib/six.py
-find -name \*.py | xargs sed -i -e 's/scipy\.lib\.six/six/'
 cat > site.cfg << EOF
 
 [amd]
@@ -147,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif # with_python3
 
 %changelog
+* Tue May  6 2014 Orion Poplawski <orion at cora.nwra.com> - 0.14-1
+- Update to 0.14
+- Do not use system python-six (bug #1046817)
+
 * Thu Feb 20 2014 Thomas Spura <tomspur at fedoraproject.org> - 0.13.3-2
 - use python2 macros everywhere (Requested by Han Boetes)
 
diff --git a/sources b/sources
index c4b37ea..3616892 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0547c1f8e8afad4009cc9b5ef17a2d4d  scipy-0.13.3.tar.gz
+d7c7f4ccf8b07b08d6fe49d5cd51f85d  scipy-0.14.0.tar.gz


More information about the scm-commits mailing list