python-Jinja2

python-Jinja2 2.3.1

A small but fast and easy to use stand-alone template engine written in pure python

http://jinja.pocoo.org/2/

Packager: Mehmet Özdemir

License: as-is

Actions

Build files

Bug reports

Binary packages

python-Jinja2

Release history

ReleaseRelease dateVersionUpdaterComment
52010-04-052.3.1Serdar 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.
42009-10-262.2.1Serdar DalgıçVersion bump to the bugfix release of Version 2.2 - Kong. See CHANGES file for details.
32009-07-032.1.1Serdar DalgıçUpgrade python-Jinja to python-Jinja2 package as it is only used as a dependency of python-sphinx package.
22009-06-251.2Serdar DalgıçGet Ready for 2009: translations.xml added, package takeover.
12008-12-231.2Gökmen GökselFirst version

Patches