summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-py-cpuinfo: disable broken ptestsTrevor Gamblin2023-10-171-0/+8
| | | | | | | | | | | | | There are a handful of CLI-related ptests that consistently fail with an apparent permissions issue, but making the .../site-packages/cpuinfo/cpuinfo.py script executable does not seem to fix the problem. Skip these tests for now, and make sure that the right /usr/bin/env line is present in py-cpuinfo's scripts on the image. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e0abbc52802d36cbd6e5c15c38d6649a822e6450) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0Leon Anavi2022-10-271-0/+27
Upgrade to release 9.0.0: - Changes to lscpu breaks parsing of cache info - CPU stepping, model, and family values are blank if 0 - Officially drop support for Python 2 - Replace Python 3.11 deprecated unittest.makeSuite - Fix lgtm.com alerts - Support Wheel - Add support for RISC-V License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>