emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54755: closed ([PATCH] gnu: Add python-flatten-json.)


From: GNU bug Tracking System
Subject: bug#54755: closed ([PATCH] gnu: Add python-flatten-json.)
Date: Fri, 29 Apr 2022 13:31:02 +0000

Your message dated Fri, 29 Apr 2022 15:30:18 +0200
with message-id <87k0b86mqd.fsf@gnu.org>
and subject line Re: bug#54755: [PATCH] gnu: Add python-flatten-json.
has caused the debbugs.gnu.org bug report #54755,
regarding [PATCH] gnu: Add python-flatten-json.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54755: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54755
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-flatten-json. Date: Wed, 06 Apr 2022 15:22:14 -0400 User-agent: mu4e 1.6.10; emacs 27.2

Attachment: 0001-gnu-Add-python-flatten-json.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#54755: [PATCH] gnu: Add python-flatten-json. Date: Fri, 29 Apr 2022 15:30:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Peter Polidoro <peter@polidoro.io> skribis:

>>From 6f5dc31615613a4ed41fed20230609b3a4c3aa67 Mon Sep 17 00:00:00 2001
> From: Peter Polidoro <peter@polidoro.io>
> Date: Wed, 6 Apr 2022 15:21:14 -0400
> Subject: [PATCH] gnu: Add python-flatten-json.
>
> * gnu/packages/python-xyz.scm (python-flatten-json): New variable.

Applied with the cosmetic changes below, as per
<https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html>.

Thanks!

Ludo’.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3286cd0548..2bfe6745d9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29602,5 +29602,7 @@ (define-public python-flatten-json
     (propagated-inputs (list python-six))
     (home-page "https://github.com/amirziai/flatten";)
     (synopsis "Flatten JSON objects")
-    (description "Flatten JSON objects")
+    (description
+     "The @code{flatten_json} Python library flattens the hierarchy in your
+object, which can be useful if you want to force your objects into a table.")
     (license license:expat)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]