https://bugzilla.redhat.com/show_bug.cgi?id=2263790
--- Comment #13 from Martin Hoyer <[email protected]> --- (In reply to Petr Menšík from comment #12) > I am not confident lowering of explicit requirements fyi, it should be pretty safe: https://github.com/kislyuk/yq/commit/e507357e3aa72b1fdf0b27f1f9bbb87bf3bd1378 (for context, toml 10.0 is from 2018, while tomlkit 11.4 has been released in August 2022) Also, it could also be lowered on F39(now that F38 is eol) and EPEL9: %if 0%{?fedora} == 39 || 0%{?rhel} == 9 sed -i 's/tomlkit >= 0.11.6/tomlkit >= 0.11.4/g' setup.py %endif -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2263790 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202263790%23c13 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
