Path to this page:
./
sysutils/py-setproctitle,
Python module to customize the process title
Branch: CURRENT,
Version: 1.3.7,
Package name: py313-setproctitle-1.3.7,
Maintainer: pkgsrc-usersThe 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 to identify the task each process is busy with. The
technique is used by PostgreSQL and the OpenSSH Server for example.
Required to run:[
devel/py-setuptools] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 26.369 KB
Version history: (Expand)
- (2025-10-24) Updated to version: py313-setproctitle-1.3.7
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-09-09) Updated to version: py312-setproctitle-1.3.7
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
CVS history: (Expand)
2025-09-09 08:46:50 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-setproctitle: updated to 1.3.7
1.3.7
- Add support for Python 3.14
|
2025-05-04 15:23:54 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-setproctitle: updated to 1.3.6
1.3.6
- Add support for free-threading
|
2025-02-23 12:47:14 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-setproctitle: update to 1.3.5.
Version 1.3.5
-------------
- Fix bouncing Dock icon on macOS (issue #143).
- Fix building on C23 compilers (issue #145).
|
2024-11-18 18:27:19 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-setproctitle: updated to 1.3.4
Version 1.3.4
- Add support for Python 3.13.
- Drop support for Python 3.7.
|
2023-10-04 11:46:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-setproctitle: updated to 1.3.3
1.3.3
- Add support for Python 3.12
- Fix package metadata to include Python 3.11, 3.12.
|
2022-08-18 09:35:32 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-setproctitle: updated to 1.3.2
Version 1.3.2
- Restore import-time initialization of macOS to avoid crash on thread+fork
|
2022-08-10 15:55:14 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-setproctitle: updated to 1.3.1
Version 1.3.1
-------------
- Fixed segfault on macOS 12.5 in forked processes.
Note that, as a workaround, Activity Monitor will show the title of the
parent.
|
2022-07-28 08:52:58 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-setproctitle: updated to 1.3.0
Version 1.3.0
- Added fallback no-op implementation if building the extension fails.
- Added support for displaying title as the process name in MacOS Activity
Monitor
- Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided
Python
- Fixed FreeBSD support, broken in 1.2
- Added package type annotations
- Dropped support for Python 3.6.
|