rpms/TurboGears/F-8 TurboGears-1.0.7-setup.patch, NONE, 1.1 TurboGears.spec, 1.32, 1.33

Luke Macken lmacken at fedoraproject.org
Thu Sep 18 07:21:26 UTC 2008


Author: lmacken

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

Modified Files:
	TurboGears.spec 
Added Files:
	TurboGears-1.0.7-setup.patch 
Log Message:
Remove the ConfigObj egg requirement since it doesn't exist in F-8

TurboGears-1.0.7-setup.patch:

--- NEW FILE TurboGears-1.0.7-setup.patch ---
--- setup.py.orig	2008-09-18 03:14:26.000000000 -0400
+++ setup.py	2008-09-18 03:14:30.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",


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-8/TurboGears.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- TurboGears.spec	18 Sep 2008 03:41:32 -0000	1.32
+++ TurboGears.spec	18 Sep 2008 07:20:56 -0000	1.33
@@ -3,7 +3,7 @@
 
 Name:           TurboGears
 Version:        1.0.7
-Release:        1%{?dist}
+Release:        2%{?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
@@ -67,6 +68,7 @@
 %prep
 %setup -q
 %patch0 -b .cherrypyreq
+%patch1 -b .setup
 
 
 %build
@@ -90,6 +92,9 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Wed Sep 17 2008 Luke Macken <lmacken at redhat.com> 1.0.7-2
+- Remove the ConfigObj egg requirement since it doesn't exist in F-8
+
 * Tue Sep 16 2008 Luke Macken <lmacken at redhat.com> 1.0.7-1
 - Update to the latest upstream release
 - Utilize the test suite




More information about the fedora-extras-commits mailing list