Пакет python-module-zc.queue: Информация

    Исходный пакет: python-module-zc.queue
    Версия: 2.0.0-alt2.a1.2
    Собран:  2 мая 2019 г. 14:29 в задании #228707
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/zc.queue/

    Лицензия: ZPLv2.1
    О пакете: Queues that are optimized for persistency via the ZODB.
    Описание: 
    Persistent queues are simply queues that are optimized for persistency
    via the ZODB. They assume that the ZODB is using MVCC to avoid read
    conflicts. They attempt to resolve write conflicts so that transactions
    that add and remove objects simultaneously are merged, unless the
    transactions are trying to remove the same value from the queue.
    
    An important characteristic of these queues is that they do not expect
    to hold more than one reference to any given equivalent item at a time.
    For instance, some of the conflict resolution features will not perform
    desirably if it is reasonable for your application to hold two copies of
    the string "hello" within the same queue at once.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-zc.queue (x86_64, i586, aarch64)
    python-module-zc.queue-tests (x86_64, i586, aarch64)
    python3-module-zc.queue (x86_64, i586, aarch64)
    python3-module-zc.queue-tests (x86_64, i586, aarch64)

    Сопровождающий: Eugeny A. Rostovtsev


      1. python3-devel
      2. python3-module-setuptools
      3. rpm-build-python3
      4. python-devel
      5. python-module-setuptools

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


    30 апреля 2019 г. Grigory Ustinov 2.0.0-alt2.a1.2
    - Rebuild with python3.7.
    6 июня 2016 г. Ivan Zakharyaschev 2.0.0-alt2.a1.1.1
    - (AUTO) subst_x86_64.
    13 марта 2016 г. Ivan Zakharyaschev 2.0.0-alt2.a1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)