python-psutil 1.1.3-1ubuntu2 source package in Ubuntu

Changelog

python-psutil (1.1.3-1ubuntu2) trusty; urgency=medium

  * Rebuild for python3.4 as a supported python version.
 -- Matthias Klose <email address hidden>   Sat, 04 Jan 2014 18:32:34 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
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_1.1.3.orig.tar.gz 161.7 KiB 5e1164086a7ed3b863ebd12315d35086e22252b328401fce901a0862050ef98c
python-psutil_1.1.3-1ubuntu2.debian.tar.gz 4.6 KiB 9ffb62360051b022f374122b4a0fd544f04936a9f115799613ff96d3e1a8e9a9
python-psutil_1.1.3-1ubuntu2.dsc 1.6 KiB 7973905ef0b0f095765f4796b655520a9ac3545d51440caf5552465cc96c6b8a

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.