Update to 2.7.3.
This commit is contained in:
parent
d8336e979b
commit
2af52b3a1f
3 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/Jinja2-2.7.tar.gz
|
||||
/Jinja2-2.7.1.tar.gz
|
||||
/Jinja2-2.7.2.tar.gz
|
||||
/Jinja2-2.7.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
|
||||
# Enable building without docs to avoid a circular dependency between this
|
||||
# and python-sphinx:
|
||||
%global with_docs 0
|
||||
%global with_docs 1
|
||||
|
||||
Name: python-jinja2
|
||||
Version: 2.7.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.7.3
|
||||
Release: 1%{?dist}
|
||||
Summary: General purpose template engine
|
||||
Group: Development/Languages
|
||||
License: BSD
|
||||
|
|
@ -150,6 +150,10 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 7 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.3-1
|
||||
- Update to 2.7.3.
|
||||
- Reenable docs.
|
||||
|
||||
* Sat May 10 2014 Orion Poplawski <orion@cora.nwra.com> - 2.7.2-2
|
||||
- Bootstrap (without docs) build for Python 3.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
df1581455564e97010e38bc792012aa5 Jinja2-2.7.2.tar.gz
|
||||
b9dffd2f3b43d673802fe857c8445b1a Jinja2-2.7.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue