Debian Patches
Status for zabbix-cli/3.5.2-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Use-builtin-enum.StrEnum.patch | Use builtin enum.StrEnum Starting with 3.11, Python includes enum.StrEnum which, while not a complete drop-in replacement, works for the usecase of zabbix-cli. Let's use it to avoid packaging another dependency. |
Jakob Haufe <sur5r@debian.org> | no | 2025-01-02 | ||
pr306.patch | [PATCH] use stdlib tomllib instead of standalone tomli on Python 3.11+ diff --git a/docs/scripts/gen_cli_data.py b/docs/scripts/gen_cli_data.py index 1e4d6d80..195e35bf 100644 |
Alexandre Detiste <alexandre.detiste@gmail.com> | no | 2025-05-17 | ||
pr312.patch | commit 5e70cbcced216dde9fbcc6e3c1eb11a128d6ca54 Force-load typer.rich_utils Fixes unioslo/zabbix-cli#311 typer started lazy-loading rich_utils starting from 0.17.0, so force-load it here for patching purposes. diff --git a/zabbix_cli/_patches/typer.py b/zabbix_cli/_patches/typer.py index a053961..e6eebdb 100644 |
Jakob Haufe <sur5r@sur5r.net> | no | 2025-09-30 |