[python-tg-devtools] Require genshi, alembic, tw2-forms, tgext-admin >= 0.5.1, and webtest >= 1.2.3

Luke Macken lmacken at fedoraproject.org
Tue Apr 16 02:04:12 UTC 2013


commit a5c95a798943f075d171d2fff88130aa0165a842
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Apr 15 21:44:06 2013 -0400

    Require genshi, alembic, tw2-forms, tgext-admin >= 0.5.1, and webtest >= 1.2.3

 python-tg-devtools.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/python-tg-devtools.spec b/python-tg-devtools.spec
index 2c83ff8..9f3a9ac 100644
--- a/python-tg-devtools.spec
+++ b/python-tg-devtools.spec
@@ -1,6 +1,6 @@
 Name:           python-tg-devtools
 Version:        2.3.0
-Release:        0.1%{?dist}
+Release:        0.2%{?dist}
 Summary:        Development tools and templates for TurboGears2
 
 Group:          Development/Languages
@@ -15,7 +15,7 @@ BuildRequires:  python-repoze-tm2
 BuildRequires:  python-turbokid >= 1.0.4
 BuildRequires:  python-turbojson >= 1.3
 BuildRequires:  python-zope-sqlalchemy >= 0.4
-BuildRequires:  python-webtest < 2.0
+BuildRequires:  python-webtest >= 1.2.3
 BuildRequires:  python-babel >= 0.9.4
 BuildRequires:  python-sqlalchemy >= 0.5
 BuildRequires:  python-tgext-admin >= 0.3.9
@@ -26,14 +26,16 @@ Requires:       python-repoze-tm2
 Requires:       python-turbokid >= 1.0.4
 Requires:       python-turbojson >= 1.3
 Requires:       python-zope-sqlalchemy >= 0.4
-Requires:       python-webtest < 2.0
 Requires:       python-babel >= 0.9.4
 Requires:       python-sqlalchemy >= 0.5
-Requires:       python-tgext-admin >= 0.3.9
+Requires:       python-tgext-admin >= 0.5.1
 Requires:       python-babel
-Requires:       python-webtest < 2.0
+Requires:       python-webtest >= 1.2.3
 Requires:       python-backlash
 Requires:       python-gearbox
+Requires:       python-alembic
+Requires:       python-genshi
+Requires:       python-tw2-forms
 
 
 %description
@@ -70,6 +72,10 @@ PYTHONPATH=$(pwd) nosetests
 
 
 %changelog
+* Mon Apr 15 2013 Luke Macken <lmacken at redhat.com> - 2.3.0-0.2
+- Require genshi, alembic, tw2-forms, tgext-admin >= 0.5.1,
+  and webtest >= 1.2.3
+
 * Mon Apr  8 2013 Luke Macken <lmacken at redhat.com> - 2.3.0-0.1
 - Update to the latest 2.3.0 snapshot
 - Modernize specfile and update deps


More information about the scm-commits mailing list