unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58684] [PATCH] gnu: python-yq: Update to 3.1.0.
@ 2022-10-21 13:14 Greg Hogan
  2022-10-22 10:26 ` bug#58684: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-10-21 13:14 UTC (permalink / raw)
  To: 58684; +Cc: Greg Hogan

* gnu/packages/python-xyz.scm (python-yq): Update to 3.1.0.
[inputs]: Add python-toml.
[native-inputs]: Add python-setuptools-scm.
---
 gnu/packages/python-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f215f40915..6d4201ad1c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21580,14 +21580,14 @@ (define-public python-yapf
 (define-public python-yq
   (package
     (name "python-yq")
-    (version "2.11.1")
+    (version "3.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "yq" version))
        (sha256
         (base32
-         "1q4rky0a6n4izmq7slb91a54g8swry1xrbfqxwc8lkd3hhvlxxkl"))))
+         "1wklgs3d9si475nffw9agq5kgk8bdicbsmlj4sx4kiw64ji4ma1h"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -21602,9 +21602,9 @@ (define-public python-yq
                  "/bin/jq")))
              #t)))))
     (inputs
-     (list python-argcomplete python-pyyaml python-xmltodict jq))
+     (list python-argcomplete python-pyyaml python-xmltodict python-toml jq))
     (native-inputs
-     (list python-coverage python-flake8 python-wheel))
+     (list python-coverage python-flake8 python-setuptools-scm python-wheel))
     (home-page "https://github.com/kislyuk/yq")
     (synopsis "Command-line YAML/XML processor")
     (description
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58684: [PATCH] gnu: python-yq: Update to 3.1.0.
  2022-10-21 13:14 [bug#58684] [PATCH] gnu: python-yq: Update to 3.1.0 Greg Hogan
@ 2022-10-22 10:26 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-10-22 10:26 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 58684-done

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]


Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/python-xyz.scm (python-yq): Update to 3.1.0.
> [inputs]: Add python-toml.
> [native-inputs]: Add python-setuptools-scm.
> ---
>  gnu/packages/python-xyz.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Thanks! I've pushed this to master as
add66292debb3048a8b5b7cfbfb5039115b4c4f1.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-22 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21 13:14 [bug#58684] [PATCH] gnu: python-yq: Update to 3.1.0 Greg Hogan
2022-10-22 10:26 ` bug#58684: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).