Skip to content

Commit

Permalink
Release 0.24.1rc2 (#313)
Browse files Browse the repository at this point in the history
Release 0.24.1rc2

Reviewed-by: Laura Barcziová
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 14, 2023
2 parents e79b355 + cf8ae50 commit 3446e64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.24.1rc2

- Second pre-release for testing Packit support.

# 0.24.1-rc1

- First pre-release for testing Packit support.
Expand Down
7 changes: 5 additions & 2 deletions epel8/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ in a minimal diff.}


%global base_version 0.24.1
%global prerelease rc1
%global prerelease rc2

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
%global pypi_version %{base_version}%{?prerelease:-%{prerelease}}
%global pypi_version %{base_version}%{?prerelease}


Name: python-specfile
Expand Down Expand Up @@ -68,6 +68,9 @@ rm -rf specfile.egg-info


%changelog
* Tue Nov 14 2023 Nikola Forró <nforro@redhat.com> - 0.24.1~rc2-1
- New upstream release 0.24.1rc2

* Tue Nov 14 2023 Nikola Forró <nforro@redhat.com> - 0.24.1~rc1-1
- New upstream release 0.24.1-rc1

Expand Down
7 changes: 5 additions & 2 deletions fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ in a minimal diff.}


%global base_version 0.24.1
%global prerelease rc1
%global prerelease rc2

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
%global pypi_version %{base_version}%{?prerelease:-%{prerelease}}
%global pypi_version %{base_version}%{?prerelease}


Name: python-specfile
Expand Down Expand Up @@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml


%changelog
* Tue Nov 14 2023 Nikola Forró <nforro@redhat.com> - 0.24.1~rc2-1
- New upstream release 0.24.1rc2

* Tue Nov 14 2023 Nikola Forró <nforro@redhat.com> - 0.24.1~rc1-1
- New upstream release 0.24.1-rc1

Expand Down

0 comments on commit 3446e64

Please sign in to comment.