python-Mako
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.
- Devel package for openSUSE:Factory
-
8
derived packages
- Links to openSUSE:Factory / python-Mako
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-Mako && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Mako-0.8.1.tar.gz | 0000407434 398 KB | |
_link | 0000000146 146 Bytes | |
python-Mako.changes | 0000009936 9.7 KB | |
python-Mako.spec | 0000002544 2.48 KB |
Revision 20 (latest revision is 112)
Sascha Peilicke (saschpe)
accepted
request 180867
from
Dirk Mueller (dirkmueller)
(revision 20)
- update to 0.8.1: - [bug] Changed setup.py to skip installing markupsafe if Python version is < 2.6 or is between 3.0 and less than 3.3, as Markupsafe now only supports 2.6->2.X, 3.3->3.X. [ticket:216] - [bug] Fixed regression where "entity" filter wasn't converted for py3k properly (added tests.) [ticket:214] - [bug] Fixed bug where mako-render script wasn't compatible with Py3k. [ticket:212] - [bug] Cleaned up all the various deprecation/ file warnings when running the tests under various Pythons with warnings turned on. [ticket:213] - [feature] Performance improvement to the "legacy" HTML escape feature, used for XML escaping and when markupsafe isn't present, courtesy George Xie. - [bug] Fixed bug whereby an exception in Python 3 against a module compiled to the filesystem would fail trying to produce a RichTraceback due to the content being in bytes. [ticket:209] - [bug] Change default for compile()->reserved_names from tuple to frozenset, as this is expected to be
Comments 0