rpms/TurboGears/devel TurboGears-1.0.3.2-setuptools.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 TurboGears.spec, 1.19, 1.20 sources, 1.7, 1.8 TurboGears-1.0.2.2-etree.patch, 1.2, NONE TurboGears-1.0.2.2-setuptools.patch, 1.3, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu Sep 13 20:37:02 UTC 2007


Author: lmacken

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

Modified Files:
	.cvsignore TurboGears.spec sources 
Added Files:
	TurboGears-1.0.3.2-setuptools.patch 
Removed Files:
	TurboGears-1.0.2.2-etree.patch 
	TurboGears-1.0.2.2-setuptools.patch 
Log Message:
* Mon Sep 13 2007 Luke Macken <lmacken at redhat.com> 1.0.3.2-1
- 1.0.3.2
- Remove etree patch



TurboGears-1.0.3.2-setuptools.patch:

--- NEW FILE TurboGears-1.0.3.2-setuptools.patch ---
--- setup.py.orig	2007-09-13 16:14:36.000000000 -0400
+++ setup.py	2007-09-13 16:20:51.000000000 -0400
@@ -18,32 +18,22 @@
             "TurboKid >= 1.0.2",
             "CherryPy >= 2.2.1,<3.0.0alpha",
             "simplejson >= 1.3",
-            "elementtree >= 1.2.6",
             "PasteScript >= 0.9.7",
-            "FormEncode >= 0.7.1",
             "setuptools >= 0.6c2",
             "RuleDispatch >= 0.5a0.dev-r2303",
             "DecoratorTools >= 1.4",
-            "ConfigObj >= 4.3.2"]
+]
 
-tgtesttools =  ["nose >= 0.9.1", "SQLAlchemy>=0.3"]
+tgtesttools =  ["nose >= 0.9.1", "SQLAlchemy>=0.3,<0.4alpha"]
 
 standard = ["SQLObject>=0.8,<0.10dev"]
 
 # python 2.5 compatible list
 if sys.version_info < (2, 5):
-    install_requires.extend([
-        "cElementTree >= 1.0.5",
-        ])
     tgtesttools.extend([
         "pysqlite"
         ])
     standard = ["SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99"]
-else:
-    install_requires.extend([
-        "Cheetah >= 2.0rc7",
-        ])
-
 
 setup(
     name="TurboGears",
@@ -127,7 +117,7 @@
     extras_require = {
         "exp" : ["TGFastData"],
         "standard" : standard,
-        "future" : ["Genshi>=0.3", "SQLAlchemy>=0.3"],
+        "future" : ["Genshi>=0.3", "SQLAlchemy>=0.3,<0.4alpha"],
         "testtools" : ["nose >= 0.9.1"],
         "tgtesttools" : tgtesttools,
     },


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	5 May 2007 07:52:55 -0000	1.7
+++ .cvsignore	13 Sep 2007 20:36:29 -0000	1.8
@@ -1 +1 @@
-TurboGears-1.0.2.2.tar.gz
+TurboGears-1.0.3.2.tar.gz


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- TurboGears.spec	2 Sep 2007 04:51:56 -0000	1.19
+++ TurboGears.spec	13 Sep 2007 20:36:29 -0000	1.20
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        1.0.2.2
-Release:        3%{?dist}
+Version:        1.0.3.2
+Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -11,7 +11,6 @@
 URL:            http://www.turbogears.org
 Source0:        http://files.turbogears.org/eggs/%{name}-%{version}.tar.gz
 Patch0:         %{name}-%{version}-setuptools.patch
-Patch1:         %{name}-%{version}-etree.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -64,12 +63,10 @@
 %prep
 %setup -q
 %patch0 -b .setuptools
-%patch1 -b .etree
 
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
-%{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
@@ -87,7 +84,11 @@
 %{python_sitelib}/turbogears/
 
 %changelog
-* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 1.0.2.2-3
+* Mon Sep 13 2007 Luke Macken <lmacken at redhat.com> 1.0.3.2-1
+- 1.0.3.2
+- Remove etree patch
+
+* Sep  2 2007 Luke Macken <lmacken at redhat.com> 1.0.2.2-3
 - Update for python-setuptools changes in rawhide
 
 * Thu May 11 2007 Luke Macken <lmacken at redhat.com> 1.0.2.2-2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	5 May 2007 07:52:55 -0000	1.7
+++ sources	13 Sep 2007 20:36:29 -0000	1.8
@@ -1 +1 @@
-a8d79645b4ce67409026838ca360addc  TurboGears-1.0.2.2.tar.gz
+75471c1767af970479ca2d4788a30323  TurboGears-1.0.3.2.tar.gz


--- TurboGears-1.0.2.2-etree.patch DELETED ---


--- TurboGears-1.0.2.2-setuptools.patch DELETED ---




More information about the fedora-extras-commits mailing list