Update to 0.40.0 upstream release

Upstream tag: 0.40.0
Upstream commit: c0061d82

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2026-03-11 13:06:16 +00:00
commit bb8061222f
8 changed files with 25 additions and 66 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.39.1
%global base_version 0.40.0
#global prerelease rc1
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@ -29,6 +29,10 @@ BuildRequires: %{py3_dist importlib-metadata dataclasses rpm typing-extensions}
BuildRequires: %{py3_dist flexmock pytest}
BuildRequires: git-core
# system-rpm-config pulls in packages containing SRPM macros
# necessary for spec file preprocessing and parsing
Recommends: system-rpm-config
%description
%{desc}
@ -68,6 +72,10 @@ rm -rf specfile.egg-info
%changelog
* Wed Mar 11 2026 Packit <hello@packit.dev> - 0.40.0-1
- `Specfile()` has a new `sanitize` option that enables best effort sanitization of potentially dangerous constructs such as shell expansions and unsafe Lua macros before they are passed to RPM for parsing. (#519)
- Fixed incorrect parsing of nested macros. (#522)
* Sat Feb 14 2026 Packit <hello@packit.dev> - 0.39.1-1
- Fixed whitespace padding of day of month in changelog entries. (#511)
- Resolves: rhbz#2393435