Skip to content
  • Jakub Ružička's avatar
    52c701bc
    util.toml: new robust TOML lib selector / wrapper · 52c701bc
    Jakub Ružička authored
    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.
    52c701bc
    util.toml: new robust TOML lib selector / wrapper
    Jakub Ružička authored
    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.
Loading