Skip to content

Commit

Permalink
Release 0.32.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mfocko committed Oct 25, 2024
1 parent ee026ad commit 1024d2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.32.5

- We have fixed our parser to take in account the deprecations introduced in Python 3.8 (#420)

# 0.32.4

- NEVR and NEVRA classes are now hashable (#416)
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.32.4
%global base_version 0.32.5
#global prerelease rc1

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


%changelog
* Fri Oct 25 2024 Packit Team <[email protected]> - 0.32.5-1
- New upstream release 0.32.5

* Fri Oct 11 2024 Packit Team <[email protected]> - 0.32.4-1
- New upstream release 0.32.4

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.32.4
%global base_version 0.32.5
#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
* Fri Oct 25 2024 Packit Team <[email protected]> - 0.32.5-1
- New upstream release 0.32.5

* Fri Oct 11 2024 Packit Team <[email protected]> - 0.32.4-1
- New upstream release 0.32.4

Expand Down

0 comments on commit 1024d2e

Please sign in to comment.