From 75d7ea8c25e79e1aad1dec720d25d9c897ead36c2ffeed5e8985fb7d85af8566 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 25 Jun 2013 12:20:38 +0000 Subject: [PATCH] Accepting request 180867 from home:dirkmueller:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/180867 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=20 --- Mako-0.7.3.tar.gz | 3 --- Mako-0.8.1.tar.gz | 3 +++ python-Mako.changes | 48 +++++++++++++++++++++++++++++++++++++++++++++ python-Mako.spec | 2 +- 4 files changed, 52 insertions(+), 4 deletions(-) delete mode 100644 Mako-0.7.3.tar.gz create mode 100644 Mako-0.8.1.tar.gz diff --git a/Mako-0.7.3.tar.gz b/Mako-0.7.3.tar.gz deleted file mode 100644 index c89706a..0000000 --- a/Mako-0.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49842441d24d88d0ecfc38686d021cb3b1bee7abfc541e9fc7345e4620deeab6 -size 401794 diff --git a/Mako-0.8.1.tar.gz b/Mako-0.8.1.tar.gz new file mode 100644 index 0000000..6a82fca --- /dev/null +++ b/Mako-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4791be305338b1fbe09054ec42fb606856599cdcdcde6f348858c13b5fa29158 +size 407434 diff --git a/python-Mako.changes b/python-Mako.changes index 1484861..1b12a81 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Tue Jun 25 11:58:53 UTC 2013 - dmueller@suse.com + +- 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 + a set by default. [ticket:208] + + - [feature] Code has been reworked to support Python 2.4-> + Python 3.xx in place. 2to3 no longer needed. + + - [feature] Added lexer_cls argument to Template, + TemplateLookup, allows alternate Lexer classes + to be used. + + - [feature] Added future_imports parameter to Template + and TemplateLookup, renders the __future__ header + with desired capabilities at the top of the generated + template module. Courtesy Ben Trofatter. + + ------------------------------------------------------------------- Thu Nov 22 14:53:41 UTC 2012 - saschpe@suse.de diff --git a/python-Mako.spec b/python-Mako.spec index 3171cfb..fb582bc 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -17,7 +17,7 @@ Name: python-Mako -Version: 0.7.3 +Version: 0.8.1 Release: 0 Url: http://www.makotemplates.org/ Summary: A super-fast Python templating language