[python-webtest] Made the python3 subpackage require python-webob instead of python-webob1.2

Luke Macken lmacken at fedoraproject.org
Fri Apr 5 18:33:01 UTC 2013


commit aad3a15c0616f346d32fbe3b206d59cd82406557
Author: Luke Macken <lmacken at redhat.com>
Date:   Fri Apr 5 14:32:50 2013 -0400

    Made the python3 subpackage require python-webob instead of python-webob1.2

 python-webtest.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-webtest.spec b/python-webtest.spec
index c3ce46c..8ff0aee 100644
--- a/python-webtest.spec
+++ b/python-webtest.spec
@@ -6,7 +6,7 @@
 
 Name:           python-webtest
 Version:        1.3.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Helper to test WSGI applications
 
 Group:          Development/Languages
@@ -25,8 +25,9 @@ BuildRequires:  python-dtopt
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-nose
-BuildRequires:  python3-webob1.2
+BuildRequires:  python3-webob
 BuildRequires:  python3-dtopt
+Requires:       python3-webob
 %endif
 
 Requires:       python-webob
@@ -109,6 +110,9 @@ popd
 %endif
 
 %changelog
+* Fri Apr  5 2013 Luke Macken <lmacken at redhat.com> - 1.3.4-5
+- Made the python3 subpackage require python-webob instead of python-webob1.2
+
 * Tue Feb 19 2013 Ralph Bean <rbean at redhat.com> - 1.3.4-4
 - Added python3 subpackage
 


More information about the scm-commits mailing list