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:34:10 +00:00
commit 2cbf320d45
6 changed files with 9 additions and 5 deletions

View file

@ -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.3
%global base_version 0.32.5
#global prerelease rc1
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@ -68,6 +68,9 @@ rm -rf specfile.egg-info
%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)
* Mon Sep 30 2024 Packit <hello@packit.dev> - 0.32.3-1
- specfile can now handle multi-line tag values (enclosed in a macro body, e.g. `%%shrink`). (#412)
- Resolves: rhbz#2299289