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

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Marius Bakke
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
878suvqtkj.fsf@posteo.net
From 9a9c6ce2cb30524e881c4c09658b24f438dd047b Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@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(-)

Toggle diff (23 lines)
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
Marius Bakke wrote 6 years ago
87blzpd3o7.fsf@devup.no
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 9a9c6ce2cb30524e881c4c09658b24f438dd047b Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@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!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlzqTSgACgkQoqBt8qM6
VPotyAf8CQA4Ln7FbBDBles6MloFje7zGE3NsjI/CRGqW+PbHM5EaNf0KJjvlcG6
HLii15AmjlLOH+lHJjBpCb/rLP+YEq8YksJBEJlwJ6MgWDj2aAqv8pD61VsTx1hq
96JPrCnl1xVXJpz7SWtvtNsUHETc7eNdeq/xclC+WN4aqhuN3ZYz0uAY/fMGuVlT
6Iku7XPK7FdfOT0H+ekJZhfDfzr1GQizYNE940IxlTLzKpSruKA5UdYv4MzaBffV
cOzm9//sZD+xu3xMeMCNTZKugxJvJxeomHxSuiHfJAOz0vnwWrKLlZ6YexV2a+Ks
9MDwoPZXLTzUFLN2rzMdErKqax3CMg==
=/A4y
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 35891@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 35891
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help