File python-mako.changes of Package python-mako
1
-------------------------------------------------------------------
2
Fri Jan 25 10:42:36 UTC 2013 - cs@linux-administrator.com
3
4
- Update to 0.7.3
5
6
-------------------------------------------------------------------
7
Thu Jul 1 18:24:17 UTC 2010 - jfunk@funktronics.ca
8
9
- Update to 0.3.4
10
- Now using MarkupSafe for HTML escaping,
11
i.e. in place of cgi.escape(). Faster
12
C-based implementation and also escapes
13
single quotes for additional security.
14
Supports the __html__ attribute for
15
the given expression as well.
16
17
When using "disable_unicode" mode,
18
a pure Python HTML escaper function
19
is used which also quotes single quotes.
20
21
Note that Pylons by default doesn't
22
use Mako's filter - check your
23
environment.py file.
24
25
- Fixed call to "unicode.strip" in
26
exceptions.text_error_template which
27
is not Py3k compatible. [ticket:137]
28
29
-------------------------------------------------------------------
30
Tue Sep 8 12:26:28 UTC 2009 - jfunk@funktronics.ca
31
32
- Update to 0.2.5
33
- Added a "decorator" kw argument to <%def>, allows custom decoration
34
functions to wrap rendering callables. Mainly intended for custom caching
35
algorithms, not sure what other uses there may be (but there may be).
36
Examples are in the "filtering" docs.
37
- When Mako creates subdirectories in which to store templates, it uses the
38
more permissive mode of 0775 instead of 0750, helping out with certain
39
multi-process scenarios. Note that the mode is always subject to the
40
restrictions of the existing umask. [ticket:101]
41
- Fixed namespace.__getattr__() to raise AttributeError on attribute not
42
found instead of RuntimeError. [ticket:104]
43
- Added last_modified accessor to Template, returns the time.time() when the
44
module was created. [ticket:97]
45
- Fixed lexing support for whitespace around '=' sign in defs. [ticket:102]
46
- Removed errant "lower()" in the lexer which was causing tags to compile
47
with case-insensitive names, thus messing up custom <%call> names.
48
[ticket:108]
49
- added "mako.__version__" attribute to the base module. [ticket:110]
50
51
-------------------------------------------------------------------
52
Thu Sep 3 14:07:58 CEST 2009 - matejcik@suse.cz
53
54
- build as noarch
55
56
-------------------------------------------------------------------
57
Thu Sep 3 13:28:41 CEST 2009 - matejcik@suse.cz
58
59
- importing package from OBS, original changelog follows
60
* Mon Aug 10 2009 - Ciaran Farrell <cfarrell1980@gmail.com> - 0.2.4-1
61
- Update to 0.2.4
62
* Tue Dec 02 2008 - James Oakley <jfunk@funktronics.ca> - 0.2.3-1
63
- Initial release
64