python-minijinja 2.12.0-1 source package in Ubuntu

Changelog

python-minijinja (2.12.0-1) unstable; urgency=medium

  * [9264ba8] d/watch: Convert to version 5
  * [7d86d3b] d/repack-minijinja-py.sh: Update repack logic
  * [f7fa24b] New upstream version 2.12.0
    (Closes: #1114312)
  * [013ad96] Rebuild patch queue from patch-queue branch
    Added patches:
    Cargo.toml-Adjust-patch-to-find-minijinja-contrib.patch
    Cargo.toml-Be-more-flexible-on-pyo3-versions.patch
    Updated patches:
    Cargo.toml-Don-t-require-the-option-speedups.patch
    Cargo.toml-Use-the-system-path-to-find-minijinja.patch
  * [1860029] d/control: Update B-D version contrains
  * [3667fbf] d/control: Bump Standards-Version to 4.7.2
    No further changes needed.
  * [4756dad] d/control: Remove Rules-Requires-Root
    The setting of Rules-Requires-Root: no is now default.
  * [d2acaea] d/salsa-ci.yml: Adding a dedicated Salsa CI config

 -- Carsten Schoenert <email address hidden>  Sun, 16 Nov 2025 12:07:40 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
python-minijinja_2.12.0-1.dsc 2.3 KiB 77696d699a4e534fa6fac516baaaa56d13384f51ca66ad31fe0de340239b9a94
python-minijinja_2.12.0.orig.tar.gz 65.4 KiB ec78a94fc900260fda75d72bc3c986db0033403e6c9d979bb7c124abebbf9dfd
python-minijinja_2.12.0-1.debian.tar.xz 6.3 KiB d48d74268b137a21243c2beedfba301d8312eede249b71211df9f395b85bf902

Available diffs

No changes file available.

Binary packages built by this source

python3-minijinja: Experimental Python binding of the Rust MiniJinja template engine

 MiniJinja is a powerful but minimal dependency template engine for Rust which
 is based on the syntax and behavior of the Jinja2 template engine for Python.
 It’s implemented on top of serde. The goal is to be able to render a large
 chunk of the Jinja2 template ecosystem from Rust with a minimal engine and
 to leverage an already existing ecosystem of editor integrations.
 minijinja-py (packaged as python3-minijinja) is an experimental binding of
 MiniJinja (https://github.com/mitsuhiko/minijinja) to Python. It has somewhat
 limited functionality compared to the Rust version. These bindings use
 maturin (https://www.maturin.rs/) and pyo3 (https://pyo3.rs/).
 .
 You might want to use MiniJinja instead of Jinja2 when the full feature set
 of Jinja2 is not required and you want to have the same rendering experience
 of a data set between Rust and Python.
 .
 With these bindings MiniJinja can render some Python objects and values
 that are passed to templates, but there are clear limitations with regards
 to what can be done.
 .
 This package provides Python bindings for the Rust MiniJinja template engine.

python3-minijinja-dbgsym: debug symbols for python3-minijinja