diff --git a/psutil-5.4.3.tar.gz b/psutil-5.4.3.tar.gz deleted file mode 100644 index 0dbcfe191ad3df878b4816159616ec71f7ecf198..0000000000000000000000000000000000000000 Binary files a/psutil-5.4.3.tar.gz and /dev/null differ diff --git a/psutil-5.8.0.tar.gz b/psutil-5.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7907528ad641da2813670373179e89f2e94e168c Binary files /dev/null and b/psutil-5.8.0.tar.gz differ diff --git a/python-psutil.spec b/python-psutil.spec index 7c3f2a8001a5d5ce40c73209212612ca6d661195..6a6ee459fa4cca073c6b8fe994e42dc721ff6182 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,6 +1,6 @@ Name: python-psutil -Version: 5.4.3 -Release: 8 +Version: 5.8.0 +Release: 1 Summary: A library for retrieving information on running processes and system utilization in Python License: BSD 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. %prep -%autosetup -n psutil-release-%{version} -p1 +%autosetup -n psutil-%{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 +* Thu Jul 15 2021 OpenStack_SIG - 5.8.0-1 +- Update version to 5.8.0 + * Wed Aug 05 2020 lingsheng - 5.4.3-8 - Remove python2-psutil subpackage