python-psutil 1.1.3-1ubuntu1 source package in Ubuntu

Changelog

python-psutil (1.1.3-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Switch to dh_python2.
  * Build-depend on dh-python.

python-psutil (1.1.3-1) unstable; urgency=low

  * New upstream release; thanks to Barry Warsaw for the report; Closes: #729061

python-psutil (1.1.2-1) unstable; urgency=low

  * New upstream release
 -- Logan Rosen <email address hidden>   Mon, 09 Dec 2013 16:39:32 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Trusty
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_1.1.3.orig.tar.gz 161.7 KiB 5e1164086a7ed3b863ebd12315d35086e22252b328401fce901a0862050ef98c
python-psutil_1.1.3-1ubuntu1.debian.tar.gz 4.5 KiB 8f9ac97876a4f3dccb1a046b95ad4de44876defff5437e43b6c8dcd76db348bb
python-psutil_1.1.3-1ubuntu1.dsc 1.9 KiB 86143bebbc1e736c9f285efc3a4e8eec8d52133fe55adfbccee8b5329fcecb9d

Available diffs

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.

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.