GNU bug report logs - #59294
[PATCH 0/2] Update httpie to 3.2.1.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Wed, 16 Nov 2022 01:57:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 59294 in the body.
You can then email your comments to 59294 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59294; Package guix-patches. (Wed, 16 Nov 2022 01:57:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to kiasoc5 <kiasoc5 <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 16 Nov 2022 01:57:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH 0/2] Update httpie to 3.2.1.
Date: Tue, 15 Nov 2022 20:56:16 -0500
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





Information forwarded to guix-patches <at> gnu.org:
bug#59294; Package guix-patches. (Wed, 16 Nov 2022 02:01:02 GMT) Full text and rfc822 format available.

Message #8 received at 59294 <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: 59294 <at> debbugs.gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH 1/2] gnu: httpie: Update to 3.2.1.
Date: Tue, 15 Nov 2022 21:00:17 -0500
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#59294; Package guix-patches. (Wed, 16 Nov 2022 02:01:02 GMT) Full text and rfc822 format available.

Message #11 received at 59294 <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: 59294 <at> debbugs.gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH 2/2] gnu: httpie: Use G-expressions.
Date: Tue, 15 Nov 2022 21:00:18 -0500
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#59294; Package guix-patches. (Thu, 17 Nov 2022 12:09:02 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 59294-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#59294] [PATCH 1/2] gnu: httpie: Update to 3.2.1.
Date: Thu, 17 Nov 2022 12:08:00 +0000
[Message part 1 (text/plain, inline)]
kiasoc5 via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Thu, 17 Nov 2022 12:09:02 GMT) Full text and rfc822 format available.

Notification sent to kiasoc5 <kiasoc5 <at> disroot.org>:
bug acknowledged by developer. (Thu, 17 Nov 2022 12:09:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#59294; Package guix-patches. (Thu, 17 Nov 2022 12:10:01 GMT) Full text and rfc822 format available.

Message #22 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 59294 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions.
Date: Thu, 17 Nov 2022 12:08:29 +0000
[Message part 1 (text/plain, inline)]
kiasoc5 via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#59294; Package guix-patches. (Thu, 17 Nov 2022 12:10:03 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. (Thu, 15 Dec 2022 12:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.