[Python-announce] ANN: psutil 7.1.1 released
Giampaolo Rodola' via Python-announce-list <[email protected]> Sun, 19 Oct 2025 17:44:53 +0200
| Newsgroups | gmane.comp.python.announce |
|---|---|
| Message-ID | <CAFYqXL8HUGpr2QUw_9XE4GcJo60pyYx=ErD-wzvBkpv20rhTjQ@mail.gmail.com> |
Hello all, I'm glad to announce the release of psutil 7.1.1: https://github.com/giampaolo/psutil About ===== psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It currently supports Linux, Windows, macOS, Sun Solaris, FreeBSD, OpenBSD, NetBSD and AIX. Supported Python versions are cPython 3.6+ and PyPy. What's new ========== 2025-10-19 **Enhancements** * 2645_, [SunOS]: dropped support for SunOS 10. * 2646_, [SunOS]: add CI test runner for SunOS. **Bug fixes** - #2641, [SunOS]: cannot compile psutil from sources due to missing C include. - #2357, [SunOS]: `Process.cmdline()`_ does not handle spaces properly. (patch by Ben Raz) **Compatibility notes** * 2645_: SunOS 10 is no longer supported. Links ===== - Home page: https://github.com/giampaolo/psutil - Download: https://pypi.org/project/psutil/#files - Documentation: http://psutil.readthedocs.io - What's new: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst Hashes ====== psutil-7.1.1-cp36-abi3-macosx_10_9_x86_64.whl md5: d97136c7381cb22b832aaa6980ad64fa sha256: 8fa59d7b1f01f0337f12cd10dbd76e4312a4d3c730a4fedcbdd4e5447a8b8460 psutil-7.1.1-cp36-abi3-macosx_11_0_arm64.whl md5: 2933dd16766234bcff77f5e2bc551aea sha256: 2a95104eae85d088891716db676f780c1404fc15d47fde48a46a5d61e8f5ad2c psutil-7.1.1-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl md5: 0cc02a24e02244c6167866a3b52ced06 sha256: 98629cd8567acefcc45afe2f4ba1e9290f579eacf490a917967decce4b74ee9b psutil-7.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl md5: d1d2c075ae8e742cf7c4ca2d36125b1b sha256: 92ebc58030fb054fa0f26c3206ef01c31c29d67aee1367e3483c16665c25c8d2 psutil-7.1.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl md5: aa79ac9c37a12571d20e07e18bcf522b sha256: 146a704f224fb2ded2be3da5ac67fc32b9ea90c45b51676f9114a6ac45616967 psutil-7.1.1-cp37-abi3-win32.whl md5: 9486537f1fd5d9f5140e9e35a7c2deda sha256: 295c4025b5cd880f7445e4379e6826f7307e3d488947bf9834e865e7847dc5f7 psutil-7.1.1-cp37-abi3-win_amd64.whl md5: f1eea15af88cc9e727b36af679269fb2 sha256: 9b4f17c5f65e44f69bd3a3406071a47b79df45cf2236d1f717970afcb526bcd3 psutil-7.1.1-cp37-abi3-win_arm64.whl md5: 82b2a07fd061c8be74a25cf40b75ff13 sha256: 5457cf741ca13da54624126cd5d333871b454ab133999a9a103fb097a7d7d21a psutil-7.1.1.tar.gz md5: 613346077e49b31ed8f388631f828168 sha256: 092b6350145007389c1cfe5716050f02030a05219d90057ea867d18fe8d372fc -- Giampaolo - https://gmpy.dev/about _______________________________________________ Python-announce-list mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-announce-list.python.org Member address: [email protected]