Skip to content

Commit

Permalink
Merge pull request #110 from packit/create-pull-request/patch
Browse files Browse the repository at this point in the history
Release 0.8.0

Update the changelog and the specfile for release 0.8.0.

Reviewed-by: Nikola Forró <None>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Oct 14, 2022
2 parents cf08e61 + 330a128 commit a326262
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.8.0

- Added `Specfile.update_tag()` method that allows updating tag values while trying to preserve macro expansions. You can watch a demo on [YouTube](https://youtu.be/yzMfBPdFXZY). (#101)

# 0.7.0

- It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104)
Expand Down
5 changes: 4 additions & 1 deletion fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.7.0
Version: 0.8.0
Release: 1%{?dist}

Summary: A library for parsing and manipulating RPM spec files
Expand Down Expand Up @@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg


%changelog
* Fri Oct 14 2022 Packit Team <[email protected]> - 0.8.0-1
- New upstream release 0.8.0

* Fri Oct 07 2022 Packit Team <[email protected]> - 0.7.0-1
- New upstream release 0.7.0

Expand Down

0 comments on commit a326262

Please sign in to comment.