python-psutil 0.4.0-1ubuntu1 source package in Ubuntu

Changelog

python-psutil (0.4.0-1ubuntu1) precise; urgency=low

  * Merge with Debian unstable (LP: #900001).  Remaining Ubuntu changes:
    - Switch to dh_python2. (LP: #788514)
 -- Leo Iannacone <email address hidden>   Sun, 04 Dec 2011 19:52:48 +0100

Upload details

Uploaded by:
Leo Iannacone
Sponsored by:
Charlie_Smotherman
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-psutil_0.4.0.orig.tar.gz 166.8 KiB 4fce35fde5c7f9fcd7517af696b09360f479a10259cdaf93f552e25e287d0d48
python-psutil_0.4.0-1ubuntu1.debian.tar.gz 3.8 KiB 5715eeceae8d47ee1e1431100d47b0ba5ce6966e637ce9b53d74aae27c4dad75
python-psutil_0.4.0-1ubuntu1.dsc 1.4 KiB 8cbcb0156fe29fdc0e1f198ba4f6d033875681803232d3828576ece78fe4997f

View changes file

Binary packages built by this source

python-psutil: module providing convenience functions for managing processes

 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.