Changelog for
python311-immutabledict-3.0.0-2.12.noarch.rpm :
* Tue Mar 19 2024 Yiannis Bonatakis
- Fix failing check for openSUSE_Tumbleweed_dlp
* Wed Aug 09 2023 Marcus Rueckert - Update to 3.0.0 - copy() (breaking change): remove the option to pass keyword arguments (which were present as key/value pairs in the copy). Now the method doesn\'t take any arguments (it behaves the same as a normal dict). - Python versions: drop Python 3.7 support - Typing: fixes - Make the key covariant. Thanks to AATTspacether for the PR #244 - Fix key/value typing missing for ImmutableOrderedDict
* Sat Apr 08 2023 Marcus Rueckert - initial package