aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-10-14 23:12:56 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-10-14 23:34:36 +0300
commit036def220eeefa48559cec602436641f2610f7c3 (patch)
treefcc62425b11b8761b64498e8b4429dc3cd84b199 /NEWS.rst
parentPythonCheck: refactor and merge with PythonWrongUsageCheck (diff)
downloadpkgcheck-036def220eeefa48559cec602436641f2610f7c3.tar.gz
pkgcheck-036def220eeefa48559cec602436641f2610f7c3.tar.bz2
pkgcheck-036def220eeefa48559cec602436641f2610f7c3.zip
new release 0.10.17v0.10.17
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index ce3a9e88..4374031a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,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)
----------------------------