Name: | python3-immutables |
---|---|
Version: | 0.18 |
Release: | 1.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 157899 |
License: | ASL 2.0 and 0BSD |
RPM: | python3-immutables-0.18-1.el9.x86_64.rpm |
Source RPM: | python-immutables-0.18-1.el9.src.rpm |
Build Date: | Wed Jun 15 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/MagicStack/immutables |
Summary: | Immutable Collections |
Description: | 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. |
- Latest upstream, resolves: rhbz#2092222 - Convert to pyproject macros
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for Python 3.10
- Include missing upstream license - Disable package data in setup.py to avoid installing source files
- Initial package rhbz#1951868