rpms/python-mako/F-13 .cvsignore, 1.3, 1.4 python-mako.spec, 1.5, 1.6 sources, 1.3, 1.4

Luke Macken lmacken at fedoraproject.org
Tue May 4 21:18:01 UTC 2010


Author: lmacken

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

Modified Files:
	.cvsignore python-mako.spec sources 
Log Message:
Update to 0.3.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-mako/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	7 Jan 2009 05:03:13 -0000	1.3
+++ .cvsignore	4 May 2010 21:18:01 -0000	1.4
@@ -1 +1 @@
-Mako-0.2.4.tar.gz
+Mako-0.3.2.tar.gz


Index: python-mako.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mako/F-13/python-mako.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-mako.spec	26 Jul 2009 20:36:59 -0000	1.5
+++ python-mako.spec	4 May 2010 21:18:01 -0000	1.6
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-mako
-Version: 0.2.4
-Release: 3%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 Summary: Mako template library for Python
 
 Group: Development/Languages
@@ -11,7 +11,7 @@ URL: http://www.makotemplates.org/
 Source0: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools-devel python-nose
 Requires: python-beaker
 
 %description
@@ -37,7 +37,11 @@ calling and scoping semantics.
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
- 
+
+%check
+PYTHONPATH=$(pwd) nosetests
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -50,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 04 2010 Luke Macken <lmacken at redhat.com> - 0.3.2-1
+- Update to 0.3.2
+- Run the test suite in %%check
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-mako/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	7 Jan 2009 05:03:13 -0000	1.3
+++ sources	4 May 2010 21:18:01 -0000	1.4
@@ -1 +1 @@
-f1a3d79bb79f6787e6d5c70dfd1c8ff8  Mako-0.2.4.tar.gz
+4fc68467ee226111e102510054ae1e51  Mako-0.3.2.tar.gz



More information about the scm-commits mailing list