From a7dc990f40da397823ee3eab35536a95fca20fa9 Mon Sep 17 00:00:00 2001 From: FrNecas Date: Fri, 9 Dec 2022 14:02:22 +0000 Subject: [PATCH] Release 0.11.0 --- CHANGELOG.md | 4 ++++ fedora/python-specfile.spec | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fa9de..3459bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.11.0 + +- 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) + # 0.10.0 - Fixed an issue that caused empty lines originally inside changelog entries to appear at the end. (#140) diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index 48c2556..4c9ff43 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -13,7 +13,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.10.0 +Version: 0.11.0 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg %changelog +* Fri Dec 09 2022 Packit Team - 0.11.0-1 +- New upstream release 0.11.0 + * Sat Nov 26 2022 Packit Team - 0.10.0-1 - New upstream release 0.10.0