python-setproctitle 1.0.1-1ubuntu1.14.04.2 source package in Ubuntu

Changelog

python-setproctitle (1.0.1-1ubuntu1.14.04.2) trusty; urgency=medium

  * Fix build failure, oops.

python-setproctitle (1.0.1-1ubuntu1.14.04.1) trusty; urgency=medium

  * Fix segfault when the module is imported under mod_wsgi (LP: #1538736)

 -- Stefano Rivera <email address hidden>  Thu, 07 Apr 2016 15:19:32 -0700

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe python

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.0.1.orig.tar.gz 12.6 KiB 8f1022815ea4be2a2bc56477fe8912e49f77ffebff8ca38bd03b1b94a556e22d
python-setproctitle_1.0.1-1ubuntu1.14.04.2.debian.tar.xz 4.4 KiB 21e6413a2e419db7c5ed53e4124322a5d8145750af5562c69ea83c7b29c9344a
python-setproctitle_1.0.1-1ubuntu1.14.04.2.dsc 1.7 KiB 5725f3f89fef11ccf9d886807486d1318ac9c676262c43b59b82c9f811a6ebd1

View changes file

Binary packages built by this source

python-setproctitle: A setproctitle implementation for Python

 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 Changing the title is mostly useful in multi-process systems, for example when
 a master process is forked: changing the children's title allows to identify
 the task each process is busy with. The technique is used by PostgreSQL and
 the OpenSSH Server for example.

python-setproctitle-dbg: A setproctitle implementation for Python

 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 This is the debugging symbols for setproctitle.

python-setproctitle-dbgsym: debug symbols for package python-setproctitle

 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 Changing the title is mostly useful in multi-process systems, for example when
 a master process is forked: changing the children's title allows to identify
 the task each process is busy with. The technique is used by PostgreSQL and
 the OpenSSH Server for example.