--- - branch: MAIN date: Tue May 15 22:22:01 UTC 2018 files: - new: '1.21' old: '1.20' path: pkgsrc/sysutils/py-psutil/Makefile pathrev: pkgsrc/sysutils/py-psutil/Makefile@1.21 type: modified - new: '1.21' old: '1.20' path: pkgsrc/sysutils/py-psutil/distinfo pathrev: pkgsrc/sysutils/py-psutil/distinfo@1.21 type: modified - new: '1.10' old: '1.9' path: pkgsrc/sysutils/py-psutil/PLIST pathrev: pkgsrc/sysutils/py-psutil/PLIST@1.10 type: modified - new: '0' old: '1.7' path: pkgsrc/sysutils/py-psutil/patches/patch-psutil_arch_bsd_netbsd.c pathrev: pkgsrc/sysutils/py-psutil/patches/patch-psutil_arch_bsd_netbsd.c@0 type: deleted - new: '1.1' old: '0' path: pkgsrc/sysutils/py-psutil/patches/patch-psutil_arch_netbsd_specific.c pathrev: pkgsrc/sysutils/py-psutil/patches/patch-psutil_arch_netbsd_specific.c@1.1 type: added id: 20180515T222201Z.f05ffc9267ac100cd8f56a6b346e1acef564daa6 log: | sysutils/py-psutil: Update to 5.4.5 Enhancements since 5.2.2: - disk_io_counters() and net_io_counters() numbers no longer wrap (restart from 0). Introduced a new "nowrap" argument. - psutil.net_connections() and psutil.Process.connections() "laddr" and "raddr" are now named tuples. - swap_memory() now relies on /proc/meminfo instead of sysinfo() syscall so that it can be used in conjunction with PROCFS_PATH in order to retrieve memory info about Linux containers such as Docker and Heroku. - psutil.users() provides a new "pid" field. - process_iter() accepts two new parameters in order to invoke Process.as_dict(): "attrs" and "ad_value". With this you can iterate over all processes in one shot without needing to catch NoSuchProcess and do list/dict comprehensions. - implemented full unicode support. - disk_usage() on Python 3 is now able to accept bytes. - test suite now enables all warnings by default. - source distribution is dynamically generated so that it only includes relevant files. - introduced PSUTIL_DEBUG environment variable which can be set in order to print useful debug messages on stderr (useful in case of nasty errors). - added support for sensors_battery() on OSX. - Process.children() is 2x faster on UNIX and 2.4x faster on Linux. - deprecated method Process.memory_info_ex() now warns by using FutureWarning instead of DeprecationWarning. module: pkgsrc subject: 'CVS commit: pkgsrc/sysutils/py-psutil' unixtime: '1526422921' user: minskim