!4 Update package to version 9.0.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-11-17 02:33:44 +00:00 committed by Gitee
commit 817e7bbffb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
py-cpuinfo-9.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: 8.0.0 Version: 9.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/e6/ba/77120e44cbe9719152415b97d5bfb29f4053ee987d6cb63f55ce7d50fadc/py-cpuinfo-8.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/37/a8/d832f7293ebb21690860d2e01d8115e5ff6f2ae8bbdc953f0eb0fa4bd2c7/py-cpuinfo-9.0.0.tar.gz
BuildArch: noarch BuildArch: noarch
@ -18,12 +18,14 @@ Summary: Get CPU info with pure Python 2 & 3
Provides: python-pycpuinfo Provides: python-pycpuinfo
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-pycpuinfo %description -n python3-pycpuinfo
Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo gets CPU info with pure Python.
%package help %package help
Summary: Development documents and examples for py-cpuinfo Summary: Development documents and examples for py-cpuinfo
Provides: python3-pycpuinfo-doc Provides: python3-pycpuinfo-doc
%description help %description help
Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo gets CPU info with pure Python.
@ -68,8 +70,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Nov 16 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 9.0.0-1
- Update package to version 9.0.0
* Thu Sep 29 2022 guozhengxin <guozhengxin@kylinos.cn> - 8.0.0-1 * Thu Sep 29 2022 guozhengxin <guozhengxin@kylinos.cn> - 8.0.0-1
- Upgrade package to version 8.0.0 - 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> - 7.0.0-1
- Package Spec generated - Package Spec generated