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
* 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
This bug report was last modified 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.