python-psutil 5.9.8-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * debian/patches/0001-dont-depend-on-install-when-running-tests.patch
    - refresh patch
  * stop building the -doc package; Closes: #1054807, #1046471
  * build using pybuild-plugin-pyproject

 -- Sandro Tosi <email address hidden>  Sat, 20 Jan 2024 02:02:15 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
any
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.8-1.dsc 2.0 KiB e5d704314f586ab888cdb8a1ebeb2c76df7d64046a39d50d98db2676cd1893d1
python-psutil_5.9.8.orig.tar.xz 1.8 MiB e9bbfc976fcbe282f348a42ee2e9c0b4fa461d66d1a15bfaeb054949da796a72
python-psutil_5.9.8-1.debian.tar.xz 6.1 KiB d8b02a88a473d89c804197cb1b9752c631798d7ecdb7cc9e87e8df20dfcf6ba4

No changes file available.

Binary packages built by this source

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