rpms/python-webhelpers/EL-5 python-webhelpers.spec,1.8,1.9

Luke Macken lmacken at fedoraproject.org
Wed May 19 19:45:03 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-webhelpers/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20763

Modified Files:
	python-webhelpers.spec 
Log Message:
Update to 1.0b7


Index: python-webhelpers.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webhelpers/EL-5/python-webhelpers.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- python-webhelpers.spec	10 May 2010 20:33:12 -0000	1.8
+++ python-webhelpers.spec	19 May 2010 19:45:03 -0000	1.9
@@ -1,10 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global betaver b6
+%global betaver b7
 
 Name: python-webhelpers
 Version: 1.0
-Release: 0.1.%{betaver}%{?dist}
+Release: 0.2.%{betaver}%{?dist}
 Summary: Helper library for aiding the writing of web templates in Python
 
 Group: Development/Languages
@@ -39,9 +39,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 
-# Test suite broken in 1.0b6
-#%check
-#PYTHONPATH=$(pwd) nosetests
+%check
+PYTHONPATH=$(pwd) nosetests
 
 
 %clean
@@ -55,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 19 2010 Luke Macken <lmacken at redhat.com> - 1.0-0.2.b7
+- Update to 1.0b7
+- Re-enable the test suite
+
 * Mon May 10 2010 Luke Macken <lmacken at redhat.com> - 1.0-0.1.b6
 - Update to 1.0b6
 



More information about the scm-commits mailing list