forked from pool/python-py-cpuinfo
- update to 7.0.0:
* CPU flags vary between runs on Mac OS X * Change 'byte code' to 'machine code' * Overhead from generating machine code throws off CPUID HZ * On non BeOS systems, calling sysinfo may open GUI program * Invalid escape sequences warn when building in Python 3.8 * Remove extended_model and extended_family fields * Remove empty and zeroed fields * Missing data on Ryzen CPUs * Rename fields to be more clear * Add option to return --version * Make test suite also check SELinux * Make unit tests also test CPUID * Add s390x support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 21:06:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 7.0.0:
|
||||
* CPU flags vary between runs on Mac OS X
|
||||
* Change 'byte code' to 'machine code'
|
||||
* Overhead from generating machine code throws off CPUID HZ
|
||||
* On non BeOS systems, calling sysinfo may open GUI program
|
||||
* Invalid escape sequences warn when building in Python 3.8
|
||||
* Remove extended_model and extended_family fields
|
||||
* Remove empty and zeroed fields
|
||||
* Missing data on Ryzen CPUs
|
||||
* Rename fields to be more clear
|
||||
* Add option to return --version
|
||||
* Make test suite also check SELinux
|
||||
* Make unit tests also test CPUID
|
||||
* Add s390x support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 13:40:11 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user