[PATCH] gnu: python-jinja2-cli: Update to 0.8.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Fabio Natali
Owner
unassigned
Submitted by
Fabio Natali
Severity
normal

Debbugs page

Fabio Natali wrote 4 weeks ago
(address . guix-patches@gnu.org)(name . Fabio Natali)(address . me@fabionatali.com)
aaf50da5f987bf8923cafd299bd1975fd310fd20.1739370046.git.me@fabionatali.com
* 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(-)

Toggle diff (32 lines)
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
jgart wrote 4 weeks ago
568f27e162f4fb9d445d4d4b80c1a75a2a15de35@dismail.de
Applied, thanks!

all best,

jgart
Attachment: file
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76228@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76228
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help