Skip to content

Commit

Permalink
Release 0.28.3 (#377)
Browse files Browse the repository at this point in the history
Release 0.28.3

Update the changelog and the specfile for release 0.28.3.

Reviewed-by: Nikola Forró
Reviewed-by: Laura Barcziová
  • Loading branch information
softwarefactory-project-zuul[bot] authored May 23, 2024
2 parents 9d533dc + 6b74650 commit 557c33b
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.28.3

- Fixed several minor issues such as processing seemingly commented-out macro definitions (e.g. `#%global prerel rc1`) and treating `SourceLicense` tag as a source. (#374, #376)
- Made `EVR`, `NEVR` and `NEVRA` objects comparable. (#379)

# 0.28.2

- Handling of trailing newlines in the macro defintions has been improved. (#361)
Expand Down
5 changes: 4 additions & 1 deletion epel8/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}


%global base_version 0.28.2
%global base_version 0.28.3
#global prerelease rc1

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
Expand Down Expand Up @@ -68,6 +68,9 @@ rm -rf specfile.egg-info


%changelog
* Thu May 23 2024 Packit Team <[email protected]> - 0.28.3-1
- New upstream release 0.28.3

* Mon Apr 08 2024 Packit Team <[email protected]> - 0.28.2-1
- New upstream release 0.28.2

Expand Down
5 changes: 4 additions & 1 deletion fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}


%global base_version 0.28.2
%global base_version 0.28.3
#global prerelease rc1

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
Expand Down Expand Up @@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml


%changelog
* Thu May 23 2024 Packit Team <[email protected]> - 0.28.3-1
- New upstream release 0.28.3

* Mon Apr 08 2024 Packit Team <[email protected]> - 0.28.2-1
- New upstream release 0.28.2

Expand Down

0 comments on commit 557c33b

Please sign in to comment.