[packit] 0.4.0 upstream release

Upstream tag: 0.4.0
Upstream commit: d3b97670

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-06-21 13:32:58 +00:00
commit 3d61f65819
3 changed files with 11 additions and 4 deletions

View file

@ -5,8 +5,8 @@ in a minimal diff.}
Name: python-specfile
Version: 0.3.0
Release: 2%{?dist}
Version: 0.4.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
License: MIT
@ -57,6 +57,13 @@ Summary: %{summary}
%changelog
* Tue Jun 21 2022 Packit <hello@packit.dev> - 0.4.0-1
- Added convenience properties for most used tags (#63)
- Hardened linting by ignoring only specific mypy errors (#64)
- Fixed list of valid tag names and ensured newly added tags are not part of a condition block (#66)
- Initial patch number and its default number of digits are now honored (#66)
- Fixed a bug in `%prep` macro stringification (#67)
* Mon Jun 20 2022 Python Maint <python-maint@redhat.com> - 0.3.0-2
- Rebuilt for Python 3.11