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

    Исходный пакет: python-module-mako
    Версия: 0.2.5-alt1.M51.1
    Собран:  2 октября 2010 г. 18:06
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.makotemplates.org

    Лицензия: MIT
    О пакете: template library written in Python
    Описание: 
    Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.

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

    Сопровождающий: Vladimir Lettiev

    Список участников:
    Vladimir Lettiev

    Права:
    @qa_p5

      1. python-module-setuptools

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


    2 октября 2010 г. Vladimir Lettiev 0.2.5-alt1.M51.1
    - Fixed CVE-2010-2480 - XSS via inadequate escaping (patch from ubuntu)
      + lib/mako/filters.py: use xml.sax.saxutils.escape instead of
      cgi.escape so we can escape single quotes.
    18 октября 2009 г. Vladimir Lettiev 0.2.5-alt1
    - initial build