Skip to content

Commit

Permalink
Release 0.24.0 (#301)
Browse files Browse the repository at this point in the history
Release 0.24.0

Update the changelog and the specfile for release 0.24.0.

Reviewed-by: Nikola Forró
Reviewed-by: František Lachman <[email protected]>
  • Loading branch information
2 parents 22e87b7 + 889f7ce commit 2efbd9c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.24.0

- Improved type annotations for `UserList` subclasses. (#299)
- Macro definitions gained a new `commented_out` property indicating that a macro definition is commented out. Another new property, `comment_out_style`, determines if it is achieved by using a `%dnl` (discard next line) directive (e.g. `%dnl %global prerelease beta2`) or by replacing the starting `%` with `#` (e.g. `#global prerelease beta2`). (#298)

# 0.23.0

- Sources now have a `valid` property that indicates whether a source is valid in the current context, meaning it is not present in a false branch of any condition. (#295)
Expand Down
5 changes: 4 additions & 1 deletion epel8/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.23.0
Version: 0.24.0
Release: 1%{?dist}

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


%changelog
* Mon Nov 06 2023 Packit Team <[email protected]> - 0.24.0-1
- New upstream release 0.24.0

* Sun Oct 29 2023 Packit Team <[email protected]> - 0.23.0-1
- New upstream release 0.23.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 @@ -8,7 +8,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.23.0
Version: 0.24.0
Release: 1%{?dist}

Summary: A library for parsing and manipulating RPM spec files
Expand Down Expand Up @@ -70,6 +70,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml


%changelog
* Mon Nov 06 2023 Packit Team <[email protected]> - 0.24.0-1
- New upstream release 0.24.0

* Sun Oct 29 2023 Packit Team <[email protected]> - 0.23.0-1
- New upstream release 0.23.0

Expand Down

0 comments on commit 2efbd9c

Please sign in to comment.