%py3_build, %py3_install, etc.: Bump the Fedora version in the deprecation message

The macros will keep working in Fedora 44.
This commit is contained in:
Miro Hrončok 2026-03-17 17:19:44 +01:00
commit 6a3fa292d8
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@ if not _python_deprecated_warned then
end
if not _python_deprecated_warned[opt.n] then
_python_deprecated_warned[opt.n] = true
local msg = "The %" .. opt.n .. " macro is deprecated and will likely stop working in Fedora 44. " ..
local msg = "The %" .. opt.n .. " macro is deprecated and will likely stop working in Fedora 45. " ..
"See the current Python packaging guidelines: " ..
"https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/"
macros.warn({msg})