rpms/TurboGears/EL-5 .cvsignore, 1.8, 1.9 TurboGears.spec, 1.20, 1.21 sources, 1.8, 1.9

Toshio くらとみ toshio at fedoraproject.org
Wed Mar 4 02:58:50 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/TurboGears/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29047

Modified Files:
	.cvsignore TurboGears.spec sources 
Log Message:

* Tue Mar 3 2009 Toshio Kuratomi <toshio at fedoraproject.org> 1.0.8-1
- 1.0.8 release
- Remove ez_setup from setup.py so setup will run with lesser setuptools.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/EL-5/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	15 May 2008 15:24:19 -0000	1.8
+++ .cvsignore	4 Mar 2009 02:58:19 -0000	1.9
@@ -1 +1 @@
-TurboGears-1.0.4.4.tar.gz
+TurboGears-1.0.8.tar.gz


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/EL-5/TurboGears.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- TurboGears.spec	24 Aug 2008 23:56:07 -0000	1.20
+++ TurboGears.spec	4 Mar 2009 02:58:19 -0000	1.21
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        1.0.4.4
-Release:        2%{?dist}
+Version:        1.0.8
+Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -16,14 +16,25 @@
 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-elementtree >= 1.2.6
+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-elementtree >= 1.2.6
-Requires:       python-cherrypy
 Requires:       python-sqlalchemy
 Requires:       python-kid >= 0.8
-Requires:       python-sqlobject >= 0.7.1
+Requires:       python-sqlobject >= 0.8
 Requires:       python-formencode >= 0.7.1
 Requires:       python-json >= 3.3
 Requires:       python-setuptools >= 0.6c2
@@ -62,12 +73,14 @@
 
 
 %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}
@@ -80,6 +93,10 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Tue Mar 3 2009 Toshio Kuratomi <toshio at fedoraproject.org> 1.0.8-1
+- 1.0.8 release
+- Remove ez_setup from setup.py so setup will run with lesser setuptools.
+
 * Mon Aug 18 2008 Luke Macken <lmacken at redhat.com> 1.0.4.4-2
 - Make our SQLObject requirement less strict, to match the latest TG upstream.
   Fixes bug #459268.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/EL-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	15 May 2008 15:24:19 -0000	1.8
+++ sources	4 Mar 2009 02:58:19 -0000	1.9
@@ -1 +1 @@
-a03a66fcf7d687fd7bd4205a01fd21dd  TurboGears-1.0.4.4.tar.gz
+845b29a588ae8d4e7591c7226daa6f98  TurboGears-1.0.8.tar.gz




More information about the fedora-extras-commits mailing list