[python-pygal] Latest upstream. Tests work again.

Ralph Bean ralph at fedoraproject.org
Thu Feb 27 19:01:51 UTC 2014


commit 4e9c28461ea233861bd6680e63e6d7e0c0c6d346
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Feb 27 14:02:39 2014 -0500

    Latest upstream.  Tests work again.

 python-pygal.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/python-pygal.spec b/python-pygal.spec
index e09468b..542680f 100644
--- a/python-pygal.spec
+++ b/python-pygal.spec
@@ -5,7 +5,7 @@
 %global modname pygal
 
 Name:               python-pygal
-Version:            1.4.1
+Version:            1.4.2
 Release:            1%{?dist}
 Summary:            A python svg graph plotting library
 
@@ -80,9 +80,7 @@ popd
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
 %check
-# Tests fail for the 1.4.1 tarball
-# https://github.com/Kozea/pygal/issues/97
-#py.test pygal/test
+py.test pygal/test
 
 # Tests would require python3-flask, which does not exist.  Disabled for now.
 #%%if 0%%{?with_python3}
@@ -105,6 +103,10 @@ popd
 %endif
 
 %changelog
+* Thu Feb 27 2014 Ralph Bean <rbean at redhat.com> - 1.4.2-1
+- Latest upstream.
+- Reenabled tests.
+
 * Wed Feb 26 2014 Ralph Bean <rbean at redhat.com> - 1.4.1-1
 - Latest upstream.
 - Disable tests for https://github.com/Kozea/pygal/issues/97


More information about the scm-commits mailing list