forked from pool/python-Mako
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
This commit is contained in:
committed by
Git OBS Bridge
parent
80e03fb436
commit
a60621e763
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c090ae3d775f714c572583f2bb7ace591847eab0d86accd81d17005411b10027
|
|
||||||
size 420354
|
|
||||||
3
Mako-0.9.1.tar.gz
Normal file
3
Mako-0.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed74d72b720a97a51590dfa839f2048ceeb76cc80d1d9ea5731a5262384316ae
|
||||||
|
size 421071
|
||||||
@@ -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
|
Tue Sep 3 08:20:48 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Mako
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Mako
|
Name: python-Mako
|
||||||
Version: 0.9.0
|
Version: 0.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.makotemplates.org/
|
Url: http://www.makotemplates.org/
|
||||||
Summary: A super-fast Python templating language
|
Summary: A super-fast Python templating language
|
||||||
|
|||||||
Reference in New Issue
Block a user