[packit] 0.13.2 upstream release

Upstream tag: 0.13.2
Upstream commit: dc2440f6

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2023-01-30 13:30:38 +00:00
commit 08477eb7fc
5 changed files with 8 additions and 5 deletions

View file

@ -13,7 +13,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.13.1
Version: 0.13.2
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
%changelog
* Mon Jan 30 2023 Packit <hello@packit.dev> - 0.13.2-1
- Fixed infinite loop that occured when section options were followed by whitespace. (#197)
* Mon Jan 23 2023 Packit <hello@packit.dev> - 0.13.1-1
- Fixed a bug in section parsing that caused sections to be ignored when there were macro definitions spread across the spec file and not cumulated at the top. (#191)