update version to 9.0.0

This commit is contained in:
jxy_git 2022-11-16 20:50:49 +08:00
parent cfd051c1ec
commit 978246a39b
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
Name: pycpuinfo
Version: 8.0.0
Version: 9.0.0
Release: 1
Summary: Get CPU info with pure Python 2 & 3
License: MIT
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
@ -18,12 +18,14 @@ Summary: Get CPU info with pure Python 2 & 3
Provides: python-pycpuinfo
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-pycpuinfo
Py-cpuinfo gets CPU info with pure Python.
%package help
Summary: Development documents and examples for py-cpuinfo
Provides: python3-pycpuinfo-doc
%description help
Py-cpuinfo gets CPU info with pure Python.
@ -68,8 +70,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- 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