[python-flask-wtf/f19] updating to Flask-WTF-0.10.0 to fix RHBZ 1120888 and adding %check

Tim Flink tflink at fedoraproject.org
Thu Jul 17 23:16:07 UTC 2014


commit 84b1d96cf48e1b6cdcf8ea40ce434e6e6818a86b
Author: Tim Flink <tflink at fedoraproject.org>
Date:   Thu Jul 17 16:49:09 2014 -0600

    updating to Flask-WTF-0.10.0 to fix RHBZ 1120888 and adding %check

 .gitignore            |    1 +
 python-flask-wtf.spec |   15 ++++++++++++++-
 sources               |    1 +
 3 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a136636..ca10893 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Flask-WTF-0.5.2.tar.gz
 Flask-WTF-0.8.tar.gz
 /Flask-WTF-0.9.5.tar.gz
+/Flask-WTF-0.10.0.tar.gz
diff --git a/python-flask-wtf.spec b/python-flask-wtf.spec
index ddcdd58..c73f91d 100644
--- a/python-flask-wtf.spec
+++ b/python-flask-wtf.spec
@@ -2,7 +2,7 @@
 %global with_python3 1
 
 Name:           python-flask-wtf
-Version:        0.9.5
+Version:        0.10.0
 Release:        1%{?dist}
 Summary:        Simple integration of Flask and WTForms
 
@@ -57,6 +57,15 @@ pushd %{py3dir}
 popd
 %endif
 
+%check
+%{__python2} setup.py test
+
+%if 0%{?with_python3}
+pushd %{py3dir}
+%{__python3} setup.py test
+popd
+%endif
+
 %install
 %{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
@@ -80,6 +89,10 @@ popd
 
 
 %changelog
+* Thu Jul 17 2014 Tim Flink <tflink at fedoraproject.org> 0.10.0-1
+- Adding support for python-wtforms >= 2.0 to fix RHBZ 1120888
+- added %check
+
 * Wed May 21 2014 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> 0.9.5-1
 - Updated to new source
 - Add python3 support
diff --git a/sources b/sources
index 92417ab..7fd60db 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 cd04d1855317d7d6ee235e3d70dde80d  Flask-WTF-0.9.5.tar.gz
+b9191796dd7153e72f685d6353b1d708  Flask-WTF-0.10.0.tar.gz


More information about the scm-commits mailing list