github packit/specfile 0.11.0

latest releases: 0.32.2, 0.32.1, 0.32.0...
21 months ago
  • Context managers (Specfile.sections(), Specfile.tags() etc.) can now be nested and combined together (with one exception - Specfile.macro_definitions()), and it is also possible to use tag properties (e.g. Specfile.version, Specfile.license) inside them. It is also possible to access the data directly, avoiding the with statement, by using the content property (e.g. Specfile.tags().content), but be aware that no modifications done to such data will be preserved. You must use with to make changes. (#153)

Don't miss a new specfile release

NewReleases is sending notifications on new releases.