pkgsrc/sysutils/py-psutil
adam 2119d64823 py-psutil: updated to 5.4.7
5.4.7:
Enhancements
* [macOS] psutil.OSX constant is now deprecated in favor of new psutil.MACOS.
* [Linux] added psutil.STATUS_PARKED constant for Process.status().
* [Linux] add disk_io_counters() dual implementation relying on /sys/block filesystem in case /proc/diskstats is not available.

Bug fixes
* [macOS] Process.memory_maps() may fail with EINVAL due to poor task_for_pid() syscall. AccessDenied is now raised instead.
* [macOS] Process.threads() incorrectly return microseconds instead of seconds.
* [Linux, macOS, BSD] net_if_stats() may return ENODEV.
* [Windows] psutil.Process().connections() may sometime fail with MemoryError.
* [Linux] disk_io_stats() may report inflated r/w bytes values.
* [Linux] Process.status() is unable to recognize "idle" and "parked" statuses (returns '?').
* [Linux] disk_io_counters() can report inflated IO counters due to erroneously counting base disk device and its partition(s) twice.
* [Linux] sensors_temperatures() may fail with ValueError.
2018-08-19 09:11:32 +00:00
..
patches sysutils/py-psutil: Update to 5.4.5 2018-05-15 22:22:01 +00:00
DESCR
distinfo py-psutil: updated to 5.4.7 2018-08-19 09:11:32 +00:00
Makefile py-psutil: updated to 5.4.7 2018-08-19 09:11:32 +00:00
MESSAGE.NetBSD
PLIST py-psutil: Unbreak PLIST from last update. 2018-05-16 16:22:32 +00:00