v0.10.23
github-actions
released this
07 Mar 18:58
·
136 commits
to master
since this release
- scan: use
NO_COLOR
environment variable to disable colors instead ofNOCOLOR
(@ulm, https://bugs.gentoo.org/898230)
New checks:
- network: add
kde-invent
remote-id (@thesamesam, #551) - EbuildSemiReservedName: check for usage of semi-reserved names in ebuilds (@arthurzam, #552)
- PythonPEP517WithoutRevbump: check for DISTUTILS_USE_PEP517 addition or removal without revision bump (@thesamesam, #556)
- EAPIChangeWithoutRevbump: check for EAPI change without revision bump (@arthurzam, #558)
Fixed bugs:
- StableRequestCheck: ignore versions which aren't keyworded for stable arches (@arthurzam, #544)
- PythonMissingSCMDependency: update to new canonical package names of SCM python packages (@arthurzam)