There's a merged pull request on the void-packages repository pylint 2.9.6, astroid 2.6.5 https://github.com/void-linux/void-packages/pull/32278 Description: #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR * pylint doesn't install tests anymore, so we don't need to remove them * manpages were old and so they were removed upstream * moved distfiles from pypi to github, because pypi releases don't contain tests * updated python3-astroid, because they are tightly coupled and pylint 2.9 needs astroid 2.6 * adopted both packages