1
0

- 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:
2020-09-16 21:07:54 +00:00
committed by Git OBS Bridge
parent d251dc02a6
commit 0f834ad096
4 changed files with 23 additions and 5 deletions

View File

@@ -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>