Skip to content

v0.10.11

Choose a tag to compare

@github-actions github-actions released this 26 May 21:17
· 517 commits to master since this release
v0.10.11
c2761ba
  • EclassReservedName and EbuildReservedName: new check for usage of function or variable names which are reserved for the package manager by PMS (@arthurzam , #378)
  • UrlCheck: skip verification of URLs with an unknown protocol. Such issues are already detected by DeadUrl (@mgorny, #384)
  • PythonGHDistfileSuffix: new check for python packages which contain pypi remote-id and fetch from GitHub should use .gh suffix for tarballs (@mgorny, #383)
  • MetadataUrlCheck: perform the check for the newest version instead of the oldest (@mgorny, #390)
  • InvalidRemoteID: new check for validity of remote-id in metadata.xml (@mgorny, #387, #386)
  • Network checks: fixed filtering for latest versions (@mgorny, #392)
  • Scan commits: fix ebuild parsing in old repo, fixing most of the checks done by --commits mode (@arthurzam , #393)