rpms/TurboGears/F-10 TurboGears-1.0.8-cherrypyreq.patch, NONE, 1.1 TurboGears-1.0.8-setup.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 TurboGears.spec, 1.40, 1.41 sources, 1.12, 1.13

Luke Macken lmacken at fedoraproject.org
Sat Jan 3 07:19:39 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/TurboGears/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5281

Modified Files:
	.cvsignore TurboGears.spec sources 
Added Files:
	TurboGears-1.0.8-cherrypyreq.patch 
	TurboGears-1.0.8-setup.patch 
Log Message:
1.0.8, the latest upstream bugfix release

TurboGears-1.0.8-cherrypyreq.patch:

--- NEW FILE TurboGears-1.0.8-cherrypyreq.patch ---
--- turbogears/config.py.orig	2008-12-18 16:42:03.000000000 -0500
+++ turbogears/config.py	2008-12-18 16:42:06.000000000 -0500
@@ -1,8 +1,10 @@
 import os, glob, re
 
+import pkg_resources
+pkg_resources.require("CherryPy<3.0")
+
 from cherrypy import config
 from configobj import ConfigObj
-import pkg_resources
 import logging
 import logging.handlers
 

TurboGears-1.0.8-setup.patch:

--- NEW FILE TurboGears-1.0.8-setup.patch ---
--- setup.py.setup	2008-09-15 16:30:30.000000000 -0400
+++ setup.py	2008-09-18 03:01:12.000000000 -0400
@@ -14,7 +14,6 @@
 # setup params
 install_requires = [
     "CherryPy >= 2.3.0, < 3.0.0alpha",
-    "ConfigObj >= 4.3.2",
     "DecoratorTools >= 1.4",
     "FormEncode >= 0.7.1",
     "PasteScript >= 1.6.2",
@@ -23,7 +22,7 @@
     "simplejson >= 1.3",
     "TurboCheetah >= 1.0",
     # TurboJson >= 1.2 uses PEAK-Rules
-    "TurboJson >= 1.1.4, < 1.2",
+    "TurboJson >= 1.1.4",
     "TurboKid >= 1.0.4",
 ]
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-10/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	18 Sep 2008 00:32:33 -0000	1.12
+++ .cvsignore	3 Jan 2009 07:19:08 -0000	1.13
@@ -1 +1 @@
-TurboGears-1.0.7.tar.gz
+TurboGears-1.0.8.tar.gz


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-10/TurboGears.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- TurboGears.spec	18 Sep 2008 07:10:59 -0000	1.40
+++ TurboGears.spec	3 Jan 2009 07:19:08 -0000	1.41
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        1.0.7
-Release:        2%{?dist}
+Version:        1.0.8
+Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -92,6 +92,12 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Thu Dec 18 2008 Luke Macken <lmacken at redhat.com> - 1.0.8-1
+- Latest upstream release.
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.0.7-3
+- Rebuild for Python 2.6
+
 * Wed Sep 17 2008 Luke Macken <lmacken at redhat.com> 1.0.7-2
 - Add a patch to allow newer versions of TurboJson
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-10/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	18 Sep 2008 00:32:33 -0000	1.12
+++ sources	3 Jan 2009 07:19:08 -0000	1.13
@@ -1 +1 @@
-a933efb063de7efb337d4819976c81ea  TurboGears-1.0.7.tar.gz
+845b29a588ae8d4e7591c7226daa6f98  TurboGears-1.0.8.tar.gz




More information about the fedora-extras-commits mailing list