This commit is contained in:
Fedora Release Engineering 2025-01-18 19:29:23 +00:00
commit 009f0dbe92

View file

@ -16,7 +16,7 @@ in a minimal diff.}
Name: python-specfile
Version: %{package_version}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for parsing and manipulating RPM spec files
License: MIT
@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
%changelog
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.33.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* 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)