jinja2 3.1.2-1 source package in Ubuntu

Changelog

jinja2 (3.1.2-1) unstable; urgency=medium

  [ Thomas Goirand ]
  * Add python3-pytest as build-depends (now run tests at build time).
  * Add autopkgtest.

  [ Piotr Ożarowski ]
  * New upstream release (closes: 1025808, 1023637)
  * Add 0003-fix-nose-leftovers patch
  * Bump minimum required python3-pallets-sphinx-themes build dependency
    (closes: 1005864)

 -- Piotr Ożarowski <email address hidden>  Fri, 24 Feb 2023 16:15:45 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jinja2_3.1.2-1.dsc 2.2 KiB f590020811a165c5eb06ff125a40a5eca7791ca96b89e46db8d2c5af594ae202
jinja2_3.1.2.orig.tar.gz 262.0 KiB 31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852
jinja2_3.1.2-1.debian.tar.xz 10.1 KiB 1b94ce8734b27981bb40d639423dce1bd4b624c17fdf457e73ef8a33cfca501a

Available diffs

No changes file available.

Binary packages built by this source

python-jinja2-doc: documentation for the Jinja2 Python library

 Jinja2 is a small but fast and easy to use stand-alone template engine
 .
 This package contains the documentation for Jinja2 in HTML and
 reStructuredText formats.

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.