diff --git a/python-psutil.spec b/python-psutil.spec index a0f41f41b352578a8f7ad40f16a6dd0d59c9fb6d..e10dbed5f6359289e7c308162ff8985c566ced17 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,10 +1,10 @@ Name: python-psutil -Version: 6.0.0 +Version: 7.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/refs/tags/release-%{version}.tar.gz +Source0: %{url}/archive/release-%{version}.tar.gz BuildRequires: gcc python3-devel procps-ng python3-mock @@ -48,6 +48,11 @@ done %{python3_sitearch}/*.egg-info %changelog +* Mon May 19 2025 Dongxing Wang - 7.0.0-1 +- Update package with version 7.0.0 + pin black version to 24.X, because new 25.X breaks style + Avoid segfault for processes that use hundreds of GBs of memory + * 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()`_. diff --git a/release-6.0.0.tar.gz b/release-7.0.0.tar.gz similarity index 36% rename from release-6.0.0.tar.gz rename to release-7.0.0.tar.gz index 069b7138df969e4353d85ec3b0379e5b4d3ee778..fe8211aa4cd09e7fa88201432557313d7e3d4f99 100644 Binary files a/release-6.0.0.tar.gz and b/release-7.0.0.tar.gz differ