[python-scikit-image] New upstream version

Sergio Pascual sergiopr at fedoraproject.org
Tue Mar 10 10:25:16 UTC 2015


commit 6ab68919208eeb722d12848aecff5ea30e7665b8
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Mar 10 11:25:10 2015 +0100

    New upstream version

 .gitignore               |  1 +
 python-scikit-image.spec | 23 ++++++++++++++++++-----
 sources                  |  2 +-
 3 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4996a69..7574104 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /scikit-image-0.10.1.tar.gz
+/scikit-image-0.11.0.tar.gz
diff --git a/python-scikit-image.spec b/python-scikit-image.spec
index f08e929..e7be236 100644
--- a/python-scikit-image.spec
+++ b/python-scikit-image.spec
@@ -2,8 +2,8 @@
 %global upname scikit-image
 
 Name: python-scikit-image
-Version: 0.10.1
-Release: 2%{?dist}
+Version: 0.11.0
+Release: 1%{?dist}
 Summary: Image processing in Python
 # The following files are BSD 2 clauses, the rest BSD 3 clauses
 # skimage/graph/_mcp.pyx
@@ -15,8 +15,12 @@ Source0: https://pypi.python.org/packages/source/s/scikit-image/scikit-image-%{v
 BuildRequires: python2-devel python-setuptools numpy Cython
 BuildRequires: scipy python-matplotlib python-nose
 BuildRequires: python-six >= 1.3
+BuildRequires: python-networkx-core
+BuildRequires: python-pillow
 Requires: scipy 
 Requires: python-six >= 1.3
+Requires: python-networkx-core
+Requires: python-pillow
 
 %description
 The scikit-image SciKit (toolkit for SciPy) extends scipy.ndimage to provide a 
@@ -28,8 +32,12 @@ Summary: Image processing in Python
 BuildRequires: python3-devel python3-setuptools python3-numpy python3-Cython
 BuildRequires: python3-scipy python3-matplotlib python3-nose
 BuildRequires: python3-six >= 1.3
+BuildRequires: python3-networkx-core
+BuildRequires: python3-pillow
 Requires: python3-scipy
 Requires: python3-six >= 1.3
+Requires: python3-networkx-core
+Requires: python3-pillow
 
 %description -n python3-%{upname}
 The scikit-image SciKit (toolkit for SciPy) extends scipy.ndimage to provide a 
@@ -54,7 +62,7 @@ for i in $(grep -l -r "/usr/bin/env"); do
 done
 popd
 
-find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'
+find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|'
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -97,13 +105,15 @@ find %{buildroot} -name "*.so" | xargs chmod 755
 #%endif # with_python3
  
 %files
-%doc CONTRIBUTORS.txt DEPENDS.txt LICENSE.txt RELEASE.txt TASKS.txt
+%doc CONTRIBUTORS.txt DEPENDS.txt RELEASE.txt TASKS.txt
+%license LICENSE.txt
 %{python2_sitearch}/skimage
 %{python2_sitearch}/scikit_image-*.egg-info
 
 %if 0%{?with_python3}
 %files -n python3-%{upname}
-%doc CONTRIBUTORS.txt DEPENDS.txt LICENSE.txt RELEASE.txt TASKS.txt
+%doc CONTRIBUTORS.txt DEPENDS.txt RELEASE.txt TASKS.txt
+%license LICENSE.txt
 %{python3_sitearch}/skimage
 %{python3_sitearch}/scikit_image-*.egg-info
 %endif # with_python3
@@ -112,6 +122,9 @@ find %{buildroot} -name "*.so" | xargs chmod 755
 %{_bindir}/skivi
 
 %changelog
+* Wed Feb 04 2015 Sergio Pascual <sergiopr at fedoraproject.org> - 0.11.0-1
+- New upstream version
+
 * Tue Jul 29 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.10.1-2
 - Remove __provides_exclude_from, is not needed in f20+
 
diff --git a/sources b/sources
index 2feb2d0..e8c04cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee48bdd23933272ee4906980515e8b54  scikit-image-0.10.1.tar.gz
+dbb1aa5b634b462f9c43cdae2e17f5ba  scikit-image-0.11.0.tar.gz


More information about the scm-commits mailing list