python-immutabledict
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-immutabledict && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000055 55 Bytes | |
immutabledict-3.0.0.tar.gz | 0000004478 4.37 KB | |
python-immutabledict.changes | 0000001208 1.18 KB | |
python-immutabledict.spec | 0000002961 2.89 KB |
Revision 3 (latest revision is 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 1103297
from
Dirk Mueller (dirkmueller)
(revision 3)
- 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 @spacether for the PR #244 - Fix key/value typing missing for ImmutableOrderedDict
Comments 0