Skip to content

Commit

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

Update the changelog and the specfile for release 0.11.0.

Reviewed-by: František Nečas <[email protected]>
Reviewed-by: Nikola Forró <None>
  • Loading branch information
2 parents f1e6309 + a7dc990 commit ad039af
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.11.0

- Context managers (`Specfile.sections()`, `Specfile.tags()` etc.) can now be nested and combined together (with one exception - `Specfile.macro_definitions()`), and it is also possible to use tag properties (e.g. `Specfile.version`, `Specfile.license`) inside them. It is also possible to access the data directly, avoiding the `with` statement, by using the `content` property (e.g. `Specfile.tags().content`), but be aware that no modifications done to such data will be preserved. You must use `with` to make changes. (#153)

# 0.10.0

- Fixed an issue that caused empty lines originally inside changelog entries to appear at the end. (#140)
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.10.0
Version: 0.11.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 Dec 09 2022 Packit Team <[email protected]> - 0.11.0-1
- New upstream release 0.11.0

* Sat Nov 26 2022 Packit Team <[email protected]> - 0.10.0-1
- New upstream release 0.10.0

Expand Down

0 comments on commit ad039af

Please sign in to comment.