Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Jul 22, 2022
1 parent ac1113f commit e4f80e5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.5.0

- Strict optional typing is now enforced (#68)
- Fixed deduplication of tag names (#69)
- Sources and patches can now be removed by number (#69)
- Number of digits in a source number is now expressed the same way as packit does it (#69)
- Empty lines are now compressed when deleting tags (#69)
- Added convenience property for getting texts of tag comments (#69)
- Added convenience method for adding a patch (#69)

# 0.4.0

- Added convenience properties for most used tags (#63)
Expand Down
5 changes: 4 additions & 1 deletion epel/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.4.0
Version: 0.5.0
Release: 1%{?dist}

Summary: A library for parsing and manipulating RPM spec files
Expand Down Expand Up @@ -60,6 +60,9 @@ rm -rf specfile.egg-info


%changelog
* Thu Jul 21 2022 Nikola Forró <[email protected]> - 0.5.0-1
- New upstream release 0.5.0

* Thu Jun 16 2022 Nikola Forró <[email protected]> - 0.4.0-1
- New upstream release 0.4.0

Expand Down
5 changes: 4 additions & 1 deletion fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.4.0
Version: 0.5.0
Release: 1%{?dist}

Summary: A library for parsing and manipulating RPM spec files
Expand Down Expand Up @@ -57,6 +57,9 @@ Summary: %{summary}


%changelog
* Thu Jul 21 2022 Nikola Forró <[email protected]> - 0.5.0-1
- New upstream release 0.5.0

* Thu Jun 16 2022 Nikola Forró <[email protected]> - 0.4.0-1
- New upstream release 0.4.0

Expand Down

0 comments on commit e4f80e5

Please sign in to comment.