update version to 5.8.0

(cherry picked from commit 427ec7247cdfc2c2f4d975595496d5f04d10178d)
This commit is contained in:
FFrog 2021-08-10 21:29:40 +08:00 committed by openeuler-sync-bot
parent 93b5d29d16
commit 55c3efabed
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
psutil-5.8.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-psutil Name: python-psutil
Version: 5.4.3 Version: 5.8.0
Release: 8 Release: 1
Summary: A library for retrieving information on running processes and system utilization in Python Summary: A library for retrieving information on running processes and system utilization in Python
License: BSD License: BSD
URL: https://github.com/giampaolo/psutil URL: https://github.com/giampaolo/psutil
@ -27,7 +27,7 @@ management of running processes.It implements many functionalities offered by cl
command line tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others. command line tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others.
%prep %prep
%autosetup -n psutil-release-%{version} -p1 %autosetup -n psutil-%{version} -p1
find psutil -name \*.py | while read file; do find psutil -name \*.py | while read file; do
sed -i.orig -e '1{/^#!/d}' $file && \ sed -i.orig -e '1{/^#!/d}' $file && \
@ -48,6 +48,9 @@ done
%{python3_sitearch}/*.egg-info %{python3_sitearch}/*.egg-info
%changelog %changelog
* Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 5.8.0-1
- Update version to 5.8.0
* Wed Aug 05 2020 lingsheng <lingsheng@huawei.com> - 5.4.3-8 * Wed Aug 05 2020 lingsheng <lingsheng@huawei.com> - 5.4.3-8
- Remove python2-psutil subpackage - Remove python2-psutil subpackage