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

    Исходный пакет: python-module-z3c.blobfile
    Версия: 0.1.5-alt3.1
    Собран:  16 ноября 2011 г. 2:43
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/z3c.blobfile/

    Лицензия: ZPLv2.1
    О пакете: File and Image Using Blob Support of ZODB -- Zope 3 Content Components
    Описание: 
    This package provides an implementation of
    zope.app.file.interfaces.IFile which uses the Blob support introduced in
    ZODB 3.8. It's main purpose is to provide an easy migration path for
    existing instances. For more advanced file implementations see zope.file
    and z3c.extfile.
    
    The standard implementation in zope.app.file uses chunk objects to break
    big files into manageable parts. These chunks flow the server caches
    whereas blobs are directly consumed by the publisher. The main
    difference between this blob implementation and the old zope.app.file
    implementation can be seen in a replacement of the chunk objects by
    Blobs.

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

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

    Список участников:
    Vitaly Kuznetsov
    Eugeny A. Rostovtsev

      1. python-devel
      2. python-module-distribute

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


    20 октября 2011 г. Vitaly Kuznetsov 0.1.5-alt3.1
    - Rebuild with Python-2.7
    23 июня 2011 г. Eugeny A. Rostovtsev 0.1.5-alt3
    - Added necessary requirements
    - Excluded *.pth
    28 мая 2011 г. Eugeny A. Rostovtsev 0.1.5-alt2
    - Enabled tests