python-psutil 1.1.1-1ubuntu1 source package in Ubuntu

Changelog

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

  * Merge from Debian.  Remaining changes:
    - Switch to dh_python2.

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

  * New upstream release
  * debian/watch
    - point download location to PyPI
  * debian/copyright
    - update download URL

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

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Sandro Tosi ]
  * Upload to unstable
  * New upstream release
  * debian/control
    - bump Standards-Version to 3.9.4 (no changes needed)

python-psutil (0.7.0-1) experimental; urgency=low

  * New upstream release
  * debian/rules
    - fix syntax error when executing the test suite; thanks to Julian Taylor
      for the report; Closes: #687316
  * debian/copyright
    - extended packaging copyright years
 -- Barry Warsaw <email address hidden>   Tue, 22 Oct 2013 15:50:09 -0400

Upload details

Uploaded by:
Barry Warsaw
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.1.orig.tar.gz 161.6 KiB a5201e4c2a9b57e9e5d8de92b3a4006d093eedd9b56915b8279f365aaedd0f48
python-psutil_1.1.1-1ubuntu1.debian.tar.gz 4.4 KiB 03c07fed789b3c405151a5a5dfbed3c632627717f8e543d5555d65f7363575cf
python-psutil_1.1.1-1ubuntu1.dsc 2.2 KiB f8382902de2336027115342034531f8dc589d52535e1e5b127a79f879f56c7c9

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.