[packit] 0.16.0 upstream release

Upstream tag: 0.16.0
Upstream commit: 15be0aba
This commit is contained in:
Packit 2023-04-20 17:05:06 +00:00
commit 38f4fb6472
5 changed files with 8 additions and 5 deletions

View file

@ -13,7 +13,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.15.0
Version: 0.16.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -67,6 +67,9 @@ Summary: %{summary}
%changelog
* Thu Apr 20 2023 Packit <hello@packit.dev> - 0.16.0-1
- Added `Specfile.has_autorelease` property to detect if a spec file uses the `%%autorelease` macro. (#221)
* Fri Mar 10 2023 Packit <hello@packit.dev> - 0.15.0-1
- Parsing the spec file by RPM is now performed only if really necessary, greatly improving performance in certain scenarios. (#212)
- Checked that license is a valid SPDX license.