Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psutil versions available: 5.4.8 #422

Closed
dependencies bot opened this issue Oct 31, 2018 · 0 comments · Fixed by #419
Closed

psutil versions available: 5.4.8 #422

dependencies bot opened this issue Oct 31, 2018 · 0 comments · Fixed by #419

Comments

@dependencies
Copy link

dependencies bot commented Oct 31, 2018

There are new versions of psutil available from pypi.

5.4.8

2018-10-30

Enhancements

  • 1197: [Linux]
    cpu_freq() is now implemented by parsing /proc/cpuinfo in case
    /sys/devices/system/cpu/* filesystem is not available.
  • 1310: [Linux]
    psutil.sensors_temperatures() now parses /sys/class/thermal in case
    /sys/class/hwmon fs is not available (e.g. Raspberry Pi). (patch by
    Alex Manuskin)
  • 1320: [Posix]
    better compilation support when using g++ instead of gcc. (patch by
    Jaime Fullaondo)

Bug fixes

  • 715: do not print
    exception on import time in case cpu_times() fails.
  • 1004: [Linux]
    Process.io_counters() may raise ValueError.
  • 1277: [OSX]
    available and used memory (psutil.virtual_memory()) metrics are not
    accurate.
  • 1294: [Windows]
    psutil.Process().connections() may sometimes fail with intermittent
    0xC0000001. (patch by Sylvain Duchesne)
  • 1307: [Linux]
    disk_partitions() does not honour PROCFS_PATH.
  • 1320: [AIX]
    system CPU times (psutil.cpu_times()) were being reported with
    ticks unit as opposed to seconds. (patch by Jaime Fullaondo)
  • 1332: [OSX]
    psutil debug messages are erroneously printed all the time. (patch
    by Ilya Yanok)
  • 1346: [SunOS]
    net_connections() returns an empty list. (patch by Oleksii
    Shevchuk)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants