Update to 0.34.0 upstream release

- Resolves: rhbz#2342178

Upstream tag: 0.34.0
Upstream commit: 84d6f3b4

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2025-01-27 10:43:49 +00:00 committed by Nikola Forró
commit a14e4fb7dc
8 changed files with 176 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.33.0
%global base_version 0.34.0
#global prerelease rc1
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@ -21,6 +21,9 @@ 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
@ -68,6 +71,10 @@ rm -rf specfile.egg-info
%changelog
* Mon Jan 27 2025 Packit <hello@packit.dev> - 0.34.0-1
- Added support for detached (open)SUSE style changelogs (#444)
- Resolves: rhbz#2342178
* Mon Dec 16 2024 Packit <hello@packit.dev> - 0.33.0-1
- There is a new convenience method `Sections.get_or_create()` that allows you to manipulate a section
without checking if it exists first. If a section doesn't exist, it will be appended to the end. (#441)