rpms/TurboGears/devel TurboGears-1.0.4.3-setuptools.patch, 1.1, 1.2 TurboGears.spec, 1.33, 1.34

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Mar 1 04:04:52 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/TurboGears/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6063

Modified Files:
	TurboGears-1.0.4.3-setuptools.patch TurboGears.spec 
Log Message:
Require python-paste-script >= 1.6.2 (Bug #435525)

TurboGears-1.0.4.3-setuptools.patch:

Index: TurboGears-1.0.4.3-setuptools.patch
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears-1.0.4.3-setuptools.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TurboGears-1.0.4.3-setuptools.patch	1 Feb 2008 16:56:19 -0000	1.1
+++ TurboGears-1.0.4.3-setuptools.patch	1 Mar 2008 04:04:15 -0000	1.2
@@ -1,15 +1,17 @@
---- setup.py.orig	2008-01-23 10:50:49.000000000 -0500
-+++ setup.py	2008-01-23 10:51:26.000000000 -0500
-@@ -14,9 +14,7 @@
+--- setup.py.orig	2008-02-29 21:57:04.000000000 -0500
++++ setup.py	2008-02-29 22:07:38.000000000 -0500
+@@ -14,10 +14,8 @@
  # setup params
  install_requires = [
      "CherryPy >= 2.3.0,<3.0.0alpha",
 -    "ConfigObj >= 4.3.2",
      "DecoratorTools >= 1.4",
 -    "FormEncode >= 0.7.1",
-     "PasteScript >= 0.9.7,<1.6",
+-    "PasteScript >= 0.9.7,<1.6",
++    "PasteScript >= 1.6.2",
      "RuleDispatch >= 0.5a0.dev-r2303",
      "setuptools >= 0.6c2",
+     "simplejson >= 1.3",
 @@ -57,10 +55,6 @@
  
  # python 2.5 compatible list


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- TurboGears.spec	22 Feb 2008 18:45:57 -0000	1.33
+++ TurboGears.spec	1 Mar 2008 04:04:15 -0000	1.34
@@ -3,7 +3,7 @@
 
 Name:           TurboGears
 Version:        1.0.4.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -41,7 +41,7 @@
 Requires:       python-turbokid >= 1.0.4
 Requires:       python-tgfastdata
 Requires:       python-simplejson >= 1.3
-Requires:       python-paste-script >= 0.9.7
+Requires:       python-paste-script >= 1.6.2
 Requires:       python-configobj >= 4.3.2
 Requires:       python-ruledispatch
 Requires:       python-nose >= 0.9.1
@@ -89,6 +89,9 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Fri Feb 29 2008 Luke Macken <lmacken at redhat.com> 1.0.4.3-3
+- Require python-paste-script >= 1.6.2 (Bug #435525)
+
 * Thu Feb 21 2008 Toshio Kuratomi <tkuratom at redhat.com> 1.0.4.3-2
 - Fixes for SQLAlchemy-0.4 and exceptions.  Upstream Bug #1721.
 




More information about the fedora-extras-commits mailing list