rpms/python-turbocheetah/EL-5 python-turbocheetah-0.9.5-setuptools.patch, 1.2, 1.3 python-turbocheetah.spec, 1.6, 1.7

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Dec 18 16:36:37 UTC 2007


Author: lmacken

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

Modified Files:
	python-turbocheetah.spec 
Added Files:
	python-turbocheetah-0.9.5-setuptools.patch 
Log Message:
Drop back down to 0.9.5

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	18 Dec 2007 16:36:26 -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: python-turbocheetah.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbocheetah/EL-5/python-turbocheetah.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-turbocheetah.spec	12 Dec 2007 03:06:03 -0000	1.6
+++ python-turbocheetah.spec	18 Dec 2007 16:36:26 -0000	1.7
@@ -4,19 +4,20 @@
 %define module turbocheetah
 
 Name:           python-turbocheetah
-Version:        1.0
-Release:        2%{?dist}
+Version:        0.9.5
+Release:        8%{?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,17 +52,8 @@
 
 
 %changelog
-* Tue Dec 11 2007 Luke Macken <lmacken at redhat.com> - 1.0-1
-- Remove python-turbocheetah-0.9.5-setuptools.patch
-
-* 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 18 2007 Luke Macken <lmacken at redhat.com> - 0.9.5-8
+- Rebuild
 
 * Sat Dec  9 2006 Luke Macken <lmacken at redhat.com> - 0.9.5-7
 - Add python-devel to BuildRequires




More information about the fedora-extras-commits mailing list