rpms/TurboGears/F-8 TurboGears-1.0.7-cherrypyreq.patch, NONE, 1.1 TurboGears.spec, 1.31, 1.32 sources, 1.11, 1.12 TurboGears-1.0.4.3-setuptools.patch, 1.1, NONE TurboGears-1.0.4.4-cherrypyreq.patch, 1.1, NONE TurboGears-1.0.4.4-setup.patch, 1.1, NONE

Luke Macken lmacken at fedoraproject.org
Thu Sep 18 03:42:02 UTC 2008


Author: lmacken

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

Modified Files:
	TurboGears.spec sources 
Added Files:
	TurboGears-1.0.7-cherrypyreq.patch 
Removed Files:
	TurboGears-1.0.4.3-setuptools.patch 
	TurboGears-1.0.4.4-cherrypyreq.patch 
	TurboGears-1.0.4.4-setup.patch 
Log Message:
* Tue Sep 16 2008 Luke Macken <lmacken at redhat.com> 1.0.7-1
- Update to the latest upstream release
- Utilize the test suite
- Remove the setup.py patch


TurboGears-1.0.7-cherrypyreq.patch:

--- NEW FILE TurboGears-1.0.7-cherrypyreq.patch ---
--- turbogears/config.py.orig	2008-09-16 09:41:30.000000000 -0400
+++ turbogears/config.py	2008-09-16 09:41:51.000000000 -0400
@@ -1,8 +1,8 @@
 import os, glob, re
-
+import pkg_resources
+pkg_resources.require("CherryPy<3.0")
 from cherrypy import config
 from configobj import ConfigObj
-import pkg_resources
 import logging
 import logging.handlers
 


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-8/TurboGears.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- TurboGears.spec	15 May 2008 03:37:20 -0000	1.31
+++ TurboGears.spec	18 Sep 2008 03:41:32 -0000	1.32
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        1.0.4.4
-Release:        3%{?dist}
+Version:        1.0.7
+Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -11,17 +11,23 @@
 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
 
-BuildRequires:  python-devel python-setuptools-devel
+BuildRequires: python-devel python-setuptools-devel
+
+BuildRequires: python-nose python-configobj python-ruledispatch
+BuildRequires: python-decoratortools python-turbojson python-simplejson python-kid
+BuildRequires: python-formencode python-turbokid python-turbocheetah
+BuildRequires: python-paste-script python-sqlobject python-sqlalchemy
 
 %if 0%{?fedora} >= 9
 Requires:       python-cherrypy2
+BuildRequires:	python-cherrypy2
 %else
 Requires:       python-cherrypy
+BuildRequires:	python-cherrypy
 %endif
 
 Requires:       python-sqlalchemy
@@ -61,16 +67,17 @@
 %prep
 %setup -q
 %patch0 -b .cherrypyreq
-%patch1 -b .setup
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
+%check
+PYTHONPATH=$(pwd) nosetests -q
 
 %clean
 rm -rf %{buildroot}
@@ -83,9 +90,14 @@
 %{python_sitelib}/turbogears/
 
 %changelog
-* Wed May 14 2008 Luke Macken <lmacken at redhat.com> 1.0.4.4-3
-- Add TurboGears-1.0.4.4-setup.patch to remove some unnecessary egg 
-  dependencies
+* Tue Sep 16 2008 Luke Macken <lmacken at redhat.com> 1.0.7-1
+- Update to the latest upstream release
+- Utilize the test suite
+- Remove the setup.py patch
+
+* 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-8/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	15 May 2008 03:37:20 -0000	1.11
+++ sources	18 Sep 2008 03:41:32 -0000	1.12
@@ -1 +1 @@
-a03a66fcf7d687fd7bd4205a01fd21dd  TurboGears-1.0.4.4.tar.gz
+a933efb063de7efb337d4819976c81ea  TurboGears-1.0.7.tar.gz


--- TurboGears-1.0.4.3-setuptools.patch DELETED ---


--- TurboGears-1.0.4.4-cherrypyreq.patch DELETED ---


--- TurboGears-1.0.4.4-setup.patch DELETED ---




More information about the fedora-extras-commits mailing list