GNU bug report logs - #69035
[PATCH] gnu: httpie: Update to 3.2.2.

Previous Next

Package: guix-patches;

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

Date: Sun, 11 Feb 2024 04:37:06 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: John Kehayias <john.kehayias <at> protonmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69035: closed ([PATCH] gnu: httpie: Update to 3.2.2.)
Date: Wed, 14 Feb 2024 21:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 14 Feb 2024 21:24:39 +0000
with message-id <87jzn6loxb.fsf <at> protonmail.com>
and subject line Re: [bug#69035] [PATCH] gnu: httpie: Update to 3.2.2.
has caused the debbugs.gnu.org bug report #69035,
regarding [PATCH] gnu: httpie: Update to 3.2.2.
to be marked as done.

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


-- 
69035: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69035
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: httpie: Update to 3.2.2.
Date: Sat, 10 Feb 2024 23:35:45 -0500
* gnu/packages/python-web.scm (httpie): Update to 3.2.2.
[propagated-inputs]: Remove python-pysocks; add python-importlib-metadata, python-pip,
and python-setuptools.

Change-Id: If767947e836bdee6bf145fc5290113d79e99fe89
---
 gnu/packages/python-web.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0c0cc46e5f..2f2682bc78 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1280,28 +1280,30 @@ (define-public python-httplib2
 (define-public httpie
   (package
     (name "httpie")
-    (version "3.2.1")
+    (version "3.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "httpie" version))
        (sha256
         (base32
-         "1v736y2h7lcyrnxs9y5sf4xwzgll7pc2s6r3ny929mm8lcn07h69"))))
+         "140w4mr0w7scpf4j5qm4h475vbwrgxzkdwyygwcmql1r1cgngywb"))))
     (build-system python-build-system)
     (arguments
      ;; The tests attempt to access external web servers, so we cannot run them.
      '(#:tests? #f))
     (propagated-inputs
-     (list python-colorama
+     (list python-charset-normalizer
+           python-colorama
+           python-defusedxml
+           python-importlib-metadata
+           python-multidict
+           python-pip
            python-pygments
            python-requests
            python-requests-toolbelt
-           python-pysocks
-           python-charset-normalizer
-           python-defusedxml
            python-rich
-           python-multidict))
+           python-setuptools))
     (home-page "https://httpie.io")
     (synopsis "cURL-like tool for humans")
     (description

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: John Kehayias <john.kehayias <at> protonmail.com>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 69035-done <at> debbugs.gnu.org, Sharlatan Hellseher <sharlatanus <at> gmail.com>,
 Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Lars-Dominik Braun <lars <at> 6xq.net>,
 jgart <jgart <at> dismail.de>, Marius Bakke <marius <at> gnu.org>
Subject: Re: [bug#69035] [PATCH] gnu: httpie: Update to 3.2.2.
Date: Wed, 14 Feb 2024 21:24:39 +0000
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

> * gnu/packages/python-web.scm (httpie): Update to 3.2.2.
> [propagated-inputs]: Remove python-pysocks; add python-importlib-metadata, python-pip,
> and python-setuptools.
>
> Change-Id: If767947e836bdee6bf145fc5290113d79e99fe89
> ---
>  gnu/packages/python-web.scm | 16 +++++++++-------
>  1 file changed, 9 insertions(+), 7 deletions(-)
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index 0c0cc46e5f..2f2682bc78 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -1280,28 +1280,30 @@ (define-public python-httplib2
>  (define-public httpie
>    (package
>      (name "httpie")
> -    (version "3.2.1")
> +    (version "3.2.2")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (pypi-uri "httpie" version))
>         (sha256
>          (base32
> -         "1v736y2h7lcyrnxs9y5sf4xwzgll7pc2s6r3ny929mm8lcn07h69"))))
> +         "140w4mr0w7scpf4j5qm4h475vbwrgxzkdwyygwcmql1r1cgngywb"))))
>      (build-system python-build-system)
>      (arguments
>       ;; The tests attempt to access external web servers, so we cannot run them.
>       '(#:tests? #f))
>      (propagated-inputs
> -     (list python-colorama
> +     (list python-charset-normalizer
> +           python-colorama
> +           python-defusedxml
> +           python-importlib-metadata
> +           python-multidict
> +           python-pip
>             python-pygments
>             python-requests
>             python-requests-toolbelt
> -           python-pysocks
> -           python-charset-normalizer
> -           python-defusedxml
>             python-rich
> -           python-multidict))
> +           python-setuptools))
>      (home-page "https://httpie.io")
>      (synopsis "cURL-like tool for humans")
>      (description
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Pushed as a1f0b15444e146e5bb5eddd86e86def7aac854bb thank you!



This bug report was last modified 1 year and 101 days ago.

Previous Next


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