diff --git a/python-psutil.spec b/python-psutil.spec index de50e8b3fd8dadf2df1282e574530e800b5663b8..a0f41f41b352578a8f7ad40f16a6dd0d59c9fb6d 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,10 +1,10 @@ Name: python-psutil -Version: 5.9.8 +Version: 6.0.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 -Source0: https://github.com/giampaolo/psutil/archive/release-%{version}.tar.gz#/psutil-release-%{version}.tar.gz +Source0: https://github.com/giampaolo/psutil/archive/refs/tags/release-%{version}.tar.gz BuildRequires: gcc python3-devel procps-ng python3-mock @@ -48,6 +48,11 @@ done %{python3_sitearch}/*.egg-info %changelog +* Fri Sep 13 2024 lixiaoyong - 6.0.0-1 +- Update version to 6.0.0 + - ``maxfile`` and ``maxpath`` fields were removed from the namedtuple returned by `disk_partitions()`_. + - offline cpus raise NotImplementedError in cpu_freq() (patch by Shade Gladden) + * Fri Jun 07 2024 liuzhilin - 5.9.8-1 - Update version to 5.9.8 - Fix build on NetBSD due to missing .h include. diff --git a/psutil-release-5.9.8.tar.gz b/release-6.0.0.tar.gz similarity index 34% rename from psutil-release-5.9.8.tar.gz rename to release-6.0.0.tar.gz index ce78dab7d3b9db63f38387b30ece21343130dfef..069b7138df969e4353d85ec3b0379e5b4d3ee778 100644 Binary files a/psutil-release-5.9.8.tar.gz and b/release-6.0.0.tar.gz differ