diff --git a/plans/main.fmf b/plans/main.fmf index c9c404d..78407e2 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/specfile.git - ref: ad039af925cd104ba3921ee427230c87db567080 + ref: 3581c3cdf539a528eda246383e3e26f101ecb156 execute: how: tmt diff --git a/python-specfile.spec b/python-specfile.spec index dcaab37..38ec247 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -13,7 +13,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.11.0 +Version: 0.11.1 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -69,6 +69,10 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg %changelog +* Wed Dec 14 2022 Packit - 0.11.1-1 +- Tags enclosed in conditional macro expansions are not ignored anymore. (#156) +- Fixed context managers being shared between Specfile instances. (#157) + * Fri Dec 09 2022 Packit - 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) diff --git a/sources b/sources index 9ce89fb..0366f12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (specfile-0.11.0.tar.gz) = 39976c2d935b1f7d6b6f041ba57fb5ab72106f377b70e2e8d42b29dd829f0c8254aab0aa6b7ba8c92a58396b96ee8ac5360c13a9328390d468c5ebf125010843 +SHA512 (specfile-0.11.1.tar.gz) = 9f9e066f39c4178741f97e0b2b3295c38a19f386a8627d1ef058b6668010f7a41d8d0f1c2d8473674175ca8aa397ddd3d0b9af8120c961b5eb840309a110f5d5