Skip to content

Commit 036def2

Browse files
committed
new release 0.10.17
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 7907e96 commit 036def2

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

NEWS.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22
Release Notes
33
=============
44

5+
----------------------------
6+
pkgcheck 0.10.17 (2022-10-14)
7+
----------------------------
8+
9+
- EbuildReservedCheck: catch declaration of phase hooks as reserved (Arthur
10+
Zamarin, #458)
11+
12+
- GitPkgCommitsCheck: cleanup temporary directories after use, so unless
13+
pkgcheck crashes, the ``/tmp/tmp-pkgcheck-*.repo`` directories will be
14+
cleaned (Arthur Zamarin, #449)
15+
16+
- GitPkgCommitsCheck: fix crashes when checking commit range which has multiple
17+
commits dropping versions from same package (Arthur Zamarin, #460, #461)
18+
19+
- GitPkgCommitsCheck: fix crashes with checking EAPI of ebuilds because of
20+
missing ``profiles`` directory (Arthur Zamarin, #461)
21+
22+
- PythonCheck: when checking for matching ``python_check_deps``, use
23+
``python_gen_cond_dep`` for ebuilds inheriting ``python-single-r1``
24+
(Arthur Zamarin)
25+
26+
- RedundantVersionCheck: consider profile masks for redundancy check (Arthur
27+
Zamarin, #466, #465)
28+
29+
- contrib/emacs: run flycheck only when buffer is saved (Alfred Wingate, #464)
30+
31+
- GitCommitsCheck: run all checks sequentially on main process, to mitigate
32+
race conditions during parallel calls to ``git log`` (Arthur Zamarin, #326,
33+
#454)
34+
35+
- PythonCheck: warn about use of ``distutils-r1`` non-PEP517 mode (Michał
36+
Górny, #467)
37+
538
----------------------------
639
pkgcheck 0.10.16 (2022-10-04)
740
----------------------------

0 commit comments

Comments
 (0)