diff --git a/psutil-5.9.5.tar.gz b/psutil-release-5.9.8.tar.gz similarity index 34% rename from psutil-5.9.5.tar.gz rename to psutil-release-5.9.8.tar.gz index 9a0f994b7b8b30cdf41741e1918b8cc899245669..ce78dab7d3b9db63f38387b30ece21343130dfef 100644 Binary files a/psutil-5.9.5.tar.gz and b/psutil-release-5.9.8.tar.gz differ diff --git a/python-psutil.spec b/python-psutil.spec index 499aa1f7b459a02f01dd1d55159fac857bb678ba..de50e8b3fd8dadf2df1282e574530e800b5663b8 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,10 +1,10 @@ Name: python-psutil -Version: 5.9.5 +Version: 5.9.8 Release: 1 Summary: A library for retrieving information on running processes and system utilization in Python License: BSD URL: https://github.com/giampaolo/psutil -Source0: https://github.com/giampaolo/psutil/archive/release-%{version}.tar.gz#/psutil-%{version}.tar.gz +Source0: https://github.com/giampaolo/psutil/archive/release-%{version}.tar.gz#/psutil-release-%{version}.tar.gz BuildRequires: gcc python3-devel procps-ng python3-mock @@ -48,6 +48,11 @@ done %{python3_sitearch}/*.egg-info %changelog +* Fri Jun 07 2024 liuzhilin - 5.9.8-1 +- Update version to 5.9.8 +- Fix build on NetBSD due to missing .h include. +- Fix some C compilation warnings + * Wed Jun 07 2023 zjyabsa - 5.9.5-1 - Update version to 5.9.5