Skip to content

v0.10.13

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 18:48
· 281 commits to master since this release
v0.10.13
e8ddfc1
  • Add new FlycheckReporter which is used for flycheck integration (On the fly syntax checking for GNU Emacs) (@arthurzam, @xgqt, #420)
    Guide to setup emacs
  • PythonMissingDeps: check for missing BDEPEND="${DISTUTILS_DEPS}" in PEP517 python ebuilds with DISTUTILS_OPTIONAL set (@thesamesam, #389)
  • PythonHasVersionUsage: new check for using has_version inside python_check_deps (@arthurzam, #401)
  • PythonHasVersionMissingPythonUseDep: new check for missing PYTHON_USEDEP in calls to python_has_version or has_version (@arthurzam, #401)
  • PythonAnyMismatchedHasVersionCheck: new check for mismatch between calls to python_has_version and has_version against calls to python_gen_any_dep in dependencies (@arthurzam, #401)
  • Fix calls to git on system repositories when safe.directory is enforced (@arthurzam, #421)
  • Fix and port pkgcheck to Python 3.11 (@thesamesam, #424)
  • Bump snakeoil and pkgcore dependencies (@thesamesam, #425)
  • UseFlagWithoutDeps (Gentoo repository only): new check for USE flags, which don't affect dependencies and because they provide little utility (@arthurzam, #428)
  • StableRequestCheck: add --stabletime config option for specifying the time before a version is flagged by StableRequestCheck (@EmRowlands, #429)
  • MisplacedWeakBlocker: new check for pure-DEPEND weak blockers (@arthurzam, #430)