rpms/python-webhelpers/F-13 .cvsignore, 1.4, 1.5 python-webhelpers.spec, 1.8, 1.9 sources, 1.4, 1.5

Luke Macken lmacken at fedoraproject.org
Wed May 19 18:49:20 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-webhelpers/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14907

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-webhelpers/F-13/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	10 May 2010 20:23:52 -0000	1.4
+++ .cvsignore	19 May 2010 18:49:20 -0000	1.5
@@ -1 +1 @@
-WebHelpers-1.0b6.tar.gz
+WebHelpers-1.0b7.tar.gz


Index: python-webhelpers.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webhelpers/F-13/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:23:53 -0000	1.8
+++ python-webhelpers.spec	19 May 2010 18:49:20 -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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-webhelpers/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	10 May 2010 20:23:53 -0000	1.4
+++ sources	19 May 2010 18:49:20 -0000	1.5
@@ -1 +1 @@
-5925c529bd15a5139be82f7aff3f2870  WebHelpers-1.0b6.tar.gz
+90b4452ba67ac4a9c8564b6b9bf7cbd9  WebHelpers-1.0b7.tar.gz



More information about the scm-commits mailing list