python-setproctitle 1.3.3-1build2 source package in Ubuntu

Changelog

python-setproctitle (1.3.3-1build2) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:17:43 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.3.3.orig.tar.gz 26.9 KiB c4ff32c5482f7b434bd3b3a29d11a4cbac05e5f3b88eeba24c8ba7d2e405af9d
python-setproctitle_1.3.3-1build2.debian.tar.xz 4.2 KiB e8377f196493eba78a58d3ac339227b0a540c9a172227cf72012d731a61af15d
python-setproctitle_1.3.3-1build2.dsc 2.3 KiB 0b1f2118faf92c4d2ce54f4e025b6fce1bfa048efe344341ce3d5822f064a739

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