v0.10.22
·
274 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_URImirror expanded (@arthurzam, #542) - SuspiciousSrcUriChange: fix false positives on user configuration with default mirror (@arthurzam, #548, #549)
- InvalidCommitTag: fix false positives with advanced formatted
FixesandRevertstags (@arthurzam, #546) - UnusedInherits: fix false positives for eclasses defining special global variables such as
SRC_URIandHOMEPAGE(@arthurzam, #361, #540)