[packit] 0.5.1 upstream release

Upstream tag: 0.5.1
Upstream commit: a03b8972

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-08-10 14:44:30 +00:00
commit 1918ea1c70
5 changed files with 62 additions and 49 deletions

View file

@ -5,7 +5,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.5.0
Version: 0.5.1
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -60,6 +60,11 @@ rm -rf specfile.egg-info
%changelog
* Wed Aug 10 2022 Packit <hello@packit.dev> - 0.5.1-1
- Added new `%conf` section (#74)
- Switched to rpm-py-installer (#75)
- Fixed detecting extended timestamp format in `%changelog` (#77, #81)
* Fri Jul 22 2022 Packit <hello@packit.dev> - 0.5.0-1
- Strict optional typing is now enforced (#68)
- Fixed deduplication of tag names (#69)