GNU bug report logs -
#44302
[PATCH] gnu: httpie: Update to 2.3.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 31 Oct 2020 23:15:57 +0100
with message-id <87k0v6rqhu.fsf <at> gnu.org>
and subject line Re: [bug#44302] [PATCH] gnu: httpie: Update to 2.3.0.
has caused the debbugs.gnu.org bug report #44302,
regarding [PATCH] gnu: httpie: Update to 2.3.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
44302: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44302
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-web.scm (httpie): Update to 2.3.0.
[propagated-inputs]: Add python-requests-toolbelt.
[home-page]: Update URL.
---
gnu/packages/python-web.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1b6f0290ab..cf71a64e7c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -30,7 +30,7 @@
;;; Copyright © 2019 Vagrant Cascadian <vagrant <at> debian.org>
;;; Copyright © 2019 Brendan Tildesley <mail <at> brendan.scot>
;;; Copyright © 2019 Pierre Langlois <pierre.langlois <at> gmx.com>
-;;; Copyright © 2019 Tanguy Le Carrour <tanguy <at> bioneland.org>
+;;; Copyright © 2019, 2020 Tanguy Le Carrour <tanguy <at> bioneland.org>
;;; Copyright © 2020 Jakub Kądziołka <kuba <at> kadziolka.net>
;;; Copyright © 2020 Evan Straw <evan.straw99 <at> gmail.com>
;;; Copyright © 2020 Alexandros Theodotou <alex <at> zrythm.org>
@@ -429,14 +429,14 @@ other HTTP libraries.")
(define-public httpie
(package
(name "httpie")
- (version "2.2.0")
+ (version "2.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "httpie" version))
(sha256
(base32
- "18058k0i3cc4ixvgzj882w693lf40283flvspbrvd876iq42ib1i"))))
+ "15ngl3yc186gkgqdx8iav9bpj8gxjpzz26y32z92jwyhj4cmfh6m"))))
(build-system python-build-system)
(arguments
;; The tests attempt to access external web servers, so we cannot run them.
@@ -444,8 +444,9 @@ other HTTP libraries.")
(propagated-inputs
`(("python-colorama" ,python-colorama)
("python-pygments" ,python-pygments)
- ("python-requests" ,python-requests)))
- (home-page "https://httpie.org/")
+ ("python-requests" ,python-requests)
+ ("python-requests-toolbelt" ,python-requests-toolbelt-0.9.1)))
+ (home-page "https://httpie.io")
(synopsis "cURL-like tool for humans")
(description
"A command line HTTP client with an intuitive UI, JSON support,
--
2.29.1
[Message part 3 (message/rfc822, inline)]
Hi,
Tanguy Le Carrour <tanguy <at> bioneland.org> skribis:
> * gnu/packages/python-web.scm (httpie): Update to 2.3.0.
> [propagated-inputs]: Add python-requests-toolbelt.
> [home-page]: Update URL.
Applied, thanks!
‘guix lint’ says “probably vulnerable to CVE-2019-10751”. Would be nice
if you could take a look and see what needs to be done about it.
Thanks,
Ludo’.
This bug report was last modified 4 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.