Changelog for
python3-frozenlist-1.3.0-2.1.x86_64.rpm :
* Sun Jan 23 2022 dmuellerAATTsuse.com- update to 1.3.0:
* Do not install C sources with binary distributions.
* Dropped Python 3.6 support
* Sat Dec 11 2021 codeAATTbnavigator.de- Update to 1.2.0
* FrozenList now supports being used as a generic type as per PEP 585, e.g. frozen_int_list: FrozenList[int] (requires Python 3.9 or newer). #172
* Added support for Python 3.10. #227
* Started shipping platform-specific wheels with the musl tag targeting typical Alpine Linux runtimes. #227
* Started shipping platform-specific arm64 wheels for Apple Silicon. #227- Cythonize- Required by some aio packages.
* Sun Nov 29 2020 jayvdbAATTgmail.com- Initial spec for v1.1.1