14
0

- 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:
2021-06-06 11:55:32 +00:00
committed by Git OBS Bridge
parent 0f834ad096
commit ddc08fa8e1
4 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# 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
# 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: 7.0.0
Version: 8.0.0
Release: 0
Summary: Python library and tool to get CPU info
License: MIT
@@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(preun): update-alternatives
Requires(preun):update-alternatives
BuildArch: noarch
%python_subpackages