summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-psutil_5.7.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-psutil: Upgrade 5.7.0 -> 5.7.2Leon Anavi2020-07-161-25/+0
| | | | | | | | | | | | | | | | | | | | | | | 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>
* python3-psutil: Consolidate in a single fileLeon Anavi2020-06-171-2/+23
| | | | | | | | Consolidate inc and bb files into a single bb file. 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.6.7 -> 5.7.0Trevor Gamblin2020-03-271-0/+4
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>