From d1cee414ba5aaba70c070345423d2bf36533f926 Mon Sep 17 00:00:00 2001 From: lachmanfrantisek Date: Mon, 6 Nov 2023 16:29:29 +0000 Subject: [PATCH 1/2] 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..11febab 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..fea366a 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..5ffbc14 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 From 889f7ce0f396b0ded070aeadc98ea4188045d056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Lachman?= Date: Mon, 6 Nov 2023 17:30:17 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nikola Forró --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11febab..1814f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # 0.24.0 -- Improve type annotations for UserList subclasses (#299) -- Fix typos in the README (#300) +- Improved type annotations for `UserList` subclasses. (#299) - 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