Пакет python3-module-HeapDict: Информация

    Исходный пакет: python3-module-HeapDict
    Версия: 1.0.1-alt2
    Последняя версия по данным Repology
    Собран:  26 января 2024 г. 4:32 в задании #339021
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/HeapDict

    Лицензия: BSD-3-Clause
    О пакете: A heap with decrease-key and increase-key operations
    Описание: 
    HeapDict is designed to be used as a priority queue, where items are added and
    consumed by priority. Compared to an ordinary dict, a heapdict has the
    following differences: popitem and peekitem returns the (key, priority) pair
    with the lowest priority, instead of a random object.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-HeapDict (noarch)

    Сопровождающий: Grigory Ustinov

    Список участников:
    Grigory Ustinov

    Права:
    Grigory Ustinov
    @python

      1. python3-module-pytest
      2. python3-module-setuptools
      3. python3-test
      4. rpm-build-python3

    Последнее изменение


    26 января 2024 г. Grigory Ustinov 1.0.1-alt2
    - Fixed FTBFS.
    21 июля 2022 г. Grigory Ustinov 1.0.1-alt1
    - Initial build for Sisyphus.