rpms/python-pylons/EL-5 python-pylons.spec,1.7,1.8

Luke Macken lmacken at fedoraproject.org
Fri Oct 16 22:07:58 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-pylons/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20709

Modified Files:
	python-pylons.spec 
Log Message:
Run the test suite using the setup.py


Index: python-pylons.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pylons/EL-5/python-pylons.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-pylons.spec	14 Oct 2009 01:14:25 -0000	1.7
+++ python-pylons.spec	16 Oct 2009 22:07:57 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name: python-pylons
 Version: 0.9.7
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Pylons web framework
 
 Group: Development/Languages
@@ -67,7 +67,7 @@ rm -rf %{buildroot}
 
 
 %check
-PYTHONPATH=$(pwd) nosetests -v
+PYTHONPATH=$(pwd) python setup.py test
 
 
 %clean
@@ -81,8 +81,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Oct 16 2009 Luke Macken <lmacken at redhat.com> - 0.9.7-4
+- Run the test suite using the setup.py
+
 * Tue Oct 13 2009 Luke Macken <lmacken at redhat.com> - 0.9.7-3
-- Require python-decorator3
+- Require the python-decorator3 package
 
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild




More information about the fedora-extras-commits mailing list