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

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

    Лицензия: ZPLv2.1
    О пакете: Reduced-conflict Integer Id Utility
    Описание: 
    This package provides an API to create integer ids for any object.
    Objects can later be looked up by their id as well. This functionality
    is commonly used in situations where dealing with objects is
    undesirable, such as in search indices or any code that needs an easy
    hash of an object.
    
    This is similar to the zope.intid package, but with two distinct
    advantages:
    
    * Induces fewer conflict errors, since object ids are not used as part
      of the stored data. The id for an object is stored in an attribute of
      the object itself, with the attribute name being configured by the
      construction of the id utility.
    
      This does require that the object "play nice" with this approach. At a
      minimum, the attributes used to store ids on objects should
      * persist with the rest of the object's state, and
      * not be modified by the object.
    
    * Fewer dependencies.
    
    Events generated on the assignment and removal of ids are generated by
    the register and unregister methods rather than by the callers of those
    methods.

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

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


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

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


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