[packit] 0.13.1 upstream release

Upstream tag: 0.13.1
Upstream commit: 326ceffa

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2023-01-23 15:03:00 +00:00
commit 066bb2d04d
3 changed files with 6 additions and 3 deletions

View file

@ -13,7 +13,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.13.0
Version: 0.13.1
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 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)
* Fri Jan 20 2023 Packit <hello@packit.dev> - 0.13.0-1
- Added `Section.options` attribute for convenient manipulation of section options. (#183)
- specfile now supports single-line sections where section content is represented by a macro starting with a newline. (#182)