There is a new pull request by TinfoilSubmarine against master on the void-packages repository https://github.com/TinfoilSubmarine/void-packages frozendict https://github.com/void-linux/void-packages/pull/33495 python3-frozendict: update to 2.0.6. #### 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 Bumping to latest version to fix this deprecation error on Python 3.10: ``` ----> 1 import frozendict /usr/lib/python3.10/site-packages/frozendict/__init__.py in 14 15 ---> 16 class frozendict(collections.Mapping): 17 """ 18 An immutable wrapper around dictionaries that implements the complete :py:class:`collections.Mapping` AttributeError: module 'collections' has no attribute 'Mapping' ``` A patch file from https://github.com/void-linux/void-packages/pull/33495.patch is attached