Skip to content

Commit

Permalink
new release 0.10.17
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Oct 14, 2022
1 parent 7907e96 commit 036def2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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)
----------------------------
Expand Down

0 comments on commit 036def2

Please sign in to comment.