Skip to content

Commit

Permalink
Release 0.24.1-rc1 (#308)
Browse files Browse the repository at this point in the history
Release 0.24.1-rc1

I've updated the prepare-release action, but it won't work until packit/packit#2149 is merged and a new Packit image is built, so I decided to do this pre-release manually in order to test the mentioned Packit PR.

Reviewed-by: Maja Massarini
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 14, 2023
2 parents bb06f8b + 5dfa96d commit 98a85b7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ upstream_project_url: https://github.com/packit/specfile
issue_repository: https://github.com/packit/specfile

# PEP440
#prerelease_suffix_pattern: "([.-_]?)(a(lpha)?|b(eta)?|(r)?c|pre(view)?)([.-_]?\\d+)?"
#prerelease_suffix_macro: prerelease
prerelease_suffix_pattern: "([.\\-_]?)(a(lpha)?|b(eta)?|(r)?c|pre(view)?)([.\\-_]?\\d+)?"
prerelease_suffix_macro: prerelease

copy_upstream_release_description: true

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.24.1-rc1

- First pre-release for testing Packit support.

# 0.24.0

- Improved type annotations for `UserList` subclasses. (#299)
Expand Down
7 changes: 5 additions & 2 deletions epel8/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}


%global base_version 0.24.0
#global prerelease %%{nil}
%global base_version 0.24.1
%global prerelease rc1

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


%changelog
* Tue Nov 14 2023 Nikola Forró <[email protected]> - 0.24.1~rc1-1
- New upstream release 0.24.1-rc1

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

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


%global base_version 0.24.0
#global prerelease %%{nil}
%global base_version 0.24.1
%global prerelease rc1

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
%global pypi_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
* Tue Nov 14 2023 Nikola Forró <[email protected]> - 0.24.1~rc1-1
- New upstream release 0.24.1-rc1

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

Expand Down

0 comments on commit 98a85b7

Please sign in to comment.