v0.10.17
github-actions
released this
14 Oct 20:54
·
231 commits
to master
since this release
- EbuildReservedCheck: catch declaration of phase hooks as reserved (@arthurzam, #458)
- GitPkgCommitsCheck: cleanup temporary directories after use, so unless pkgcheck crashes, the
/tmp/tmp-pkgcheck-*.repo
directories will be cleaned (@arthurzam, #449) - GitPkgCommitsCheck: fix crashes when checking commit range which has multiple commits dropping versions from same package (@arthurzam, #460, #461)
- GitPkgCommitsCheck: fix crashes with checking EAPI of ebuilds because of missing
profiles
directory (@arthurzam, #461) - PythonCheck: when checking for matching
python_check_deps
, usepython_gen_cond_dep
for ebuilds inheritingpython-single-r1
(@arthurzam) - RedundantVersionCheck: consider profile masks for redundancy check (@arthurzam, #466, #465)
- contrib/emacs: run flycheck only when buffer is saved (@parona-source, #464)
- GitCommitsCheck: run all checks sequentially on main process, to mitigate race conditions during parallel calls to
git log
(@arthurzam, #326, #454) - PythonCheck: warn about use of
distutils-r1
non-PEP517 mode (@mgorny, #467)