rpms/TurboGears/devel TurboGears-1.0.4.4-setup.patch, NONE, 1.1 TurboGears.spec, 1.37, 1.38

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue May 27 18:41:10 UTC 2008


Author: lmacken

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

Modified Files:
	TurboGears.spec 
Added Files:
	TurboGears-1.0.4.4-setup.patch 
Log Message:
* Tue May 27 2008 Luke Macken <lmacken at redhat.com> 1.0.4.4-3
- Patch our setup.py to remove the hard version requirements for SQLObject.
  This has changed upstream as well.


TurboGears-1.0.4.4-setup.patch:

--- NEW FILE TurboGears-1.0.4.4-setup.patch ---
--- setup.py.orig	2008-05-27 14:25:04.000000000 -0400
+++ setup.py	2008-05-27 14:26:50.000000000 -0400
@@ -39,7 +39,7 @@
     ]
 else:
     sqlobject = [
-        "SQLObject>=0.8,<=0.10.0"
+        "SQLObject>=0.8"
     ]
 
 sqlalchemy = [


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- TurboGears.spec	11 Mar 2008 17:18:08 -0000	1.37
+++ TurboGears.spec	27 May 2008 18:40:19 -0000	1.38
@@ -3,7 +3,7 @@
 
 Name:           TurboGears
 Version:        1.0.4.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -11,6 +11,7 @@
 URL:            http://www.turbogears.org
 Source0:        http://pypi.python.org/packages/source/T/%{name}/%{name}-%{version}.tar.gz
 Patch0:         %{name}-%{version}-cherrypyreq.patch
+Patch1:         %{name}-%{version}-setup.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -66,6 +67,7 @@
 %prep
 %setup -q
 %patch0 -b .cherrypyreq
+%patch1 -b .setup
 
 
 %build
@@ -87,6 +89,10 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Tue May 27 2008 Luke Macken <lmacken at redhat.com> 1.0.4.4-3
+- Patch our setup.py to remove the hard version requirements for SQLObject.
+  This has changed upstream as well.
+
 * Tue Mar 11 2008 Luke Macken <lmacken at redhat.com> 1.0.4.4-2
 - Add TurboGears-1.0.4.4-cherrypyreq.patch to explicitly require the
   appropriate version of CherryPy when necessary.




More information about the fedora-extras-commits mailing list