python-psutil 2.1.1-1 source package in Ubuntu RTM

Changelog

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


  * New upstream release; thanks to Barry Warsaw for the report; Closes: #741291
  * debian/rules
    - remove obsolete get-orig-source target
    - build explicitly else the upstream Makefile is used
  * Switch to dh_python2; Closes: #637382
  * debian/copyright
    - switch to DEP-5 format
  * debian/control
    - switch me to Maintainer (team to Uploaders)
  * debian/{control, rules}
    - build and install documentation
  * debian/python-psutil.doc-base
    - added Doc base registration
  * debian/patches/remove-google-analytics.patch
    - remove Google Analytics tracking from documentation

 -- Sandro Tosi <email address hidden>  Sun, 04 May 2014 22:59:15 +0200

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
14.09-factory release main python
14.09 release main python

Downloads

File Size SHA-256 Checksum
python-psutil_2.1.1-1.dsc 1.5 KiB 1c551948755baf7dc0829af900561e2db41c18e24e779647245f56b82dd3055f
python-psutil_2.1.1.orig.tar.gz 211.7 KiB bf812a4aa6a41147d0e96e63d826eb7582fda6b54ad8f22534354b7f8ac45593
python-psutil_2.1.1-1.debian.tar.xz 4.4 KiB b5c966c48d3c7076d373dfc3dc487b442e58a82a1878ed1bde97262695482894

No changes file available.

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.