Update to 2.7.2.

- Update python3 conditional.
This commit is contained in:
Thomas Moschny 2014-01-10 20:15:15 +01:00
parent f32fb3baf5
commit f66679d318
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/Jinja2-2.6.tar.gz
/Jinja2-2.7.tar.gz
/Jinja2-2.7.1.tar.gz
/Jinja2-2.7.2.tar.gz

View File

@ -1,4 +1,4 @@
%if 0%{?fedora} > 12
%if 0%{?fedora}
%global with_python3 1
%else
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@ -9,7 +9,7 @@
%global with_docs 1
Name: python-jinja2
Version: 2.7.1
Version: 2.7.2
Release: 1%{?dist}
Summary: General purpose template engine
Group: Development/Languages
@ -150,6 +150,10 @@ popd
%changelog
* Fri Jan 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.2-1
- Update to 2.7.2.
- Update python3 conditional.
* Fri Aug 16 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.1-1
- Update to 2.7.1.

View File

@ -1 +1 @@
282aed153e69f970d6e76f78ed9d027a Jinja2-2.7.1.tar.gz
df1581455564e97010e38bc792012aa5 Jinja2-2.7.2.tar.gz