rpms/python-turbocheetah/EL-4 python-turbocheetah-0.9.5-setuptools.patch, 1.2, 1.3 .cvsignore, 1.3, 1.4 python-turbocheetah.spec, 1.7, 1.8 sources, 1.3, 1.4

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Dec 17 13:52:41 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-turbocheetah/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21615

Modified Files:
	.cvsignore python-turbocheetah.spec sources 
Added Files:
	python-turbocheetah-0.9.5-setuptools.patch 
Log Message:
Downgrade TurboCheetah back to 0.9.5 so we can be compatible with EL-4 Cheetah

python-turbocheetah-0.9.5-setuptools.patch:

Index: python-turbocheetah-0.9.5-setuptools.patch
===================================================================
RCS file: python-turbocheetah-0.9.5-setuptools.patch
diff -N python-turbocheetah-0.9.5-setuptools.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ python-turbocheetah-0.9.5-setuptools.patch	17 Dec 2007 13:52:30 -0000	1.3
@@ -0,0 +1,11 @@
+--- setup.py.orig	2006-10-17 02:35:28.000000000 -0400
++++ setup.py	2006-10-17 02:35:38.000000000 -0400
+@@ -13,7 +13,7 @@
+     download_url="http://www.turbogears.org/download/",
+     keywords=["python.templating.engines", "turbogears"],
+     license="MIT",
+-    install_requires = ["Cheetah >= 1.0"],
++    install_requires = [],
+     zip_safe=False,
+     packages=find_packages(),
+     classifiers = [


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbocheetah/EL-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	5 Dec 2007 03:09:44 -0000	1.3
+++ .cvsignore	17 Dec 2007 13:52:30 -0000	1.4
@@ -1 +1 @@
-TurboCheetah-1.0.tar.gz
+TurboCheetah-0.9.5.tar.gz


Index: python-turbocheetah.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbocheetah/EL-4/python-turbocheetah.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-turbocheetah.spec	5 Dec 2007 03:09:44 -0000	1.7
+++ python-turbocheetah.spec	17 Dec 2007 13:52:30 -0000	1.8
@@ -4,19 +4,20 @@
 %define module turbocheetah
 
 Name:           python-turbocheetah
-Version:        1.0
-Release:        1%{?dist}
+Version:        0.9.5
+Release:        7%{?dist}
 Summary:        TurboGears plugin to support use of Cheetah templates
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://pypi.python.org/pypi/TurboCheetah
 Source0:        http://cheeseshop.python.org/packages/source/T/TurboCheetah/TurboCheetah-%{version}.tar.gz
+Patch0:         %{name}-%{version}-setuptools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel python-setuptools-devel
-Requires:       python-cheetah >= 1.0.2
+BuildRequires:  python-setuptools python-devel
+Requires:       python-cheetah >= 1.0
 
 %description
 This package provides a template engine plugin, allowing you
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q -n TurboCheetah-%{version}
+%patch0
 
 
 %build
@@ -50,15 +52,6 @@
 
 
 %changelog
-* Tue Dec  4 2007 Luke Macken <lmacken at redhat.com> - 1.0-1
-- 1.0
-
-* Fri Oct 26 2007 Luke Macken <lmacken at redhat.com> - 0.9.5-9
-- Fix broken URL (#353951)
-
-* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 0.9.5-8
-- Update for python-setuptools changes in rawhide
-
 * Sat Dec  9 2006 Luke Macken <lmacken at redhat.com> - 0.9.5-7
 - Add python-devel to BuildRequires
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbocheetah/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	5 Dec 2007 03:09:44 -0000	1.3
+++ sources	17 Dec 2007 13:52:30 -0000	1.4
@@ -1 +1 @@
-daf99f38f6696ac64b7df8ac2e003a03  TurboCheetah-1.0.tar.gz
+52e12130302a218a8e3b925447041be4  TurboCheetah-0.9.5.tar.gz




More information about the fedora-extras-commits mailing list