rpms/python-pylons/devel .cvsignore, 1.2, 1.3 python-pylons.spec, 1.2, 1.3 sources, 1.2, 1.3

Luke Macken lmacken at fedoraproject.org
Wed Jan 7 06:06:41 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-pylons/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8145

Modified Files:
	.cvsignore python-pylons.spec sources 
Log Message:
* Tue Jan 06 2009 Luke Macken <lmacken at redhat.com> - 0.9.7-0.1.rc4
- Update to 0.9.7rc4
- Update all requirements, and add python-webtest
- Run the test suite




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pylons/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Jun 2008 23:35:10 -0000	1.2
+++ .cvsignore	7 Jan 2009 06:06:11 -0000	1.3
@@ -1 +1 @@
-Pylons-0.9.6.2.tar.gz
+Pylons-0.9.7rc4.tar.gz


Index: python-pylons.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pylons/devel/python-pylons.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-pylons.spec	29 Nov 2008 15:52:20 -0000	1.2
+++ python-pylons.spec	7 Jan 2009 06:06:11 -0000	1.3
@@ -1,22 +1,43 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%define _rc rc4
+
 Name: python-pylons
-Version: 0.9.6.2
-Release: 2%{?dist}
+Version: 0.9.7
+Release: 0.1.%{_rc}%{?dist}
 Summary: Pylons web framework
 
 Group: Development/Languages
 License: BSD
 URL: http://www.pylonshq.com/
-Source0: http://pypi.python.org/packages/source/P/Pylons/Pylons-0.9.6.2.tar.gz
+Source0: http://pypi.python.org/packages/source/P/Pylons/Pylons-%{version}%{_rc}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python-setuptools-devel
-Requires: python-routes >= 1.7, python-webhelpers >= 0.3.2, python-beaker >= 0.7.5
-Requires: python-paste >= 1.4, python-paste-script >= 1.3.6, python-paste-deploy >= 1.3.1
-Requires: python-formencode >= 0.7, python-simplejson >= 1.7.1
-Requires: python-decorator >= 2.1.0
-Requires: python-nose >= 0.9.3, python-mako >= 0.1.8
+
+# For the test suite
+BuildRequires: python-routes python-webhelpers python-beaker
+BuildRequires: python-paste python-paste-script python-paste-deploy
+BuildRequires: python-formencode python-simplejson python-decorator
+BuildRequires: python-nose python-mako python-webob python-weberror
+BuildRequires: python-tempita python-webtest python-turbocheetah
+BuildRequires: python-turbokid
+
+Requires: python-routes >= 1.10.1
+Requires: python-webhelpers >= 0.6.3
+Requires: python-beaker >= 1.1.2
+Requires: python-paste >= 1.7.2
+Requires: python-paste-script >= 1.7.3
+Requires: python-paste-deploy >= 1.3.2
+Requires: python-formencode >= 1.2
+Requires: python-simplejson >= 2.0.4
+Requires: python-decorator >= 2.2.0
+Requires: python-nose >= 0.10.4
+Requires: python-mako >= 0.2.3
+Requires: python-webob >= 0.9.4
+Requires: python-weberror >= 0.9.1
+Requires: python-tempita >= 0.2
+Requires: python-webtest >= 1.0.3
 
 
 %description
@@ -31,7 +52,7 @@
 
 
 %prep
-%setup -q -n Pylons-%{version}
+%setup -q -n Pylons-%{version}%{_rc}
 # Trash up OSX tar'ed useless resource files.
 find . -name '._*' -delete
 
@@ -47,6 +68,10 @@
 rm -rf %{buildroot}/%{python_sitelib}/tests
 
 
+%check
+PYTHONPATH=$(pwd) nosetests -v
+
+
 %clean
 rm -rf %{buildroot}
 
@@ -58,6 +83,11 @@
 
 
 %changelog
+* Tue Jan 06 2009 Luke Macken <lmacken at redhat.com> - 0.9.7-0.1.rc4
+- Update to 0.9.7rc4
+- Update all requirements, and add python-webtest
+- Run the test suite
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.9.6.2-2
 - Rebuild for Python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pylons/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Jun 2008 23:35:10 -0000	1.2
+++ sources	7 Jan 2009 06:06:11 -0000	1.3
@@ -1 +1 @@
-01d0e1ca95cfbfa1f73b8b5ae9a5f0a5  Pylons-0.9.6.2.tar.gz
+464e5fa61f7d899899fd767176b9f42a  Pylons-0.9.7rc4.tar.gz




More information about the fedora-extras-commits mailing list