Skip to content

Commit

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

Update the changelog and the specfile for release 0.9.0.

Reviewed-by: Nikola Forró <None>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Oct 25, 2022
2 parents 4fc871f + 6c71db6 commit 6b6cbea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.9.0

- Added utility classes for working with (N)EVR. (#113)
- Fixed an issue with multiple instances of `Specfile` not expanding macros in the right context. (#117)

# 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)
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.8.0
Version: 0.9.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
* Tue Oct 25 2022 Packit Team <[email protected]> - 0.9.0-1
- New upstream release 0.9.0

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

Expand Down

0 comments on commit 6b6cbea

Please sign in to comment.