./misc/py-immutables, Immutable collections

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.21, Package name: py312-immutables-0.21, Maintainer: pkgsrc-users

An immutable mapping type for Python.

The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in
Clojure, Scala, Haskell, and other functional languages. This implementation is
used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more
details).

Immutable mappings based on HAMT have O(log N) performance for both set() and
get() operations, which is essentially O(1) for relatively small mappings.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 86.922 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-10 09:17:47 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-immutables: updated to 0.21

0.21

Drop typing_extensions dependency
Replace _PyLong_Format with PyNumber_ToBase
   2023-08-24 11:10:33 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-immutables: updated to 0.20

v0.20

Enable support for pattern matching
add support for aix/sunos
Python 3.12 compatibility
Add contains to MapKeys
Add PEP 585 GenericAlias support
Move metadata to pyproject.toml, fix test fixture inclusion in sdist
   2023-07-30 17:41:40 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Remove dependencies for Python 3.7
   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-10-04 11:57:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-immutables: updated to 0.19

v0.19
Support for Python 3.11
   2022-09-13 13:41:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-immutables: updated to 0.18

v0.18:
null
   2022-04-26 20:45:53 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-immutables: updated to 0.17

v0.17
Add missing name in table [project] in 'pyproject.toml'.

v0.16
Refactor typings
Update Python 3.10 support, drop Python 3.5