[packit] 0.9.0 upstream release

Upstream tag: 0.9.0
Upstream commit: 6b6cbeae

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-10-25 17:29:54 +00:00
commit 36b55990b1
6 changed files with 16 additions and 6 deletions

View file

@ -13,8 +13,8 @@ in a minimal diff.}
Name: python-specfile
Version: 0.8.0
Release: 2%{?dist}
Version: 0.9.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
License: MIT
@ -69,6 +69,10 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
%changelog
* Tue Oct 25 2022 Packit <hello@packit.dev> - 0.9.0-1
- Added utility classes for working with (N)EVR. (#113)
- Fixed an issue with multiple instances of `Specfile` not expanding macros in the right context. (#117)
* Mon Oct 17 2022 Tomas Tomecek <ttomecek@redhat.com> - 0.8.0-2
- Rebuild to trigger downstream Packit automation