[python-webtest] Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu May 15 11:33:53 UTC 2014


commit 8180436a366f2e191c6528ef072ae74086340ce7
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Thu May 15 13:33:40 2014 +0200

    Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
    
    - Fix python3 subpackage dependencies

 python-webtest.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-webtest.spec b/python-webtest.spec
index 5a5ef6a..657f42d 100644
--- a/python-webtest.spec
+++ b/python-webtest.spec
@@ -6,7 +6,7 @@
 
 Name:           python-webtest
 Version:        1.3.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Helper to test WSGI applications
 
 Group:          Development/Languages
@@ -27,7 +27,6 @@ BuildRequires:  python3-setuptools
 BuildRequires:  python3-nose
 BuildRequires:  python3-webob
 BuildRequires:  python3-dtopt
-Requires:       python3-webob
 %endif
 
 Requires:       python-webob
@@ -44,7 +43,7 @@ with any WSGI-compatible framework.
 Summary:        Helper to test WSGI applications
 Group:          Development/Languages
 
-Requires:       python3-webtest
+Requires:       python3-webob
 
 %description -n python3-webtest
 WebTest wraps any WSGI application and makes it easy to send test
@@ -110,6 +109,10 @@ popd
 %endif
 
 %changelog
+* Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 1.3.4-7
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
+- Fix python3 subpackage dependencies
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list