Path to this page:
./
devel/py-immutabledict,
Immutable wrapper around dictionaries for Python 3
Branch: CURRENT,
Version: 2.2.1nb1,
Package name: py39-immutabledict-2.2.1nb1,
Maintainer: khorbenimmutable is a fork of frozendict, an immutable wrapper around dictionaries.
It implements the complete mapping interface. It can be used as a drop-in
replacement for dictionaries where immutability is desired. The immutabledict
constructor mimics dict, and all of the expected interfaces (iter, len, repr,
hash, getitem) are provided. Note that an immutabledict does not guarantee the
immutability of its values, so the utility of hash method is restricted by
usage.
The only difference is that the copy() method of immutable takes variable
keyword arguments, which will be present as key/value pairs in the new,
immutable copy.
Master sites:
Filesize: 3.746 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py39-immutabledict-2.2.1nb1
- (2021-10-12) Updated to version: py39-immutabledict-2.2.1
- (2021-10-07) Updated to version: py39-immutabledict-2.2.0
- (2021-10-01) Updated to version: py38-immutabledict-2.2.0
- (2021-05-31) Package added to pkgsrc.se, version py38-immutabledict-2.0.0 (created)
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-12 09:04:33 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-immutabledict: updated to 2.2.1
Version 2.2.1
Update classifiers, Github Actions... for Python 3.10 (no code changes)
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-09-30 21:43:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-immutabledict: updated to 2.2.0
Version 2.2.0
Use poetry-core instead of poetry for build-system.
Version 2.1.0
Fix type annotation on keyword argument in copy(**add_or_replace).
|
2021-06-04 06:43:06 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-immutabledict: not for Python 2.7
|
2021-05-30 23:30:17 by Pierre Pronchery | Files touched by this commit (4) |
Log message:
py-immutabledict: import version 2.0.0
immutable is a fork of frozendict, an immutable wrapper around dictionaries.
It implements the complete mapping interface. It can be used as a drop-in
replacement for dictionaries where immutability is desired. The immutabledict
constructor mimics dict, and all of the expected interfaces (iter, len, repr,
hash, getitem) are provided. Note that an immutabledict does not guarantee the
immutability of its values, so the utility of hash method is restricted by
usage.
The only difference is that the copy() method of immutable takes variable
keyword arguments, which will be present as key/value pairs in the new,
immutable copy.
|