[Python-announce] ANN: psutil 6.1.1 released

Liste des GroupesRevenir à clp announce 
Sujet : [Python-announce] ANN: psutil 6.1.1 released
De : g.rodola (at) *nospam* gmail.com (Giampaolo Rodola')
Groupes : comp.lang.python.announce
Date : 19. Dec 2024, 19:27:32
Autres entêtes
Message-ID : <CAFYqXL-54062qiXZkQtw_LqvZ-PmUj+7y-sHNOCDuzKdaLhSew@mail.gmail.com>
Hello all,
I'm glad to announce the release of psutil 6.1.1:
https://github.com/giampaolo/psutil

IMPORTANT NOTICE
================

This is the last release supporting Python 2.7.

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 2.7 and 3.6+. PyPy is also
known to work.

What's new
==========

2024-12-19

**Enhancements**

- #2471: use Vulture CLI tool to detect dead code.

**Bug fixes**

- #2418, [Linux]: fix race condition in case /proc/PID/stat does not exist,
but
  /proc/PID does, resulting in FileNotFoundError.
- #2470, [Linux]: `users()`_ may return "localhost" instead of the actual IP
  address of the user logged in.

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-6.1.1-cp27-cp27m-win32.zip
md5: 1c37c147aa46e4d49c03bf05a0cf231a
sha256: bee46b1fa84e984b57d506acc3e62fb6f1fbae56c0c7b16781da23c1c87cf685

psutil-6.1.1-cp27-cp27m-win_amd64.zip
md5: dcc2eacc6e5dcb1a015b3b17281892e2
sha256: f383fd8c61d41eb8090cb0b02be5000efa3f3de30026e8022344a523f714d3a4

--

Giampaolo - https://gmpy.dev/about

Date Sujet#  Auteur
19 Dec 24 o [Python-announce] ANN: psutil 6.1.1 released1Giampaolo Rodola'

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal