summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-psutil_5.7.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-psutil: Upgrade 5.7.2 -> 5.7.3Leon Anavi2020-10-281-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.7.3: - [FreeBSD] add support for Process.rlimit(). - [BSD] add support for Process.environ() - [UNIX] net_if_stats()'s isup also checks whether the NIC is running (meaning Wi-Fi or ethernet cable is connected) - [Linux] improved battery detection and charge "secsleft" calculation - [Linux] physical cpu_count() result is incorrect on systems with more than one CPU socket - [macOS] Process.exe() may raise FileNotFoundError if process is still alive but the exe file which launched it got deleted - [macOS] fix missing include for getpagesize() - [Windows] Process.open_files() may cause a segfault due to a NULL pointer - [Linux] sensors_battery(): if percent can be determined but not the remaining values, still return a result instead of None. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-psutil: Upgrade 5.7.0 -> 5.7.2Leon Anavi2020-07-161-0/+26
Upgrade to release 5.7.2: - wheels for 2.7 were inadvertently deleted. - parallel tests on UNIX (make test-parallel). They're twice as fast! - "make build/install" is now run in parallel and it's about 15% faster on UNIX. - Process.wait() on POSIX returns an enum, showing the negative signal which was used to terminate the process. - Process.wait() return value is cached so that the exit code can be retrieved on then next call. - memory leak tests are now stable. - Linux: cpu_freq() parsing should use spaces instead of tabs on ia64. - Linux: Process.rlimit() does not handle long long type properly. - fix signature of callback function for getloadavg(). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>