[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")
- branch master updated (145df67 -> 851a3a7), guix-commits, 2020/04/29
- 02/08: gnu: Add python-voluptuous., guix-commits, 2020/04/29
- 03/08: gnu: Add python-cmd2., guix-commits, 2020/04/29
- 04/08: gnu: Remove python2-pyflakes-0.8.1., guix-commits, 2020/04/29
- 05/08: gnu: Replace python-pyflakes-0.8.1 with python-pyflakes-1.2., guix-commits, 2020/04/29
- 01/08: gnu: python-psutil: Update to 5.7.0.,
guix-commits <=
- 06/08: gnu: Remove python2-flake8-2.5., guix-commits, 2020/04/29
- 07/08: gnu: python-flake8-2.5: Update to 2.6.2., guix-commits, 2020/04/29
- 08/08: gnu: python-hacking: Update to 1.1.0., guix-commits, 2020/04/29