diff --git a/psutil-5.8.0.tar.gz b/psutil-5.8.0.tar.gz deleted file mode 100644 index 7907528ad641da2813670373179e89f2e94e168c..0000000000000000000000000000000000000000 Binary files a/psutil-5.8.0.tar.gz and /dev/null differ diff --git a/psutil-5.9.0.tar.gz b/psutil-5.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..876641f4548afac02c27812ea0a6b961c8b10367 Binary files /dev/null and b/psutil-5.9.0.tar.gz differ diff --git a/python-psutil.spec b/python-psutil.spec index 6a6ee459fa4cca073c6b8fe994e42dc721ff6182..529ded9b6ac8744937b6f40acfd55f99461fa469 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -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 - 5.9.0-1 +- Update version to 5.9.0 + * Thu Jul 15 2021 OpenStack_SIG - 5.8.0-1 - Update version to 5.8.0