python-psutil 1.2.1-1ubuntu1 source package in Ubuntu

Changelog

python-psutil (1.2.1-1ubuntu1) trusty; urgency=medium

  * Merge with Debian; remaining changes:
    - Switch to dh_python2.
    - Build-depend on dh-python.

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

  * New upstream release
  * debian/copyright
    - extended packaging copyright years
  * debian/control
    - bump Standards-Version to 3.9.5 (no changes needed)
 -- Matthias Klose <email address hidden>   Mon, 06 Jan 2014 16:28:04 +0100

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.2.1.orig.tar.gz 163.5 KiB 508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45
python-psutil_1.2.1-1ubuntu1.debian.tar.gz 4.6 KiB 696562d6572880f8ba33f31955096756f043c1553bf4010582165fcca58a4963
python-psutil_1.2.1-1ubuntu1.dsc 1.6 KiB 8adf07d8b161874203ac74fa17dbcdab9f2bb9b0f44dd5970bc2bc278f279366

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.