From ab13264552b65176647e1d7fb536b199c9134195 Mon Sep 17 00:00:00 2001 From: lachmanfrantisek Date: Mon, 6 Nov 2023 16:27:25 +0000 Subject: [PATCH] Release 0.24.0 --- CHANGELOG.md | 6 ++++++ epel8/python-specfile.spec | 5 ++++- fedora/python-specfile.spec | 5 ++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f3c8d..685118e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.24.0 + +- Improve type annotations for UserList subclasses (#299) +- Fix typos in the README (#300) +- 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) + # 0.23.0 - Sources now have a `valid` property that indicates whether a source is valid in the current context, meaning it is not present in a false branch of any condition. (#295) diff --git a/epel8/python-specfile.spec b/epel8/python-specfile.spec index 35f77dd..03aa545 100644 --- a/epel8/python-specfile.spec +++ b/epel8/python-specfile.spec @@ -5,7 +5,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.23.0 +Version: 0.24.0 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -61,6 +61,9 @@ rm -rf specfile.egg-info %changelog +* Mon Nov 06 2023 Packit Team - 0.24.0-1 +- New upstream release 0.24.0 + * Sun Oct 29 2023 Packit Team - 0.23.0-1 - New upstream release 0.23.0 diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index a3f119c..9e4216e 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -8,7 +8,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.23.0 +Version: 0.24.0 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -70,6 +70,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml %changelog +* Mon Nov 06 2023 Packit Team - 0.24.0-1 +- New upstream release 0.24.0 + * Sun Oct 29 2023 Packit Team - 0.23.0-1 - New upstream release 0.23.0