GNU bug report logs -
#58997
[PATCH] gnu: jo: Update to 1.9.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 3 Nov 2022 17:17:02 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58997 in the body.
You can then email your comments to 58997 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 17:17:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Nov 2022 17:17:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (jo): Update to 1.9.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9cc2623c0e..bf94c7def7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6240,14 +6240,14 @@ (define-public python-httpretty
(define-public jo
(package
(name "jo")
- (version "1.8")
+ (version "1.9")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/jpmens/jo/releases/download/"
version "/jo-" version ".tar.gz"))
(sha256
- (base32 "11n6asy5h52awyr5cp39r2x124akpqk7m02x9idrjf21ap3lpdlh"))))
+ (base32 "17y73657z5v792ik3plcvk9f5g5h2yawv6afahhkq42159pwv581"))))
(build-system gnu-build-system)
(home-page "https://github.com/jpmens/jo")
(synopsis "Output JSON from a shell")
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 18:56:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 58997 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (jo): Update to 1.9.
hi, ignore v1
---
gnu/packages/web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 06c633812b..bf94c7def7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6240,18 +6240,18 @@ (define-public python-httpretty
(define-public jo
(package
(name "jo")
- (version "1.7")
+ (version "1.9")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/jpmens/jo/releases/download/"
version "/jo-" version ".tar.gz"))
(sha256
- (base32 "0ml6ismigsflaa2dqg44ccljcl8f4jiipxvyq5lszfsh0qph7hvl"))))
+ (base32 "17y73657z5v792ik3plcvk9f5g5h2yawv6afahhkq42159pwv581"))))
(build-system gnu-build-system)
(home-page "https://github.com/jpmens/jo")
(synopsis "Output JSON from a shell")
- (description "jo is a command-line utility to create JSON objects or
+ (description "@code{jo} is a command-line utility to create JSON objects or
arrays. It creates a JSON string on stdout from words provided as
command-line arguments or read from stdin.")
(license (list license:gpl2+
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 19:11:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 58997 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (jo): Update to 1.9.
hi, ignore v2
---
gnu/packages/web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 06c633812b..bf94c7def7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6240,18 +6240,18 @@ (define-public python-httpretty
(define-public jo
(package
(name "jo")
- (version "1.7")
+ (version "1.9")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/jpmens/jo/releases/download/"
version "/jo-" version ".tar.gz"))
(sha256
- (base32 "0ml6ismigsflaa2dqg44ccljcl8f4jiipxvyq5lszfsh0qph7hvl"))))
+ (base32 "17y73657z5v792ik3plcvk9f5g5h2yawv6afahhkq42159pwv581"))))
(build-system gnu-build-system)
(home-page "https://github.com/jpmens/jo")
(synopsis "Output JSON from a shell")
- (description "jo is a command-line utility to create JSON objects or
+ (description "@code{jo} is a command-line utility to create JSON objects or
arrays. It creates a JSON string on stdout from words provided as
command-line arguments or read from stdin.")
(license (list license:gpl2+
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 19:26:02 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
jgart via Guix-patches via 写道:
> hi, ignore v2
But it's identical.
Was v3 perhaps supposed to include the changelog entry for
[description]?
Kind regards,
T G-R
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 19:26:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 19:52:02 GMT)
Full text and
rfc822 format available.
Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):
On Thu, 03 Nov 2022 20:24:02 +0100 Tobias Geerinckx-Rice <me <at> tobias.gr> wrote:
> jgart via Guix-patches via 写道:
> > hi, ignore v2
>
> But it's identical.
>
> Was v3 perhaps supposed to include the changelog entry for
> [description]?
v3 just had a better commit message ;()
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 19:52:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 20:05:03 GMT)
Full text and
rfc822 format available.
Message #26 received at 58997 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Again: was v3 perhaps supposed to include the changelog entry for
[description]?
Kind regards,
T G-R
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 20:06:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Tobias Geerinckx-Rice <me <at> tobias.gr>
:
You have taken responsibility.
(Thu, 03 Nov 2022 20:18:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Thu, 03 Nov 2022 20:18:02 GMT)
Full text and
rfc822 format available.
Message #34 received at 58997-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tobias Geerinckx-Rice via Guix-patches via 写道:
> Again: was v3 perhaps supposed to include the changelog entry
> for
> [description]?
Bah, never mind: I can't imagine what else it could have been :-)
Pushed as bbac6c52480dc8572b74eb6235bdf55c1cf9842b, with @code{} →
the more appropriate @command{}. Thanks!
Side note: please add notes to reviewers & anything else that
isn't part of the commit message proper under the ‘---’ produced
by Git:
…
* gnu/packages/web.scm (jo): Update to 1.9.
---
hi, ignore v1
gnu/packages/web.scm | 6 +++---
…
Kind regards,
T G-R
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 20:40:02 GMT)
Full text and
rfc822 format available.
Message #37 received at 58997 <at> debbugs.gnu.org (full text, mbox):
On Thu, 03 Nov 2022 20:56:48 +0100 Tobias Geerinckx-Rice <me <at> tobias.gr> wrote:
> Again: was v3 perhaps supposed to include the changelog entry for
> [description]?
Oh yes, it was. Sorry, misread
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58997
; Package
guix-patches
.
(Thu, 03 Nov 2022 20:41:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 02 Dec 2022 12:24:17 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.