all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69035] [PATCH] gnu: httpie: Update to 3.2.2.
@ 2024-02-11  4:35 kiasoc5 via Guix-patches via
  2024-02-14 21:24 ` bug#69035: " John Kehayias via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2024-02-11  4:35 UTC (permalink / raw)
  To: 69035
  Cc: kiasoc5, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
	Sharlatan Hellseher, jgart

* 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





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

* bug#69035: [PATCH] gnu: httpie: Update to 3.2.2.
  2024-02-11  4:35 [bug#69035] [PATCH] gnu: httpie: Update to 3.2.2 kiasoc5 via Guix-patches via
@ 2024-02-14 21:24 ` John Kehayias via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-02-14 21:24 UTC (permalink / raw)
  To: kiasoc5
  Cc: 69035-done, Sharlatan Hellseher, Munyoki Kilyungi,
	Lars-Dominik Braun, jgart, Marius Bakke

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!





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

end of thread, other threads:[~2024-02-14 21:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11  4:35 [bug#69035] [PATCH] gnu: httpie: Update to 3.2.2 kiasoc5 via Guix-patches via
2024-02-14 21:24 ` bug#69035: " John Kehayias via Guix-patches via

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.