From 526253931d4e5eb0a6884f894ac4f5e6d3cd03da Mon Sep 17 00:00:00 2001 From: mfocko Date: Fri, 11 Aug 2023 08:56:16 +0000 Subject: [PATCH 1/2] Release 0.21.0 --- CHANGELOG.md | 5 +++++ epel8/python-specfile.spec | 7 +++++-- fedora/python-specfile.spec | 7 +++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a728c12..c6f31a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.21.0 + +- `specfile` no longer tracebacks when some sources are missing and can't be *emulated*. In such case the spec file is parsed without them at the cost of `%setup` and `%patch` macros potentially expanding differently than with the sources present. (#271) +- Specfile's license in RPM spec file is now confirmed to be SPDX compatible. (#269) + # 0.20.2 - Fixed Packit config to work properly with `propose-downstream` and `pull-from-upstream` jobs. (#261) diff --git a/epel8/python-specfile.spec b/epel8/python-specfile.spec index 77587c8..fdac688 100644 --- a/epel8/python-specfile.spec +++ b/epel8/python-specfile.spec @@ -5,8 +5,8 @@ in a minimal diff.} Name: python-specfile -Version: 0.20.2 -Release: 2%{?dist} +Version: 0.21.0 +Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -63,6 +63,9 @@ rm -rf specfile.egg-info %changelog +* Fri Aug 11 2023 Packit Team - 0.21.0-1 +- New upstream release 0.21.0 + * Fri Aug 04 2023 Tomas Tomecek - 0.20.2-2 - Confirm License is SPDX compatible. diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index 246c663..4b9fe49 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -13,8 +13,8 @@ in a minimal diff.} Name: python-specfile -Version: 0.20.2 -Release: 2%{?dist} +Version: 0.21.0 +Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -71,6 +71,9 @@ Summary: %{summary} %changelog +* Fri Aug 11 2023 Packit Team - 0.21.0-1 +- New upstream release 0.21.0 + * Fri Aug 04 2023 Tomas Tomecek - 0.20.2-2 - Confirm License is SPDX compatible. From 6d8e01e8ba5e67c36d101ec6c3f98cedc655e70d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 08:56:28 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f31a7..0a1dcfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 0.21.0 -- `specfile` no longer tracebacks when some sources are missing and can't be *emulated*. In such case the spec file is parsed without them at the cost of `%setup` and `%patch` macros potentially expanding differently than with the sources present. (#271) +- `specfile` no longer tracebacks when some sources are missing and can't be _emulated_. In such case the spec file is parsed without them at the cost of `%setup` and `%patch` macros potentially expanding differently than with the sources present. (#271) - Specfile's license in RPM spec file is now confirmed to be SPDX compatible. (#269) # 0.20.2