From b0bd27037c85b92abdbb493f964f6582a8c24047 Mon Sep 17 00:00:00 2001 From: nforro Date: Sun, 30 Jul 2023 08:33:17 +0000 Subject: [PATCH] Release 0.20.1 --- CHANGELOG.md | 4 ++++ epel8/python-specfile.spec | 5 ++++- fedora/python-specfile.spec | 5 ++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d377dc6..301bff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.20.1 + +- specfile now once again supports EPEL 8 and Python 3.6. (#256) + # 0.20.0 - Fixed infinite loop when removing macros with `%` in the name. (#244) diff --git a/epel8/python-specfile.spec b/epel8/python-specfile.spec index 6dc62d5..8ece304 100644 --- a/epel8/python-specfile.spec +++ b/epel8/python-specfile.spec @@ -5,7 +5,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.7.0 +Version: 0.20.1 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -63,6 +63,9 @@ rm -rf specfile.egg-info %changelog +* Sun Jul 30 2023 Packit Team - 0.20.1-1 +- New upstream release 0.20.1 + * Fri Oct 07 2022 Packit Team - 0.7.0-1 - New upstream release 0.7.0 diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index ad2f3b9..517ed6a 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -13,7 +13,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.20.0 +Version: 0.20.1 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -71,6 +71,9 @@ Summary: %{summary} %changelog +* Sun Jul 30 2023 Packit Team - 0.20.1-1 +- New upstream release 0.20.1 + * Thu Jul 13 2023 Packit Team - 0.20.0-1 - New upstream release 0.20.0