From 55e0ea0547613a8d3586859557c45580ae4fd1ad Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Sat, 3 Jun 2017 17:04:51 -0400 Subject: dev-python/mako: Version bump Bump version to 1.0.6. Add patch to correct test failure regarding Pygment (Bug 577128). Bug: https://bugs.gentoo.org/577128 Package-Manager: Portage-2.3.5, Repoman-2.3.1 --- dev-python/mako/files/pygments-exception.patch | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dev-python/mako/files/pygments-exception.patch (limited to 'dev-python/mako/files') diff --git a/dev-python/mako/files/pygments-exception.patch b/dev-python/mako/files/pygments-exception.patch new file mode 100644 index 00000000000..0d2faca4f68 --- /dev/null +++ b/dev-python/mako/files/pygments-exception.patch @@ -0,0 +1,32 @@ +From 8eaf6b7ea92018202a886e1d919e2c6b0d307c99 Mon Sep 17 00:00:00 2001 +From: Mike Bayer +Date: Mon, 22 May 2017 22:30:54 -0400 +Subject: [PATCH] - exception test fixes for more recent pygments + +Change-Id: Ibdfe5b2f2f3d1426921bcadf6740ae065ed0833b +--- + test/test_exceptions.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/test/test_exceptions.py b/test/test_exceptions.py +index 8321b25..bcaae3b 100644 +--- a/test/test_exceptions.py ++++ b/test/test_exceptions.py +@@ -91,7 +91,7 @@ def test_utf8_html_error_template_pygments(self): + assert "".encode(sys.getdefaultencoding(), + 'htmlentityreplace') in html_error + else: +- assert 'u''\ ++ assert '''\ + 'привет'\ + ''}'.encode( + sys.getdefaultencoding(), +@@ -220,7 +220,7 @@ def test_utf8_format_exceptions_pygments(self): + assert ''привет'' in \ + l.get_template("foo.html").render().decode('utf-8') + else: +- assert 'u'прив'\ ++ assert ''прив'\ + 'ет'' in \ + l.get_template("foo.html").render().decode('utf-8') + -- cgit v1.2.3-18-g5258