Hello community,

here is the log from the commit of package python-Mako for openSUSE:Factory 
checked in at 2013-09-03 22:03:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Mako (Old)
 and      /work/SRC/openSUSE:Factory/.python-Mako.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Mako"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Mako/python-Mako.changes  2013-06-29 
14:33:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Mako.new/python-Mako.changes     
2013-09-03 22:03:31.000000000 +0200
@@ -1,0 +2,29 @@
+Tue Sep  3 08:20:48 UTC 2013 - [email protected]
+
+- update to 0.9.0:
+  - [bug] The Context.locals_() method becomes a private underscored
+    method, as this method has a specific internal use. The purpose
+    of Context.kwargs has been clarified, in that it only delivers
+    top level keyword arguments originally passed to template.render().
+    [ticket:219]
+  
+  - [bug] Fixed the babel plugin to properly interpret ${} sections
+    inside of a "call" tag, i.e. <%self:some_tag attr="${_('foo')}"/>.
+    Code that's subject to babel escapes in here needs to be
+    specified as a Python expression, not a literal.  This change
+    is backwards incompatible vs. code that is relying upon a _('')
+    translation to be working within a call tag.
+  
+  - [bug] The Babel plugin has been repaired to work on Python 3.
+    [ticket:187]
+  
+  - [bug] Using <%namespace import="*" module="somemodule"/> now
+    skips over module elements that are not explcitly callable,
+    avoiding TypeError when trying to produce partials.
+    [ticket:207]
+  
+  - [bug] Fixed Py3K bug where a "lambda" expression was not
+    interpreted correctly within a template tag; also
+    fixed in Py2.4.  [ticket:190]
+
+-------------------------------------------------------------------

Old:
----
  Mako-0.8.1.tar.gz

New:
----
  Mako-0.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Mako.spec ++++++
--- /var/tmp/diff_new_pack.2wCcJW/_old  2013-09-03 22:03:32.000000000 +0200
+++ /var/tmp/diff_new_pack.2wCcJW/_new  2013-09-03 22:03:32.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-Mako
-Version:        0.8.1
+Version:        0.9.0
 Release:        0
 Url:            http://www.makotemplates.org/
 Summary:        A super-fast Python templating language
@@ -27,8 +27,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-MarkupSafe
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 Requires:       python-Beaker >= 1.1
 Requires:       python-MarkupSafe
 Provides:       python-mako = %{version}

++++++ Mako-0.8.1.tar.gz -> Mako-0.9.0.tar.gz ++++++
++++ 2705 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to