@@ -3,6 +3,43 @@ Release Notes
33=============
44
55
6+ ----------------------------
7+ pkgcheck 0.10.13 (2022-08-15)
8+ ----------------------------
9+
10+ - Add new ``FlycheckReporter `` which is used for flycheck integration (On the
11+ fly syntax checking for GNU Emacs) (Arthur Zamarin, Maciej Barć, #420)
12+
13+ - PythonMissingDeps: check for missing ``BDEPEND="${DISTUTILS_DEPS}" `` in
14+ PEP517 python ebuilds with ``DISTUTILS_OPTIONAL `` set (Sam James, #389)
15+
16+ - PythonHasVersionUsage: new check for using ``has_version `` inside
17+ ``python_check_deps `` (Arthur Zamarin, #401)
18+
19+ - PythonHasVersionMissingPythonUseDep: new check for missing ``PYTHON_USEDEP ``
20+ in calls to ``python_has_version `` or ``has_version `` (Arthur Zamarin, #401)
21+
22+ - PythonAnyMismatchedHasVersionCheck: new check for mismatch between calls to
23+ ``python_has_version `` and ``has_version `` against calls to
24+ ``python_gen_any_dep `` in dependencies (Arthur Zamarin, #401)
25+
26+ - Fix calls to ``git `` on system repositories when ``safe.directory `` is
27+ enforced (Arthur Zamarin, #421)
28+
29+ - Fix and port pkgcheck to Python 3.11 (Sam James, #424)
30+
31+ - Bump snakeoil and pkgcore dependencies (Sam James, #425)
32+
33+ - UseFlagWithoutDeps (Gentoo repository only): new check for USE flags, which
34+ don't affect dependencies and because they provide little utility (Arthur
35+ Zamarin, #428)
36+
37+ - StableRequestCheck: add ``--stabletime `` config option for specifying the
38+ time before a version is flagged by StableRequestCheck (Emily Rowlands, #429)
39+
40+ - MisplacedWeakBlocker: new check for pure-DEPEND weak blockers (Arthur
41+ Zamarin, #430)
42+
643----------------------------
744pkgcheck 0.10.12 (2022-07-30)
845----------------------------
0 commit comments