Package python3-module-immutabledict: Information

    Source package: python3-module-immutabledict
    Version: 2.2.4-alt1
    Build time:  Jun 21, 2023, 01:21 AM
    Report package bug
    License: MIT
    Summary: A fork of frozendict, an immutable wrapper around dictionaries
    Description: 
    It implements the complete mapping interface and 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.

    List of rpms provided by this srpm:
    python3-module-immutabledict (noarch)

    Maintainer: Anton Midyukov

    List of contributors:
    Anton Midyukov

      1. python3(wheel)
      2. python3(poetry)
      3. python3(poetry.core)
      4. python3-dev
      5. python3-module-pyproject-installer >= 0.4.0
      6. python3(setuptools)
      7. rpm-build-python3
      8. rpm-macros-python3
      9. pytest3

    Last changed


    June 15, 2023 Anton Midyukov 2.2.4-alt1
    - new version (2.2.4) with rpmgs script
    - Migration to PEP517
    - enable check
    Feb. 4, 2022 Anton Midyukov 2.2.1-alt1
    - initial build