diff --git a/release-7.0.0.tar.gz b/psutil-release-7.1.0.tar.gz similarity index 31% rename from release-7.0.0.tar.gz rename to psutil-release-7.1.0.tar.gz index fe8211aa4cd09e7fa88201432557313d7e3d4f99..46a1530f6991a609def2b64e9f9e00386ba3dab2 100644 Binary files a/release-7.0.0.tar.gz and b/psutil-release-7.1.0.tar.gz differ diff --git a/python-psutil.spec b/python-psutil.spec index e10dbed5f6359289e7c308162ff8985c566ced17..fdf382d461fe2c3ec6eafa76b6f1489abbe16b55 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,10 +1,10 @@ Name: python-psutil -Version: 7.0.0 +Version: 7.1.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: %{url}/archive/release-%{version}.tar.gz +Source0: %{url}/archive/psutil-release-%{version}.tar.gz BuildRequires: gcc python3-devel procps-ng python3-mock @@ -48,6 +48,10 @@ done %{python3_sitearch}/*.egg-info %changelog +* Thu Oct 09 2025 maqi - 7.1.0-1 +- Update package with version 7.1.0 +- Fix cannot compile psutil from sources due to missing C include. + * 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