python-setproctitle 1.2.2-2build1 source package in Ubuntu

Changelog

python-setproctitle (1.2.2-2build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 20:06:52 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release main python
Jammy release main python

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.2.2.orig.tar.gz 23.5 KiB 160e0b8894e5ed3dd4c464c9a3ec974d3cfdd72261156ff743614da5a7b530c3
python-setproctitle_1.2.2-2build1.debian.tar.xz 4.0 KiB aa5263590845233ce9f54190a7fc0f04bfd342f057aac4e1c6ae5f1a196c7441
python-setproctitle_1.2.2-2build1.dsc 2.2 KiB f0ebaad0fd87b83337c457a0af912c447744e40675f4645c382b600ab469b5d6

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