commit: 036def220eeefa48559cec602436641f2610f7c3 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 14 20:12:56 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Oct 14 20:34:36 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=036def22
new release 0.10.17 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index ce3a9e88..4374031a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,39 @@ Release Notes ============= +---------------------------- +pkgcheck 0.10.17 (2022-10-14) +---------------------------- + +- EbuildReservedCheck: catch declaration of phase hooks as reserved (Arthur + Zamarin, #458) + +- GitPkgCommitsCheck: cleanup temporary directories after use, so unless + pkgcheck crashes, the ``/tmp/tmp-pkgcheck-*.repo`` directories will be + cleaned (Arthur Zamarin, #449) + +- GitPkgCommitsCheck: fix crashes when checking commit range which has multiple + commits dropping versions from same package (Arthur Zamarin, #460, #461) + +- GitPkgCommitsCheck: fix crashes with checking EAPI of ebuilds because of + missing ``profiles`` directory (Arthur Zamarin, #461) + +- PythonCheck: when checking for matching ``python_check_deps``, use + ``python_gen_cond_dep`` for ebuilds inheriting ``python-single-r1`` + (Arthur Zamarin) + +- RedundantVersionCheck: consider profile masks for redundancy check (Arthur + Zamarin, #466, #465) + +- contrib/emacs: run flycheck only when buffer is saved (Alfred Wingate, #464) + +- GitCommitsCheck: run all checks sequentially on main process, to mitigate + race conditions during parallel calls to ``git log`` (Arthur Zamarin, #326, + #454) + +- PythonCheck: warn about use of ``distutils-r1`` non-PEP517 mode (Michał + Górny, #467) + ---------------------------- pkgcheck 0.10.16 (2022-10-04) ----------------------------
