GNU bug report logs - #35891
[PATCH 1/4] gnu: python-psutil: Update to 5.6.2.

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Sat, 25 May 2019 00:25:03 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.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: Brett Gilio <brettg <at> posteo.net>
Subject: bug#35891: closed (Re: [bug#35891] [PATCH 1/4] gnu:
 python-psutil: Update to 5.6.2.)
Date: Sun, 26 May 2019 08:25:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#35891: [PATCH 1/4] gnu: python-psutil: Update to 5.6.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 35891 <at> debbugs.gnu.org.

-- 
35891: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35891
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Brett Gilio <brettg <at> posteo.net>, 35891-done <at> debbugs.gnu.org
Subject: Re: [bug#35891] [PATCH 1/4] gnu: python-psutil: Update to 5.6.2.
Date: Sun, 26 May 2019 10:24:08 +0200
[Message part 3 (text/plain, inline)]
Brett Gilio <brettg <at> posteo.net> writes:

> From 9a9c6ce2cb30524e881c4c09658b24f438dd047b Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Fri, 24 May 2019 19:08:56 -0500
> Subject: [PATCH 1/4] gnu: python-psutil: Update to 5.6.2.
>
> * gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.2.

Pushed in 7abf3cbf710300fa4024ed3cefbb96c6ecd36c39, thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/4] gnu: python-psutil: Update to 5.6.2.
Date: Fri, 24 May 2019 19:14:04 -0500
[0001-gnu-python-psutil-Update-to-5.6.2.patch (text/x-patch, inline)]
From 9a9c6ce2cb30524e881c4c09658b24f438dd047b Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Fri, 24 May 2019 19:08:56 -0500
Subject: [PATCH 1/4] gnu: python-psutil: Update to 5.6.2.

* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f8bfdc521b..88cf57a30d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -157,14 +157,14 @@
 (define-public python-psutil
   (package
     (name "python-psutil")
-    (version "5.4.3")
+    (version "5.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "psutil" version))
        (sha256
         (base32
-         "063v69x7spyclyaxrd3gmzj3p16q5ayg97xqhwb1kyn22a9pwip2"))))
+         "1v95vb5385qscfdvphv8l2w22bmir3d7yhpi02n58v3mlqy1r3l2"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: some tests does not return and times out.
-- 
2.21.0




This bug report was last modified 6 years and 76 days ago.

Previous Next


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