v0.10.22
github-actions
released this
21 Feb 13:27
·
146 commits
to master
since this release
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
andReverts
tags (@arthurzam, #546) - UnusedInherits: fix false positives for eclasses defining special global variables such as
SRC_URI
andHOMEPAGE
(@arthurzam, #361, #540)