guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: python-psutil: Update to 5.7.0.


From: guix-commits
Subject: 01/08: gnu: python-psutil: Update to 5.7.0.
Date: Wed, 29 Apr 2020 18:05:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ad2736717a475fa696b4fe637d722f31ed520a8d
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 28 13:41:38 2020 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index decc1ce..6f88116 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -412,16 +412,17 @@ data for video and audio files.")
 (define-public python-psutil
   (package
     (name "python-psutil")
-    (version "5.6.5")
+    (version "5.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "psutil" version))
        (sha256
-        (base32 "0isil5jxwwd8awz54qk28rpgjg43i5l6yl70g40vxwa4r4m56lfh"))))
+        (base32 "03jykdi3dgf1cdal9bv4fq9zjvzj9l9bs99gi5ar81sdl5nc2pk8"))))
     (build-system python-build-system)
     (arguments
-     ;; FIXME: some tests does not return and times out.
+     ;; FIXME: some tests do not return and time out.  Some tests fail because
+     ;; some processes survive kill().
      '(#:tests? #f))
     (home-page "https://www.github.com/giampaolo/psutil";)
     (synopsis "Library for retrieving information on running processes")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]