Automatic update for python-specfile-0.11.0-1.fc35.
* Fri Dec 09 2022 Packit <hello@packit.dev> - 0.11.0-1
- 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)
Please login to add feedback.
This update has been submitted for testing by packit-stg.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update is marked obsolete because the F35 release is archived.