[packit] 0.19.0 upstream release

Upstream tag: 0.19.0
Upstream commit: bad19f0c
This commit is contained in:
Packit 2023-06-22 13:08:58 +00:00
commit 8904c83236
5 changed files with 8 additions and 5 deletions

View file

@ -13,7 +13,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.18.0
Version: 0.19.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -71,6 +71,9 @@ Summary: %{summary}
%changelog
* Thu Jun 22 2023 Packit <hello@packit.dev> - 0.19.0-1
- Parsing has been optimized so that even spec files with hundreds of thousands of lines can be processed in reasonable time. (#240)
* Fri May 26 2023 Packit <hello@packit.dev> - 0.18.0-1
- Specfile library now handles multiple `%%changelog` sections. (#230)