python-setproctitle 1.3.1-1build1 source package in Ubuntu

Changelog

python-setproctitle (1.3.1-1build1) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:41:19 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
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
Lunar release main python

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.3.1.orig.tar.gz 26.5 KiB 7f08e552604030afef2ec0aba568468135d9ce04e684d2ae9f5058aecc7821b4
python-setproctitle_1.3.1-1build1.debian.tar.xz 4.1 KiB bdad36f606e20dce24bf4a8d813596771b469a7413707344ce709db3d98c3f8c
python-setproctitle_1.3.1-1build1.dsc 2.2 KiB 86775657fe4562f88bc41fb429b2260f7434fc9752dbcfd2b53de20ff66ae061

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