Skip to content

v0.10.24

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 19:48
· 120 commits to master since this release
v0.10.24
cffc43a

New checks:

  • UnknownCategoryDirs: enable for overlays and ignore scripts dir (@arthurzam, #564)
  • PythonFetchableCheck: rewrite check to reuse PYPI_SDIST_URI_RE (@mgorny, #569)
  • PythonFetchableCheck: include PYPI_PN opportunities in PythonInlinePyPIURI (@mgorny, #568, #569)
  • PythonFetchableCheck: restore filename check in pypi.eclass default case (@mgorny, #572)
  • MissingEAPIBlankLine: new optional check for missing blank after EAPI (@arthurzam, #570, #571)
  • StaleLiveCheck: new check for stale live ebuilds EAPI version (@arthurzam, #578)

Fixed bugs:

  • GitPkgCommitsCheck: fix modification check for added ebuilds in packages set (@arthurzam, #563)
  • SrcUriChecksumChange: fix false positive with new ebuilds (@arthurzam, #553)
  • fix config loading when XDG_CONFIG_HOME is defined (@agireud, #573)
  • scan: fix unknown checkset during initial config load for checksets declared in repository config (@arthurzam, #576)
  • ProfilesCheck: fix handling of profiles with -* declared in packages (@arthurzam, #577)