python-psutil 5.9.0-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * debian/patches
    - refresh patches
  * debian/control
    - drop XS-Python-Version
    - bump Standards-Version to 4.6.0.1 (no changes needed)
  * debian/watch
    - track github tags

 -- Sandro Tosi <email address hidden>  Thu, 30 Dec 2021 22:30:40 -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.0-1.dsc 2.1 KiB 3180022421021cf986edeee88f3477907f3e3fe5dd09cef4202a260ba884b6b0
python-psutil_5.9.0.orig.tar.xz 324.0 KiB 07d5f0c3472bd81eb5da06f178f5289c25179819951df4568a19e78f6d4303eb
python-psutil_5.9.0-1.debian.tar.xz 6.2 KiB 2f2d13ffce28823e7c3556131a2b5c2d55e10bc65c32b7b48bf8f243b02ab865

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