util.toml: new robust TOML lib selector / wrapper
python3-toml package is marked as obsolete in EL 10 and Python 3.11 provides builtin TOML loading module tomllib.
apkg.util.toml selects the best available TOML lib for load and dump while only raising error when TOML functionality is actually used when no suitable module is available.
Merge request reports
Activity
added enhancement packaging labels
added 1 commit
- 52c701bc - util.toml: new robust TOML lib selector / wrapper
mentioned in commit b08411d9
Please register or sign in to reply