python-psutil 5.9.2-1 source package in Ubuntu

Changelog

python-psutil (5.9.2-1) unstable; urgency=medium

  * New upstream release
  * debian/patches
    - refresh patches
  * debian/copyright
    - extend packaging copyright years

 -- Sandro Tosi <email address hidden>  Tue, 27 Sep 2022 22:08:18 -0400

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-psutil_5.9.2-1.dsc 2.1 KiB 6eefdc06fa903aeb65c8b49fd1483802d0aca3f1a0fdd0938bf7e117712bcc73
python-psutil_5.9.2.orig.tar.xz 1.8 MiB 8a8841e579847525a3921998114b1cb7cdd0aa1d269535611d61a139e4595b25
python-psutil_5.9.2-1.debian.tar.xz 6.3 KiB 738e540b2450cc45e400b93a742b712399bc6b5be32216c09a1d9e4f7c8ff104

No changes file available.

Binary packages built by this source

python-psutil-doc: module providing convenience functions for managing processes (doc)

 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.
 .
 This package contains the documentation for psutil.

python3-psutil: module providing convenience functions for managing processes (Python3)

 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.
 .
 This package contains the Python 3 version of psutil.

python3-psutil-dbgsym: debug symbols for python3-psutil