From 34be5b9f8bec32a31bbbc35c01623cfb3d680a95513e8939ac37dbf577f5d03f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 11 Nov 2022 09:30:31 +0000 Subject: [PATCH] Accepting request 1034909 from home:yarunachalam:branches:devel:languages:python - Update to Release 9.0.0 * Fixed Bug #178: Changes to lscpu breaks parsing of cache info * Fixed Bug #152: CPU stepping, model, and family values are blank if 0 * Fixed Bug #177: Officially drop support for Python 2 * Fixed Bug #171: Replace Python 3.11 deprecated unittest.makeSuite * Fixed Bug #173: Fix lgtm.com alerts * Fixed Bug #165: Support Wheel * Fixed Bug #167: Add support for RISC-V OBS-URL: https://build.opensuse.org/request/show/1034909 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=17 --- py-cpuinfo-8.0.0.tar.gz | 3 --- py-cpuinfo-9.0.0.tar.gz | 3 +++ python-py-cpuinfo.changes | 12 ++++++++++++ python-py-cpuinfo.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 py-cpuinfo-8.0.0.tar.gz create mode 100644 py-cpuinfo-9.0.0.tar.gz diff --git a/py-cpuinfo-8.0.0.tar.gz b/py-cpuinfo-8.0.0.tar.gz deleted file mode 100644 index f5e6988..0000000 --- a/py-cpuinfo-8.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f269be0e08e33fd959de96b34cd4aeeeacac014dd8305f70eb28d06de2345c5 -size 99791 diff --git a/py-cpuinfo-9.0.0.tar.gz b/py-cpuinfo-9.0.0.tar.gz new file mode 100644 index 0000000..ad4388a --- /dev/null +++ b/py-cpuinfo-9.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690 +size 104716 diff --git a/python-py-cpuinfo.changes b/python-py-cpuinfo.changes index eb860bd..1100ac9 100644 --- a/python-py-cpuinfo.changes +++ b/python-py-cpuinfo.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 9 18:28:08 UTC 2022 - Yogalakshmi Arunachalam + +- Update to Release 9.0.0 + * Fixed Bug #178: Changes to lscpu breaks parsing of cache info + * Fixed Bug #152: CPU stepping, model, and family values are blank if 0 + * Fixed Bug #177: Officially drop support for Python 2 + * Fixed Bug #171: Replace Python 3.11 deprecated unittest.makeSuite + * Fixed Bug #173: Fix lgtm.com alerts + * Fixed Bug #165: Support Wheel + * Fixed Bug #167: Add support for RISC-V + ------------------------------------------------------------------- Sun Jun 6 11:53:50 UTC 2021 - Dirk Müller diff --git a/python-py-cpuinfo.spec b/python-py-cpuinfo.spec index cdfe65a..58452b6 100644 --- a/python-py-cpuinfo.spec +++ b/python-py-cpuinfo.spec @@ -1,7 +1,7 @@ # # spec file for package python-py-cpuinfo # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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: 8.0.0 +Version: 9.0.0 Release: 0 Summary: Python library and tool to get CPU info License: MIT