- update to 8.0.0:
* Fixed Bug #161: Accept arm64 as an alias for aarch64 * Fixed Bug #160: Add MIPS architecture support * Fixed Bug #74: Add option to trace code paths to file * Fixed Bug #157: Remove multiple checks for sestatus OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=15
This commit is contained in:
parent
0f834ad096
commit
ddc08fa8e1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9aa2e49675114959697d25cf57fec41c29b55887bff3bc4809b44ac6f5730097
|
|
||||||
size 95887
|
|
3
py-cpuinfo-8.0.0.tar.gz
Normal file
3
py-cpuinfo-8.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f269be0e08e33fd959de96b34cd4aeeeacac014dd8305f70eb28d06de2345c5
|
||||||
|
size 99791
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 6 11:53:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 8.0.0:
|
||||||
|
* Fixed Bug #161: Accept arm64 as an alias for aarch64
|
||||||
|
* Fixed Bug #160: Add MIPS architecture support
|
||||||
|
* Fixed Bug #74: Add option to trace code paths to file
|
||||||
|
* Fixed Bug #157: Remove multiple checks for sestatus
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 16 21:06:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Wed Sep 16 21:06:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-py-cpuinfo
|
# spec file for package python-py-cpuinfo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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: 7.0.0
|
Version: 8.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
|
||||||
@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun): update-alternatives
|
Requires(preun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user