Upgrade package to version 8.0.0

This commit is contained in:
Gzx1999 2022-09-29 17:41:04 +08:00
parent 2007465f74
commit 447263501b
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
Name: pycpuinfo
Version: 7.0.0
Version: 8.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/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
@ -15,7 +15,7 @@ without any extra programs or libraries, beyond what your OS provides.
%package -n python3-pycpuinfo
Summary: Get CPU info with pure Python 2 & 3
Provides: python3-pycpuinfo
Provides: python-pycpuinfo
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-pycpuinfo
@ -28,7 +28,7 @@ Provides: python3-pycpuinfo-doc
Py-cpuinfo gets CPU info with pure Python.
%prep
%autosetup -n py-cpuinfo-7.0.0
%autosetup -n py-cpuinfo-%{version}
%build
%py3_build
@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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>
- Package Spec generated