Update to 0.32.5 upstream release

Upstream tag: 0.32.5
Upstream commit: c38cfaad

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2024-10-26 21:35:20 +00:00
commit 4fe6dde7b1
5 changed files with 8 additions and 5 deletions

View file

@ -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}}
@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
%changelog
* Sat Oct 26 2024 Packit <hello@packit.dev> - 0.32.5-1
- We have fixed our parser to take in account the deprecations introduced in Python 3.8 (#420)
* Fri Oct 11 2024 Packit <hello@packit.dev> - 0.32.4-1
- NEVR and NEVRA classes are now hashable (#416)