forked from pool/python-specfile
96e67b60a5b8384f7c8bd04bbf10f65e0c1a55c4b821bfb94cac6ee0f3e26b47
* Fixed infinite loop when removing macros with `%` in the name. (#244) * Added a possibility to undefine system macros by setting a macro value to `None` in the `macros` argument of the `Specfile` constructor. (#244) * Fixed a bug in processing options of `%prep` macros. For instance, when a quoted string appeared inside an expression expansion, it could lead to improper parsing, rendering the spec file invalid after accessing the options. (#253) * Parsing has been optimized so that even spec files with hundreds of thousands of lines can be processed in reasonable time. (#240) - Drop setuptools_scm_git_archive BuildRequires. - Don't need to skip Python 3.8. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=25
Description
No description provided
Languages
RPM Spec
100%