%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:
parent
bc877eff40
commit
6a3fa292d8
2 changed files with 2 additions and 1 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue