aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-02-20 22:41:35 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-02-20 22:41:35 +0200
commit399836db017c985b8868aa9e0bc4a04ce777a372 (patch)
tree5a25a14261f1ea7ce5844dd8ae46f7e818cd2053
parentSuspiciousSrcUriChange: fix mirrors in fetchables (diff)
downloadpkgcheck-399836db017c985b8868aa9e0bc4a04ce777a372.tar.gz
pkgcheck-399836db017c985b8868aa9e0bc4a04ce777a372.tar.bz2
pkgcheck-399836db017c985b8868aa9e0bc4a04ce777a372.zip
new release 0.10.22v0.10.22
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--NEWS.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 6fba3abc..7f022497 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,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)
----------------------------