[TurboGears2] Update to 2.1.2, and bump our build and runtime requirements.

Luke Macken lmacken at fedoraproject.org
Thu Aug 25 14:59:53 UTC 2011


commit 1bd1c7ae347aebabefc9b298cde1db3353e11ac3
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Aug 25 10:58:59 2011 -0400

    Update to 2.1.2, and bump our build and runtime requirements.

 .gitignore       |    1 +
 TurboGears2.spec |   35 ++++++++++++++++++++++++++++-------
 sources          |    2 +-
 3 files changed, 30 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00cc32b..47f07cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ TurboGears2-2.1b2.tar.gz
 /TurboGears2-2.1rc1.tar.bz2
 /TurboGears2-2.1.tar.gz
 /TurboGears2-2.1.1.tar.gz
+/TurboGears2-2.1.2.tar.gz
diff --git a/TurboGears2.spec b/TurboGears2.spec
index 1870ca9..16fce99 100644
--- a/TurboGears2.spec
+++ b/TurboGears2.spec
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears2
-Version:        2.1.1
+Version:        2.1.2
 Release:        1%{?dist}
 Summary:        Next generation front-to-back web development megaframework built on Pylons
 
@@ -16,11 +16,26 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python-devel python-setuptools-devel
-BuildRequires:  python-nose python-coverage python-paver python-pylons
-BuildRequires:  python-turbokid python-zope-sqlalchemy python-jinja2 python-toscawidgets python-genshi
-BuildRequires:  python-repoze-what python-repoze-who-testutil python-repoze-what-pylons
-BuildRequires:  python-webflash python-tw-forms python-turbojson python-repoze-what-quickstart
-BuildRequires:  python-chameleon python-repoze-tm2 python-simplegeneric
+BuildRequires:  python-nose python-coverage
+BuildRequires:  python-turbokid >= 1.0.4
+BuildRequires:  python-zope-sqlalchemy >= 0.4
+BuildRequires:  python-jinja2
+BuildRequires:  python-simplegeneric
+BuildRequires:  python-repoze-who-friendlyform >= 1.0.4
+BuildRequires:  python-repoze-who
+BuildRequires:  python-chameleon < 2.0
+BuildRequires:  python-repoze-tm2 >= 1.0-0.4.a4
+BuildRequires:  python-tw-forms
+BuildRequires:  python-genshi
+BuildRequires:  python-mako
+BuildRequires:  python-repoze-who-testutil >= 1.0.1
+BuildRequires:  python-repoze-what-pylons >= 1.0
+BuildRequires:  python-turbojson >= 1.3
+BuildRequires:  python-repoze-what >= 1.0.8
+BuildRequires:  python-repoze-what-quickstart >= 1.0.3
+BuildRequires:  python-webflash
+BuildRequires:  python-babel >= 0.9.4
+BuildRequires:  python-tgext-admin >= 0.3.9
 
 %{?el5:BuildRequires: python-wsgiref}
 
@@ -31,10 +46,11 @@ Requires:       python-webob >= 1.0.7
 Requires:       python-genshi >= 0.5.1
 Requires:       python-zope-sqlalchemy >= 0.4
 Requires:       python-toscawidgets >= 0.9.4
-Requires:       python-turbojson >= 1.2.1
+Requires:       python-turbojson >= 1.3
 Requires:       python-repoze-tm2 >= 1.0-0.a4
 Requires:       python-repoze-what-pylons >= 1.0-0.rc3
 Requires:       python-simplegeneric
+Requires:       python-babel >= 0.9.4
 
 
 %description
@@ -66,6 +82,7 @@ rm -rf %{buildroot}
 python setup.py install --skip-build --root %{buildroot}
 
 #%check
+# TG2 tarball currently doesn't contain everything needed to run tests
 #PYTHONPATH=$(pwd) nosetests -q --exclude=test_304
 #rm -fr %{buildroot}%{python_sitelib}/tests
 
@@ -80,6 +97,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Aug 25 2011 Luke Macken <lmacken at redhat.com> - 2.1.2-1
+- Update to 2.1.2
+- Update our requirements
+
 * Wed Aug 17 2011 Nils Philippsen <nils at redhat.com>
 - Update to 2.1.1 (#663117)
 
diff --git a/sources b/sources
index 26ab886..c5c769c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b27a6d05dbc685fabae9723199301435  TurboGears2-2.1.1.tar.gz
+56af8d784d0259ede4379b41b5b32c0c  TurboGears2-2.1.2.tar.gz


More information about the scm-commits mailing list