[packit] 0.21.0 upstream release

Upstream tag: 0.21.0
Upstream commit: 56360c0a
This commit is contained in:
Nikola Forró 2023-08-11 15:26:16 +02:00
commit d5184c2cd6
6 changed files with 11 additions and 9 deletions

View file

@ -13,7 +13,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.20.2
Version: 0.21.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -71,6 +71,10 @@ Summary: %{summary}
%changelog
* Fri Aug 11 2023 Nikola Forró <nforro@redhat.com> - 0.21.0-1
- `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)
* Mon Jul 31 2023 Packit <hello@packit.dev> - 0.20.2-1
- Fixed Packit config to work properly with `propose-downstream` and `pull-from-upstream` jobs. (#261)