jinja2 2.6-1 source package in Ubuntu

Changelog

jinja2 (2.6-1) unstable; urgency=low

  * New upstream release
  * add_version_placeholder patch removed (no longer needed)
  * htmljinja.vim is no longer available, use jinja.vim instead
  * python3-jinja2 suggests python-jinja2-doc instead of python3-jinja2-doc
  * Standards-version bumped to 3.9.2 (no other changes needed)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:00:35 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Piotr Ożarowski
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main python

Downloads

File Size SHA-256 Checksum
jinja2_2.6.orig.tar.gz 380.6 KiB a85e185375db75c109f99ecde3d55415f035e7068a82252cf4f16c667ac38f49
jinja2_2.6-1.debian.tar.gz 6.1 KiB a61f8ee45f473c7f4556dce1650f8e81dc5638436e12a3a697669fe6a7b731b4
jinja2_2.6-1.dsc 2.1 KiB b6a8b713c8a49db64b912f208009def8ee1d2ea17cc91afd613762f3d517f07f

Available diffs

View changes file

Binary packages built by this source

python-jinja2: No summary available for python-jinja2 in ubuntu quantal.

No description available for python-jinja2 in ubuntu quantal.

python-jinja2-dbg: No summary available for python-jinja2-dbg in ubuntu quantal.

No description available for python-jinja2-dbg in ubuntu quantal.

python-jinja2-doc: No summary available for python-jinja2-doc in ubuntu quantal.

No description available for python-jinja2-doc in ubuntu quantal.

python3-jinja2: small but fast and easy to use stand-alone template engine

 Jinja2 is a template engine written in pure Python. It provides a Django
 inspired non-XML syntax but supports inline expressions and an optional
 sandboxed environment.
 .
 The key-features are:
  * Configurable syntax. If you are generating LaTeX or other formats with
    Jinja2 you can change the delimiters to something that integrates better
    into the LaTeX markup.
  * Fast. While performance is not the primarily target of Jinja2 it’s
    surprisingly fast. The overhead compared to regular Python code was reduced
    to the very minimum.
  * Easy to debug. Jinja2 integrates directly into the Python traceback system
    which allows you to debug Jinja2 templates with regular Python debugging
    helpers.
  * Secure. It’s possible to evaluate untrusted template code if the optional
    sandbox is enabled. This allows Jinja2 to be used as templating language
    for applications where users may modify the template design.

python3-jinja2-dbg: small but fast and easy to use stand-alone template engine

 Jinja2 is a template engine written in pure Python. It provides a Django
 inspired non-XML syntax but supports inline expressions and an optional
 sandboxed environment.
 .
 This package contains the extension built for the Python debug interpreter.