[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:33:23 +00:00
commit 6910fdffbb
3 changed files with 10 additions and 3 deletions

View file

@ -5,7 +5,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.3.0
Version: 0.4.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -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 May 16 2022 Packit <hello@packit.dev> - 0.3.0-1
- Made `Sources` a `MutableSequence` (#36)
- Started using consistent terminology for source numbers and added the option to insert a source with a specific number (#47)