|
2 | 2 | Release Notes |
3 | 3 | ============= |
4 | 4 |
|
| 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 | + |
5 | 38 | ---------------------------- |
6 | 39 | pkgcheck 0.10.16 (2022-10-04) |
7 | 40 | ---------------------------- |
|
0 commit comments