aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb
AgeCommit message (Collapse)Author
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-01-08python3-psutil: Upgrade 5.7.3 -> 5.8.0Leon Anavi
Upgrade to release 5.8.0: - disk_partitions() exposes 2 extra fields: maxfile and maxpath, which are the maximum file name and path name length. - [Windows] added support for PyPy 2.7. - provide pre-compiled wheels for Linux and macOS. - get rid of Travis and Cirrus CI services (they are no longer free). CI testing is now done by GitHub Actions on Linux, macOS and FreeBSD (yes). AppVeyor is still being used for Windows CI. - [Linux] get rid of sensors_temperatures() duplicates. 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>