all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59294] [PATCH 0/2] Update httpie to 3.2.1.
@ 2022-11-16  1:56 kiasoc5 via Guix-patches via
  2022-11-16  2:00 ` [bug#59294] [PATCH 1/2] gnu: httpie: Update " kiasoc5 via Guix-patches via
  2022-11-16  2:00 ` [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions kiasoc5 via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-16  1:56 UTC (permalink / raw)
  To: 59294; +Cc: kiasoc5

kiasoc5 (2):
  gnu: httpie: Update to 3.2.1.
  gnu: httpie: Use G-expressions.

 gnu/packages/python-web.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


base-commit: 5512915c3bd62e061bd47d440da02e0826c1d0e7
-- 
2.38.1





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

* [bug#59294] [PATCH 1/2] gnu: httpie: Update to 3.2.1.
  2022-11-16  1:56 [bug#59294] [PATCH 0/2] Update httpie to 3.2.1 kiasoc5 via Guix-patches via
@ 2022-11-16  2:00 ` kiasoc5 via Guix-patches via
  2022-11-17 12:08   ` bug#59294: " Christopher Baines
  2022-11-16  2:00 ` [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions kiasoc5 via Guix-patches via
  1 sibling, 1 reply; 5+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-16  2:00 UTC (permalink / raw)
  To: 59294; +Cc: kiasoc5

* gnu/packages/python-web.scm (httpie): Update to 3.2.1.
[propagated-inputs]: Add python-rich.
---
 gnu/packages/python-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f6b4faf692..00a848610e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -953,14 +953,14 @@ (define-public python-httplib2
 (define-public httpie
   (package
     (name "httpie")
-    (version "3.1.0")
+    (version "3.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "httpie" version))
        (sha256
         (base32
-         "1npyfvrq0l56bil8rnpj78mav378mxx4zcqzq1jjx4aap1020jif"))))
+         "1v736y2h7lcyrnxs9y5sf4xwzgll7pc2s6r3ny929mm8lcn07h69"))))
     (build-system python-build-system)
     (arguments
      ;; The tests attempt to access external web servers, so we cannot run them.
@@ -973,6 +973,7 @@ (define-public httpie
            python-pysocks
            python-charset-normalizer
            python-defusedxml
+           python-rich
            python-multidict))
     (home-page "https://httpie.io")
     (synopsis "cURL-like tool for humans")
-- 
2.38.1





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

* [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions.
  2022-11-16  1:56 [bug#59294] [PATCH 0/2] Update httpie to 3.2.1 kiasoc5 via Guix-patches via
  2022-11-16  2:00 ` [bug#59294] [PATCH 1/2] gnu: httpie: Update " kiasoc5 via Guix-patches via
@ 2022-11-16  2:00 ` kiasoc5 via Guix-patches via
  2022-11-17 12:08   ` Christopher Baines
  1 sibling, 1 reply; 5+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-16  2:00 UTC (permalink / raw)
  To: 59294; +Cc: kiasoc5

* gnu/packages/python-web.scm (httpie)[arguments]: Use G-expressions.
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 00a848610e..6d9ebd928e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -964,7 +964,7 @@ (define-public httpie
     (build-system python-build-system)
     (arguments
      ;; The tests attempt to access external web servers, so we cannot run them.
-     '(#:tests? #f))
+     (list #:tests? #f))
     (propagated-inputs
      (list python-colorama
            python-pygments
-- 
2.38.1





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

* bug#59294: [PATCH 1/2] gnu: httpie: Update to 3.2.1.
  2022-11-16  2:00 ` [bug#59294] [PATCH 1/2] gnu: httpie: Update " kiasoc5 via Guix-patches via
@ 2022-11-17 12:08   ` Christopher Baines
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2022-11-17 12:08 UTC (permalink / raw)
  To: kiasoc5; +Cc: 59294-done, guix-patches

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


kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/python-web.scm (httpie): Update to 3.2.1.
> [propagated-inputs]: Add python-rich.
> ---
>  gnu/packages/python-web.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Looks good to me, I've pushed to master as
ce4896e85dfc667959b46c29191961f8280a364b.

Thanks,

Chris

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

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

* [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions.
  2022-11-16  2:00 ` [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions kiasoc5 via Guix-patches via
@ 2022-11-17 12:08   ` Christopher Baines
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2022-11-17 12:08 UTC (permalink / raw)
  To: kiasoc5; +Cc: 59294

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


kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/python-web.scm (httpie)[arguments]: Use G-expressions.
> ---
>  gnu/packages/python-web.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index 00a848610e..6d9ebd928e 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -964,7 +964,7 @@ (define-public httpie
>      (build-system python-build-system)
>      (arguments
>       ;; The tests attempt to access external web servers, so we cannot run them.
> -     '(#:tests? #f))
> +     (list #:tests? #f))
>      (propagated-inputs
>       (list python-colorama
>             python-pygments

I skipped pushing this patch as while I think I get what you're doing,
this change doesn't involve using G-expressions. At least with my
understanding of Guile, nothing is really changing here.

Chris

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

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16  1:56 [bug#59294] [PATCH 0/2] Update httpie to 3.2.1 kiasoc5 via Guix-patches via
2022-11-16  2:00 ` [bug#59294] [PATCH 1/2] gnu: httpie: Update " kiasoc5 via Guix-patches via
2022-11-17 12:08   ` bug#59294: " Christopher Baines
2022-11-16  2:00 ` [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions kiasoc5 via Guix-patches via
2022-11-17 12:08   ` Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.