python-Jinja2 2.3.1
A small but fast and easy to use stand-alone template engine written in pure python
Packager: Mehmet Özdemir
License: as-is
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
5 | 2010-04-05 | 2.3.1 | Serdar Dalgıç | Version bump and reorganize documentation: * Version 2.3.1 - fixed an error reporting bug on all python versions * Version 2.3 - fixes issue with code generator that causes unbound variables to be generated if set was used in if-blocks and other small identifier problems. - include tags are now able to select between multiple templates and take the first that exists, if a list of templates is given. - fixed a problem with having call blocks in outer scopes that have an argument that is also used as local variable in an inner frame (#360). - greatly improved error message reporting (#339) - implicit tuple expressions can no longer be totally empty. This change makes ``{% if %}...{% endif %}`` a syntax error now. (#364) - added support for translator comments if extracted via babel. - added with-statement extension. |
4 | 2009-10-26 | 2.2.1 | Serdar Dalgıç | Version bump to the bugfix release of Version 2.2 - Kong. See CHANGES file for details. |
3 | 2009-06-28 | 2.1.1 | Serdar Dalgıç | Upgrade python-Jinja to python-Jinja2 package as it is only used as a dependency of python-sphinx package. |
2 | 2009-06-25 | 1.2 | Serdar Dalgıç | Get Ready for 2009: translations.xml added, package takeover. |
1 | 2008-12-23 | 1.2 | Gökmen Göksel | First version |