commit: f78f0476a4fa7426d1e1897ca5a2cc6651025ef7 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 2 21:08:35 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jan 2 21:19:02 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=f78f0476
new release 0.10.38 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 2fc47215..7266ed23 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,32 @@ Release Notes ============= +----------------------------- +pkgcheck 0.10.38 (2026-01-02) +----------------------------- + +- Massive refactoring done by Brian Harring + +- bash-completion: fix subcommand completion (Arthur Zamarin) + +**New Checks:** + +- PythonCheck: check for redundant ``PYTEST_DISABLE_PLUGIN_AUTOLOAD`` (Michał + Górny, #753) + +- PythonCheck: suggest opportunities for ``EPYTEST_PLUGINS`` (Michał Górny, + #754) + +- SystemSetMissingKeywords: check for missing keywords in system set packages + (Arthur Zamarin, #755) + +- PyPIAttestationAvailableCheck: add check pypi attestation available (Michał Górny, + #757) + +**Check Updates:** + +- UnusedInherits: Whitelist ``branding.eclass`` (James Le Cuirot, #756) + ----------------------------- pkgcheck 0.10.37 (2025-07-24) -----------------------------
