Update package psutil of version 5.9.0

(cherry picked from commit dba6098ab1b270ef1770fc613c344ccb4f929192)
This commit is contained in:
A_L_I_E_Z 2022-06-13 08:24:22 +00:00 committed by openeuler-sync-bot
parent 6ec42e9a4f
commit cf7ee1f182
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
psutil-5.9.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: python-psutil
Version: 5.8.0
Version: 5.9.0
Release: 1
Summary: A library for retrieving information on running processes and system utilization in Python
License: BSD
@ -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.
%prep
%autosetup -n psutil-%{version} -p1
%autosetup -n psutil-release-%{version} -p1
find psutil -name \*.py | while read file; do
sed -i.orig -e '1{/^#!/d}' $file && \
@ -48,6 +48,9 @@ done
%{python3_sitearch}/*.egg-info
%changelog
* Mon Jun 13 2022 OpenStack_SIG <openstack@openeuler.org> - 5.9.0-1
- Update version to 5.9.0
* Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 5.8.0-1
- Update version to 5.8.0