From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: Christoph Heiss <c.heiss@proxmox.com>, pdm-devel@lists.proxmox.com
Subject: superseded: [PATCH debcargo-config proxmox/trixie] minijinja: update to 2.19.0
Date: Fri, 17 Apr 2026 11:17:55 +0200 [thread overview]
Message-ID: <1776417434.bnm305s2e4.astroid@yuna.none> (raw)
In-Reply-To: <20260416125250.1236854-1-c.heiss@proxmox.com>
by chance this crate got updated the same day in unstable, so I
backported that change (which was basically identical).
thanks nevertheless!
On April 16, 2026 2:52 pm, Christoph Heiss wrote:
> Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
> ---
> Most user-visible/interesting changes are probably the addition of quite
> a few useful filters, such as `format` and `wordwrap`.
>
> src/minijinja/debian/changelog | 6 ++++++
> src/minijinja/debian/copyright | 6 +++---
> src/minijinja/debian/copyright.debcargo.hint | 4 ++--
> src/minijinja/debian/patches/drop-v-htmlescape | 18 +++++++++---------
> .../debian/patches/newer-percent-encoding | 6 +++---
> 5 files changed, 23 insertions(+), 17 deletions(-)
>
> diff --git a/src/minijinja/debian/changelog b/src/minijinja/debian/changelog
> index dec8021c45..9ab62c6377 100644
> --- a/src/minijinja/debian/changelog
> +++ b/src/minijinja/debian/changelog
> @@ -1,3 +1,9 @@
> +rust-minijinja (2.19.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
> +
> + * Package minijinja 2.19.0 from crates.io using debcargo 2.7.11
> +
> + -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2026 12:20:03 +0200
> +
> rust-minijinja (2.5.0-1) unstable; urgency=medium
>
> * Team upload.
> diff --git a/src/minijinja/debian/copyright b/src/minijinja/debian/copyright
> index 931911bf87..1a932ed6fc 100644
> --- a/src/minijinja/debian/copyright
> +++ b/src/minijinja/debian/copyright
> @@ -4,13 +4,13 @@ Upstream-Contact: Armin Ronacher <armin.ronacher@active-4.com>
> Source: https://github.com/mitsuhiko/minijinja
>
> Files: *
> -Copyright: 2021-2023 Armin Ronacher <armin.ronacher@active-4.com>
> +Copyright: 2021-2026 Armin Ronacher <armin.ronacher@active-4.com>
> License: Apache-2.0
>
> Files: debian/*
> Copyright:
> - 2023-2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
> - 2023-2024 Jelmer Vernooij <jelmer@debian.org>
> + 2023-2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
> + 2023-2026 Jelmer Vernooij <jelmer@debian.org>
> License: Apache-2.0
>
> License: Apache-2.0
> diff --git a/src/minijinja/debian/copyright.debcargo.hint b/src/minijinja/debian/copyright.debcargo.hint
> index 01630974d3..dff14f78a2 100644
> --- a/src/minijinja/debian/copyright.debcargo.hint
> +++ b/src/minijinja/debian/copyright.debcargo.hint
> @@ -14,8 +14,8 @@ Comment:
>
> Files: debian/*
> Copyright:
> - 2023-2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
> - 2023-2024 Jelmer Vernooij <jelmer@debian.org>
> + 2023-2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
> + 2023-2026 Jelmer Vernooij <jelmer@debian.org>
> License: Apache-2.0
>
> License: Apache-2.0
> diff --git a/src/minijinja/debian/patches/drop-v-htmlescape b/src/minijinja/debian/patches/drop-v-htmlescape
> index 910c4b5e50..06c0b316c6 100644
> --- a/src/minijinja/debian/patches/drop-v-htmlescape
> +++ b/src/minijinja/debian/patches/drop-v-htmlescape
> @@ -2,7 +2,15 @@ Index: minijinja/Cargo.toml
> ===================================================================
> --- minijinja.orig/Cargo.toml
> +++ minijinja/Cargo.toml
> -@@ -91,10 +91,6 @@ optional = true
> +@@ -77,7 +77,6 @@ macros = []
> + multi_template = []
> + preserve_order = ["indexmap"]
> + serde = []
> +-speedups = ["v_htmlescape"]
> + std_collections = []
> + unicode = [
> + "unicode-ident",
> +@@ -129,10 +128,6 @@ optional = true
> version = "1.0.5"
> optional = true
>
> @@ -13,11 +21,3 @@ Index: minijinja/Cargo.toml
> [dev-dependencies.insta]
> version = "1.38.0"
> features = [
> -@@ -141,7 +137,6 @@ macros = []
> - multi_template = []
> - preserve_order = ["indexmap"]
> - serde = []
> --speedups = ["v_htmlescape"]
> - std_collections = []
> - unicode = [
> - "unicode-ident",
> diff --git a/src/minijinja/debian/patches/newer-percent-encoding b/src/minijinja/debian/patches/newer-percent-encoding
> index 0d3cad9ae9..59ef4abf89 100644
> --- a/src/minijinja/debian/patches/newer-percent-encoding
> +++ b/src/minijinja/debian/patches/newer-percent-encoding
> @@ -2,12 +2,12 @@ Index: minijinja/Cargo.toml
> ===================================================================
> --- minijinja.orig/Cargo.toml
> +++ minijinja/Cargo.toml
> -@@ -56,7 +56,7 @@ version = "0.3.1"
> - optional = true
> +@@ -106,7 +106,7 @@ optional = true
> + version = "0.3.1"
>
> [dependencies.percent-encoding]
> -version = "2.2.0"
> +version = "2"
> optional = true
>
> - [dependencies.self_cell]
> + [dependencies.serde]
> --
> 2.53.0
>
>
>
>
>
>
prev parent reply other threads:[~2026-04-17 9:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-16 12:52 Christoph Heiss
2026-04-17 9:17 ` Fabian Grünbichler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1776417434.bnm305s2e4.astroid@yuna.none \
--to=f.gruenbichler@proxmox.com \
--cc=c.heiss@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox