Releases: packit/specfile
Releases · packit/specfile
0.28.2
0.28.1
0.28.0
0.27.0
0.26.0
- When accessing tags or macro definitions by name, specfile now takes validity into account when looking for the best match. For example if there are two instances of
Version
tag, one in the true and one in the false branch of a condition,Specfile.version
will always access the one that is in the true branch. (#328)
0.25.1rc1
- Third pre-release for testing Packit support.
0.25.0
0.24.1rc2
- Second pre-release for testing Packit support.
0.24.0
- Improved type annotations for
UserList
subclasses. (#299) - Macro definitions gained a new
commented_out
property indicating that a macro definition is commented out. Another new property,comment_out_style
, determines if it is achieved by using a%dnl
(discard next line) directive (e.g.%dnl %global prerelease beta2
) or by replacing the starting%
with#
(e.g.#global prerelease beta2
). (#298)