GNU bug report logs -
#76228
[PATCH] gnu: python-jinja2-cli: Update to 0.8.2.
Previous Next
Reported by: Fabio Natali <me <at> fabionatali.com>
Date: Wed, 12 Feb 2025 14:28:02 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Feb 2025 01:03:07 +0000
with message-id <568f27e162f4fb9d445d4d4b80c1a75a2a15de35 <at> dismail.de>
and subject line Re: [bug#76228] [PATCH] gnu: python-jinja2-cli: Update to 0.8.2.
has caused the debbugs.gnu.org bug report #76228,
regarding [PATCH] gnu: python-jinja2-cli: Update to 0.8.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76228: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76228
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-xyz.scm (python-jinja2-cli): Update to 0.8.2.
Change-Id: Ide9720f932f7d9d268ba6380ed19b50e3da2e3ef
---
Hi! 👋
This is to update python-jinja2-cli to 0.8.2. The current version (0.7.0) seems
to be actually broken on my system, at least when using JSON data files. The
updated version seems to be working fine instead.
Thanks, best wishes, Fabio.
gnu/packages/python-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fcdc4387b3..706c8acbdf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35711,19 +35711,20 @@ (define-public python-screenkey
(define-public python-jinja2-cli
(package
(name "python-jinja2-cli")
- (version "0.7.0")
+ (version "0.8.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jinja2-cli" version))
(sha256
(base32
- "0vikx7v6fbvww6kfrv0k5a24jyv3ak7nindg60906pdd1m9qvkcw"))))
+ "0l4fw5wn3kxq5gvpi4wj76hvbxfyij9rb32ndwh8w4hi852v2sx1"))))
(build-system python-build-system)
(propagated-inputs
(list python-jinja2))
(native-inputs
- (list python-flake8 python-jinja2 python-pytest))
+ (list python-flake8 python-jinja2 python-pytest python-setuptools
+ python-wheel))
(home-page "https://github.com/mattrobenolt/jinja2-cli")
(synopsis "Command-line interface to Jinja2")
(description
base-commit: 2afb48804e4ff829ed5ed97757fde0a2cd8e39fc
--
2.47.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Applied, thanks!
all best,
jgart
[Message part 5 (text/html, inline)]
This bug report was last modified 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.