Name: | python3-immutables |
---|---|
Version: | 0.21 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 188677 |
License: | Apache-2.0 AND 0BSD |
RPM: | python3-immutables-0.21-1.el10_0.x86_64.rpm |
Source RPM: | python-immutables-0.21-1.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-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. |
- Update to 0.21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Patch for Python 3.13 (fix RHBZ#2246142)
- Assert that the .dist-info directory contains a license file
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Update to version 0.20 rhbz#2232104
- Use upstream merged commit for Python 3.12 compatibility
- Python 3.12 compatibility, resolves rhbz#2220276