commit: 399836db017c985b8868aa9e0bc4a04ce777a372 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 20 20:41:35 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Feb 20 20:41:35 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=399836db
new release 0.10.22 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 6fba3abc..7f022497 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,29 @@ Release Notes ============= +---------------------------- +pkgcheck 0.10.22 (2023-02-20) +---------------------------- + +**New checks:** + +- PythonInlinePyPIURI: new check for using inline PyPI URI instead of via new + ``pypi.eclass`` (Michał Górny, #543) + +**Fixed bugs:** + +- SuspiciousSrcUriChange: fix false positives for ``SRC_URI`` mirror expanded + (Arthur Zamarin, #542) + +- SuspiciousSrcUriChange: fix false positives on user configuration with + default mirror (Arthur Zamarin, #548, #549) + +- InvalidCommitTag: fix false positives with advanced formatted ``Fixes`` and + ``Reverts`` tags (Arthur Zamarin, #546) + +- UnusedInherits: fix false positives for eclasses defining special global + variables such as ``SRC_URI`` and ``HOMEPAGE`` (Arthur Zamarin, #361, #540) + ---------------------------- pkgcheck 0.10.21 (2023-02-04) ----------------------------
