diff --git a/psutil-release-7.1.1.tar.gz b/psutil-release-7.1.3.tar.gz similarity index 31% rename from psutil-release-7.1.1.tar.gz rename to psutil-release-7.1.3.tar.gz index bb90b543353f853745f403a4f8c7aa7c60590b76..5b4efceed68fc35c6657ca97f9644bacea4505ad 100644 Binary files a/psutil-release-7.1.1.tar.gz and b/psutil-release-7.1.3.tar.gz differ diff --git a/python-psutil.spec b/python-psutil.spec index e59943da4cf60aadff45eadd173494253524b485..98b3e35639ca689e9ca2816ddc38cdb171099481 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,5 +1,5 @@ Name: python-psutil -Version: 7.1.1 +Version: 7.1.3 Release: 1 Summary: A library for retrieving information on running processes and system utilization in Python License: BSD @@ -48,6 +48,12 @@ done %{python3_sitearch}/*.egg-info %changelog +* Mon Nov 10 2025 wuzhaomin - 7.1.3-1 +- Update package with version 7.1.3 +- Refact psutil_pids() C code +- Make install-pydeps-test before starting tests +- Various fixes to prevent potential segfaults + * Fri Nov 7 2025 wuzhaomin - 7.1.1-1 - Update package with version 7.1.1 - Fix: add missing heahder file _psutil_posix.h