Update to 0.34.1 upstream release

Upstream tag: 0.34.1
Upstream commit: 192a081a

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2025-02-07 14:33:54 +00:00
commit b470d55f1d
6 changed files with 9 additions and 8 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.34.0
%global base_version 0.34.1
#global prerelease rc1
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@ -21,9 +21,6 @@ URL: https://github.com/packit/specfile
Source0: %{pypi_source specfile %{pypi_version}}
# https://github.com/packit/specfile/pull/450
Patch: https://github.com/packit/specfile/commit/6d1890a69ab0bc7f119a9a9c8a21a03601c48ea2.patch
BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel
@ -71,6 +68,9 @@ rm -rf specfile.egg-info
%changelog
* Fri Feb 07 2025 Packit <hello@packit.dev> - 0.34.1-1
- Removed the usage of a walrus operator for Python 3.6 compatibility. (#450)
* Mon Jan 27 2025 Packit <hello@packit.dev> - 0.34.0-1
- Added support for detached (open)SUSE style changelogs (#444)
- Resolves: rhbz#2342178