From a60621e763d80a66cc54bcb524a699cd5c98578dc685877991af39d844c5000f Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 13 Jan 2014 17:21:04 +0000
Subject: [PATCH] Accepting request 213703 from Cloud:OpenStack:Master
- update to 0.9.1:
- [bug] Fixed bug in Babel plugin where translator comments
would be lost if intervening text nodes were encountered.
Fix courtesy Ned Batchelder. [ticket:225]
- [bug] Fixed TGPlugin.render method to support unicode template
names in Py2K - courtesy Vladimir Magamedov.
- [bug] Fixed an AST issue that was preventing correct operation
under alpha versions of Python 3.4. Pullreq courtesy Zer0-.
- [bug] Changed the format of the "source encoding" header output
by the code generator to use the format ``# -*- coding:%s -*-``
instead of ``# -*- encoding:%s -*-``; the former is more common
and compatible with emacs. Courtesy Martin Geisler.
- [bug] Fixed issue where an old lexer rule prevented a template line
which looked like "#*" from being correctly parsed. [ticket:224]
OBS-URL: https://build.opensuse.org/request/show/213703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=24
---
Mako-0.9.0.tar.gz | 3 ---
Mako-0.9.1.tar.gz | 3 +++
python-Mako.changes | 22 ++++++++++++++++++++++
python-Mako.spec | 4 ++--
4 files changed, 27 insertions(+), 5 deletions(-)
delete mode 100644 Mako-0.9.0.tar.gz
create mode 100644 Mako-0.9.1.tar.gz
diff --git a/Mako-0.9.0.tar.gz b/Mako-0.9.0.tar.gz
deleted file mode 100644
index 01308d0..0000000
--- a/Mako-0.9.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c090ae3d775f714c572583f2bb7ace591847eab0d86accd81d17005411b10027
-size 420354
diff --git a/Mako-0.9.1.tar.gz b/Mako-0.9.1.tar.gz
new file mode 100644
index 0000000..08a1045
--- /dev/null
+++ b/Mako-0.9.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ed74d72b720a97a51590dfa839f2048ceeb76cc80d1d9ea5731a5262384316ae
+size 421071
diff --git a/python-Mako.changes b/python-Mako.changes
index a052476..2cf9459 100644
--- a/python-Mako.changes
+++ b/python-Mako.changes
@@ -1,3 +1,25 @@
+-------------------------------------------------------------------
+Mon Jan 13 13:20:54 UTC 2014 - dmueller@suse.com
+
+- update to 0.9.1:
+ - [bug] Fixed bug in Babel plugin where translator comments
+ would be lost if intervening text nodes were encountered.
+ Fix courtesy Ned Batchelder. [ticket:225]
+
+ - [bug] Fixed TGPlugin.render method to support unicode template
+ names in Py2K - courtesy Vladimir Magamedov.
+
+ - [bug] Fixed an AST issue that was preventing correct operation
+ under alpha versions of Python 3.4. Pullreq courtesy Zer0-.
+
+ - [bug] Changed the format of the "source encoding" header output
+ by the code generator to use the format ``# -*- coding:%s -*-``
+ instead of ``# -*- encoding:%s -*-``; the former is more common
+ and compatible with emacs. Courtesy Martin Geisler.
+
+ - [bug] Fixed issue where an old lexer rule prevented a template line
+ which looked like "#*" from being correctly parsed. [ticket:224]
+
-------------------------------------------------------------------
Tue Sep 3 08:20:48 UTC 2013 - dmueller@suse.com
diff --git a/python-Mako.spec b/python-Mako.spec
index f3f66e3..0bea5b3 100644
--- a/python-Mako.spec
+++ b/python-Mako.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-Mako
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-Mako
-Version: 0.9.0
+Version: 0.9.1
Release: 0
Url: http://www.makotemplates.org/
Summary: A super-fast Python templating language