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
This commit is contained in:
parent
ddc08fa8e1
commit
34be5b9f8b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f269be0e08e33fd959de96b34cd4aeeeacac014dd8305f70eb28d06de2345c5
|
|
||||||
size 99791
|
|
BIN
py-cpuinfo-9.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
py-cpuinfo-9.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 9 18:28:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Sun Jun 6 11:53:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-py-cpuinfo
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
Name: python-py-cpuinfo
|
Name: python-py-cpuinfo
|
||||||
Version: 8.0.0
|
Version: 9.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library and tool to get CPU info
|
Summary: Python library and tool to get CPU info
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user