- Add a GitHub workflow that parses all of Fedora's spec files. The workflow runs on each PR.
- The
replace_macro
function gained a newmax_attempts
parameter that prevents endless recursion in certain scenarios. Thanks @kraptor. - Add support for Python 3.12.
- Drop support for Python 3.7. It is EOL and no longer supported by the Python core team.