[python-webob] Enable tests again.

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu May 15 11:54:50 UTC 2014


commit bb3d2d780645d65b20c4c095486a0cff57df10a2
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Thu May 15 13:54:29 2014 +0200

    Enable tests again.

 python-webob.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-webob.spec b/python-webob.spec
index 2a41f14..c57c4f4 100644
--- a/python-webob.spec
+++ b/python-webob.spec
@@ -4,14 +4,14 @@
 %endif
 
 %{!?py2ver: %global py2ver %(%{__python} -c "import sys ; print sys.version[:3]")}
-%global with_tests 0
+%global with_tests 1
 
 %global modname webob
 
 Name:           python-webob
 Summary:        WSGI request and response object
 Version:        1.2.3
-Release:        9%{?dist}
+Release:        10%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
@@ -125,6 +125,9 @@ popd
 %endif
 
 %changelog
+* Thu May 15 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 1.2.3-10
+- Enable tests again.
+
 * Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 1.2.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
 - Set up macro for test bootstrap


More information about the scm-commits mailing list