From a15b0918f119f5f4c332681d0d7ff57a5191dca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Wed, 30 Mar 2022 12:58:24 +0200 Subject: [PATCH] Release 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- CHANGELOG.md | 14 ++++++++++++++ epel/python-specfile.spec | 5 ++++- fedora/python-specfile.spec | 5 ++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 031484b..2e00fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.2.0 + +- Enabled Zuul CI (#8) +- Switched from git:// to https:// for rebase hook (#22) +- Updated pre-commit configuration and adapted to type changes brought by new version of mypy (#24) +- Non-lowercase section names are now supported (#26) +- Added `Sections.get()` convenience method (#29) +- Added packit configuration and enabled packit (#25) +- Fixed infinite recursion when deep-copying instances of `Sections` and `Tags` (#30) +- Updated Fedora and EPEL spec files (#32) +- Fixed issues caused by older versions of dependencies on EPEL 8 (#33) +- Implemented high-level manipulation of sources and patches (#20, #36) +- It is now possible to parse spec files with missing local sources (#23) + # 0.1.1 - Fixed parsing _Source_ and _Patch_ tags diff --git a/epel/python-specfile.spec b/epel/python-specfile.spec index 69a8220..7f2c7f5 100644 --- a/epel/python-specfile.spec +++ b/epel/python-specfile.spec @@ -5,7 +5,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.1.1 +Version: 0.2.0 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -60,6 +60,9 @@ rm -rf specfile.egg-info %changelog +* Wed Mar 30 2022 Nikola Forró - 0.2.0-1 +- New upstream release 0.2.0 + * Mon Feb 21 2022 Nikola Forró - 0.1.1-1 - New upstream release 0.1.1 diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index 86d7a7c..83adf76 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -5,7 +5,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.1.1 +Version: 0.2.0 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -57,6 +57,9 @@ Summary: %{summary} %changelog +* Wed Mar 30 2022 Nikola Forró - 0.2.0-1 +- New upstream release 0.2.0 + * Mon Feb 21 2022 Nikola Forró - 0.1.1-1 - New upstream release 0.1.1