Package: zabbix-cli / 3.5.2-2
Metadata
Package | Version | Patches format |
---|---|---|
zabbix-cli | 3.5.2-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Use builtin enum.StrEnum.patch | (download) |
zabbix_cli/auth.py |
2 1 + 1 - 0 ! |
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. |
pr306.patch | (download) |
docs/scripts/gen_cli_data.py |
7 5 + 2 - 0 ! |
[patch] use stdlib tomllib instead of standalone tomli on python 3.11+ |