The latest pyproject-rpm-macros and python-rpm-macros in all active Fedora versions contain the new %pyproject_check_import and the improved %py3_check_import macros.
pyproject-rpm-macros
python-rpm-macros
%pyproject_check_import
%py3_check_import
I've tested the documentation with container on my machine and it looks sane.
I'd say or instead of and here.
Optional, can be used multiple times.
specify the module name(s) to check.
There are no "qualified modules", just "qualified names". I'd say "Imports all public modules found by..."
rebased onto 1a4d42698c3595f0b3a20bda33413f0f96382f53
Good remarks, thanks. All corrected & amended.
+1
Pull-Request has been merged by tibbs
The latest
pyproject-rpm-macrosandpython-rpm-macrosin all active Fedora versions contain the new%pyproject_check_importand the improved%py3_check_importmacros.I've tested the documentation with container on my machine and it looks sane.