python-setproctitle 1.2.2-2build2 source package in Ubuntu

Changelog

python-setproctitle (1.2.2-2build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 11:12:06 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.2.2.orig.tar.gz 23.5 KiB 160e0b8894e5ed3dd4c464c9a3ec974d3cfdd72261156ff743614da5a7b530c3
python-setproctitle_1.2.2-2build2.debian.tar.xz 4.1 KiB 81d947d6c33e3ea3240b1275662e4d78376e1a37bb3df96d155559b720ef1d18
python-setproctitle_1.2.2-2build2.dsc 2.2 KiB 778491b0f3a81be22fea0b20f3b9485942abaf1e6b1c55d0b5c967c1c33b1b02

Available diffs

View changes file

Binary packages built by this source

python3-setproctitle: Setproctitle implementation for Python 3

 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 one to
 identify the task each process is busy with. The technique is used by
 PostgreSQL and the OpenSSH Server for example.
 .
 This is the Python 3 package.

python3-setproctitle-dbgsym: debug symbols for python3-setproctitle