!3 Upgrade package to version 8.0.0

From: @Gzx1999 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-09-29 10:41:05 +00:00 committed by Gitee
commit cfd051c1ec
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
py-cpuinfo-8.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: pycpuinfo Name: pycpuinfo
Version: 7.0.0 Version: 8.0.0
Release: 1 Release: 1
Summary: Get CPU info with pure Python 2 & 3 Summary: Get CPU info with pure Python 2 & 3
License: MIT License: MIT
URL: https://github.com/workhorsy/py-cpuinfo URL: https://github.com/workhorsy/py-cpuinfo
Source0: https://files.pythonhosted.org/packages/f6/f5/8e6e85ce2e9f6e05040cf0d4e26f43a4718bcc4bce988b433276d4b1a5c1/py-cpuinfo-7.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/e6/ba/77120e44cbe9719152415b97d5bfb29f4053ee987d6cb63f55ce7d50fadc/py-cpuinfo-8.0.0.tar.gz
BuildArch: noarch BuildArch: noarch
@ -15,7 +15,7 @@ without any extra programs or libraries, beyond what your OS provides.
%package -n python3-pycpuinfo %package -n python3-pycpuinfo
Summary: Get CPU info with pure Python 2 & 3 Summary: Get CPU info with pure Python 2 & 3
Provides: python3-pycpuinfo Provides: python-pycpuinfo
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-pycpuinfo %description -n python3-pycpuinfo
@ -28,7 +28,7 @@ Provides: python3-pycpuinfo-doc
Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo gets CPU info with pure Python.
%prep %prep
%autosetup -n py-cpuinfo-7.0.0 %autosetup -n py-cpuinfo-%{version}
%build %build
%py3_build %py3_build
@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Sep 29 2022 guozhengxin <guozhengxin@kylinos.cn> - 8.0.0-1
- Upgrade package to version 8.0.0
* Sat Jul 18 2020 Python_Bot <Python_Bot@openeuler.org> * Sat Jul 18 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated