Page MenuHomeSolus

Update python-psutil to 5.6.2
ClosedPublic

Authored by Girtablulu on May 21 2019, 10:24 PM.
Tags
None
Referenced Files
F11072115: D6393.diff
Sat, Aug 12, 2:04 AM
F10848798: D6393.id15418.diff
Jun 11 2023, 4:42 PM
F10847132: D6393.id15408.diff
Jun 11 2023, 9:08 AM
F10778082: D6393.id.diff
May 24 2023, 4:30 AM
F10758741: D6393.diff
May 17 2023, 5:34 PM
F10758362: D6393.id15408.diff
May 17 2023, 2:59 PM
F10720140: D6393.diff
May 5 2023, 6:07 PM
Subscribers

Details

Summary

Update python-psutil to 5.6.2

Changelog summarized:

  • 5.6.2
    • cpu_count(logical=False) uses a second method in order to determine the number of physical CPUs
    • provide coloured test output. Also show failures on KeyboardInterrupt.
    • various docfixes (always point to python3 doc, fix links, etc.).
    • variozs fixes for cpu_freq()
  • 5.6.1
    • [AIX] psutil doesn't compile on AIX 6.1
  • 5.6.0
    • in case of error, the traceback message now shows the underlying C function called which failed.
    • new Process.parents() method.
    • pids() are returned in sorted order.
  • 5.5.1
    • psutil exceptions' repr() show the internal private module path.
    • [AIX] psutil won't compile on AIX 7.1 due to missing header.
Test Plan

Started spyder and spyder3 and glances

Diff Detail

Repository
R2651 python-psutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 21 2019, 10:53 PM
This revision was automatically updated to reflect the committed changes.