GNU bug report logs - #60283
[PATCH] gnu: glances: Update to 3.3.0.4.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Fri, 23 Dec 2022 18:48:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60283: closed ([PATCH] gnu: glances: Update to 3.3.0.4.)
Date: Fri, 30 Dec 2022 02:34:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 30 Dec 2022 10:26:55 +0800
with message-id <871qohd3tc.fsf <at> envs.net>
and subject line Re: bug#60283: [PATCH] gnu: glances: Update to 3.3.0.4.
has caused the debbugs.gnu.org bug report #60283,
regarding [PATCH] gnu: glances: Update to 3.3.0.4.
to be marked as done.

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


-- 
60283: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60283
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: glances: Update to 3.3.0.4.
Date: Fri, 23 Dec 2022 18:47:42 +0000
* gnu/packages/python-xyz.scm (glances): Update to 3.3.0.4.
[propagated-inputs]: Add python-defusedxml and python-packaging.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ee25a2d655..88371fe6c3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18879,13 +18879,13 @@ (define-public python-natsort
 (define-public glances
   (package
   (name "glances")
-  (version "3.1.7")
+  (version "3.3.0.4")
   (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "Glances" version))
       (sha256
-        (base32 "020vb38qrb0m3sdr7xjr43cmcfxpnyg4hmb97wgxsa9zvwsjwa5x"))
+        (base32 "0klyyxqc7cbrf1i741304i3rrwan19qm2v58xmrlgqsmxac542la"))
       (modules '((guix build utils)))
       (snippet
        '(begin
@@ -18899,7 +18899,7 @@ (define-public glances
           #t))))
   (build-system python-build-system)
   (propagated-inputs
-   (list python-future python-psutil))
+   (list python-defusedxml python-future python-packaging python-psutil))
   (home-page "https://github.com/nicolargo/glances")
   (synopsis "Cross-platform curses-based monitoring tool")
   (description
-- 
2.38.1



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: 60283-done <at> debbugs.gnu.org
Subject: Re: bug#60283: [PATCH] gnu: glances: Update to 3.3.0.4.
Date: Fri, 30 Dec 2022 10:26:55 +0800
Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/python-xyz.scm (glances): Update to 3.3.0.4.
> [propagated-inputs]: Add python-defusedxml and python-packaging.

Applied, thank you!


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

Previous Next


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