python-psutil 5.9.4-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * debian/rules
    - for tests, pretend Debian build is like CI, to prevent random testsuite
      lockups
  * debian/control
    - bump Standards-Version to 4.6.1.0 (no changes needed)

 -- Sandro Tosi <email address hidden>  Sun, 11 Dec 2022 01:45:09 -0500

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.4-1.dsc 2.1 KiB e53f57e8e8277798c621f0aa3c432c7b282408d2c27d6fcde4696dc76459713f
python-psutil_5.9.4.orig.tar.xz 1.8 MiB 685b1f063d48dbdc19d2bfc27ed8225cfc74a21c227e78c84cf62a1a4e6f7af5
python-psutil_5.9.4-1.debian.tar.xz 6.4 KiB 12a6d504ada78b18d4fae24edb3d16ec5da2014665cc62578223bbe4c3b9141e

Available diffs

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