python-setproctitle 1.3.1-ok2 source package in openKylin

Changelog

python-setproctitle (1.3.1-ok2) yangtze; urgency=medium

  * Fix python build error.

 -- zhouganqing <email address hidden>  Thu, 24 Nov 2022 17:38:10 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed 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-ok2.debian.tar.xz 2.6 KiB bbf1a771146cbf6a85e0d50bdb6844f9ebb0119851ad1acbfc14d1045644631d
python-setproctitle_1.3.1-ok2.dsc 1.9 KiB 9a602c3588246efd840af7c7091fcebf1f2f9973987cc6f5aee919180d747cbd

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