sergiopr pushed to python-scikit-image (f22). "New upstream version (0.11.3)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 16:24:09 UTC 2015


From 35d399ce3e287fda1917d8bd0242cfab15e8d0e8 Mon Sep 17 00:00:00 2001
From: Sergio Pascual <sergiopr at fis.ucm.es>
Date: Thu, 21 May 2015 16:19:15 +0200
Subject: New upstream version (0.11.3)


diff --git a/.gitignore b/.gitignore
index 424f0a6..d9a6ad3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /scikit-image-0.10.1.tar.gz
 /scikit-image-0.11.0.tar.gz
 /scikit-image-0.11.2.tar.gz
+/scikit-image-0.11.3.tar.gz
diff --git a/python-scikit-image.spec b/python-scikit-image.spec
index 5e776b6..194005e 100644
--- a/python-scikit-image.spec
+++ b/python-scikit-image.spec
@@ -2,7 +2,7 @@
 %global upname scikit-image
 
 Name: python-scikit-image
-Version: 0.11.2
+Version: 0.11.3
 Release: 1%{?dist}
 Summary: Image processing in Python
 # The following files are BSD 2 clauses, the rest BSD 3 clauses
@@ -93,16 +93,24 @@ popd
 find %{buildroot} -name "*.so" | xargs chmod 755
 
 # Checks are not working at the moment
-#%check
-#pushd %{buildroot}/%{python2_sitearch}
-#nosetests-%{python2_version} skimage
-#popd
-
-#%if 0%{?with_python3}
-#pushd %{buildroot}/%{python3_sitearch}
-#nosetests-%{python3_version} skimage
-#popd
-#%endif # with_python3
+%check
+# Fake matplotlibrc
+mkdir -p matplotlib
+touch matplotlib/matplotlibrc
+export XDG_CONFIG_HOME=`pwd`
+pushd %{buildroot}/%{python2_sitearch}
+nosetests-%{python2_version} skimage
+popd
+
+%if 0%{?with_python3}
+# Fake matplotlibrc
+mkdir -p matplotlib
+touch matplotlib/matplotlibrc
+export XDG_CONFIG_HOME=`pwd`
+pushd %{buildroot}/%{python3_sitearch}
+nosetests-%{python3_version} skimage
+popd
+%endif # with_python3
  
 %files
 %doc CONTRIBUTORS.txt DEPENDS.txt RELEASE.txt TASKS.txt
@@ -122,6 +130,9 @@ find %{buildroot} -name "*.so" | xargs chmod 755
 %{_bindir}/skivi
 
 %changelog
+* Thu May 21 2015 Sergio Pascual <sergiopr at fedoraproject.org> - 0.11.3-1
+- New upstream version (0.11.3)
+
 * Thu Mar 12 2015 Sergio Pascual <sergiopr at fedoraproject.org> - 0.11.2-1
 - New upstream version (0.11.2)
 
diff --git a/sources b/sources
index a3ea1e8..d203698 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a2118cc4d18c038a7d22e3ce0141309  scikit-image-0.11.2.tar.gz
+5cd60fe78adbe30254a87081f12500f9  scikit-image-0.11.3.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-scikit-image.git/commit/?h=f22&id=35d399ce3e287fda1917d8bd0242cfab15e8d0e8


More information about the scm-commits mailing list