From 0f834ad096ed86b41e379435d8577ec0670f92e2c3c2e16d6f6bdc635fa33502 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 16 Sep 2020 21:07:54 +0000 Subject: [PATCH] - 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 --- py-cpuinfo-5.0.0.tar.gz | 3 --- py-cpuinfo-7.0.0.tar.gz | 3 +++ python-py-cpuinfo.changes | 18 ++++++++++++++++++ python-py-cpuinfo.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 py-cpuinfo-5.0.0.tar.gz create mode 100644 py-cpuinfo-7.0.0.tar.gz diff --git a/py-cpuinfo-5.0.0.tar.gz b/py-cpuinfo-5.0.0.tar.gz deleted file mode 100644 index baaa041..0000000 --- a/py-cpuinfo-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cf6426f776625b21d1db8397d3297ef7acfa59018f02a8779123f3190f18500 -size 82118 diff --git a/py-cpuinfo-7.0.0.tar.gz b/py-cpuinfo-7.0.0.tar.gz new file mode 100644 index 0000000..3506059 --- /dev/null +++ b/py-cpuinfo-7.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa2e49675114959697d25cf57fec41c29b55887bff3bc4809b44ac6f5730097 +size 95887 diff --git a/python-py-cpuinfo.changes b/python-py-cpuinfo.changes index 8d04f3a..6cb45c0 100644 --- a/python-py-cpuinfo.changes +++ b/python-py-cpuinfo.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Sep 16 21:06:31 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-py-cpuinfo.spec b/python-py-cpuinfo.spec index a6b8a00..ecad03b 100644 --- a/python-py-cpuinfo.spec +++ b/python-py-cpuinfo.spec @@ -1,7 +1,7 @@ # # spec file for package python-py-cpuinfo # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without tests Name: python-py-cpuinfo -Version: 5.0.0 +Version: 7.0.0 Release: 0 Summary: Python library and tool to get CPU info License: MIT