Package python-module-mako: Information

    Source package: python-module-mako
    Version: 0.2.5-alt1.M51.1
    Build time:  Oct 2, 2010, 06:06 PM
    Report package bug
    License: MIT
    Summary: template library written in Python
    Description: 
    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.

    List of rpms provided by this srpm:
    python-module-mako (noarch)

    Maintainer: Vladimir Lettiev

    List of contributors:
    Vladimir Lettiev


      1. python-module-setuptools

    Last changed


    Oct. 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.
    Oct. 18, 2009 Vladimir Lettiev 0.2.5-alt1
    - initial build