Update to 0.7.3 (#784257)

This commit is contained in:
Luke Macken 2013-04-09 17:23:40 -04:00
parent 675a6b26d3
commit b84857680f
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ Mako-0.3.6.tar.gz
Mako-0.4.0.tar.gz
/Mako-0.4.2.tar.gz
/Mako-0.5.0.tar.gz
/Mako-0.7.3.tar.gz

View File

@ -11,8 +11,8 @@
%endif
Name: python-mako
Version: 0.5.0
Release: 6%{?dist}
Version: 0.7.3
Release: 1%{?dist}
Summary: Mako template library for Python
Group: Development/Languages
@ -121,19 +121,22 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README doc examples
%doc CHANGES LICENSE README.rst doc examples
%{_bindir}/mako-render
%{python_sitelib}/*
%if 0%{?with_python3}
%files -n python3-mako
%defattr(-,root,root,-)
%doc CHANGES LICENSE README doc examples
%doc CHANGES LICENSE README.rst doc examples
%{_bindir}/python3-mako-render
%{python3_sitelib}/*
%endif
%changelog
* Tue Apr 9 2013 Luke Macken <lmacken@redhat.com> - 0.7.3-1
- Update to 0.7.3 (#784257)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
2726f95d223fb53120fbb82cd4acb064 Mako-0.5.0.tar.gz
daf7cc50f997533b573f9b40193139a2 Mako-0.7.3.tar.gz