Skip to content

v0.10.22

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 13:27
· 146 commits to master since this release
v0.10.22
399836d

New checks:

  • PythonInlinePyPIURI: new check for using inline PyPI URI instead of via new pypi.eclass (@mgorny, #543)

Fixed bugs:

  • SuspiciousSrcUriChange: fix false positives for SRC_URI mirror expanded (@arthurzam, #542)
  • SuspiciousSrcUriChange: fix false positives on user configuration with default mirror (@arthurzam, #548, #549)
  • InvalidCommitTag: fix false positives with advanced formatted Fixes and Reverts tags (@arthurzam, #546)
  • UnusedInherits: fix false positives for eclasses defining special global variables such as SRC_URI and HOMEPAGE (@arthurzam, #361, #540)