Hello community,

here is the log from the commit of package python-Jinja2 for openSUSE:Factory 
checked in at 2013-07-11 19:37:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Jinja2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-Jinja2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Jinja2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Jinja2/python-Jinja2.changes      
2012-05-07 22:49:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Jinja2.new/python-Jinja2.changes 
2013-07-11 19:37:07.000000000 +0200
@@ -1,0 +2,31 @@
+Thu Jul 11 14:37:06 UTC 2013 - dmuel...@suse.com
+
+- update to 2.7:
+  - Choice and prefix loaders now dispatch source and template lookup
+    separately in order to work in combination with module loaders as
+    advertised.
+  - Fixed filesizeformat.
+  - Added a non-silent option for babel extraction.
+  - Added `urlencode` filter that automatically quotes values for
+    URL safe usage with utf-8 as only supported encoding.  If applications
+    want to change this encoding they can override the filter.
+  - Added `keep-trailing-newline` configuration to environments and
+    templates to optionally preserve the final trailing newline.
+  - Accessing `last` on the loop context no longer causes the iterator
+    to be consumed into a list.
+  - Python requirement changed: 2.6, 2.7 or >= 3.3 are required now,
+    supported by same source code, using the "six" compatibility library.
+  - Allow `contextfunction` and other decorators to be applied to `__call__`.
+  - Added support for changing from newline to different signs in the 
`wordwrap`
+    filter.
+  - Added support for ignoring memcache errors silently.
+  - Added support for keeping the trailing newline in templates.
+  - Added finer grained support for stripping whitespace on the left side
+    of blocks.
+  - Added `map`, `select`, `reject`, `selectattr` and `rejectattr`
+    filters.
+  - Added support for `loop.depth` to figure out how deep inside a recursive
+    loop the code is.
+  - Disabled py_compile for pypy and python 3.
+
+-------------------------------------------------------------------

Old:
----
  Jinja2-2.6.tar.gz

New:
----
  Jinja2-2.7.tar.gz

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

Other differences:
------------------
++++++ python-Jinja2.spec ++++++
--- /var/tmp/diff_new_pack.WOR6zl/_old  2013-07-11 19:37:08.000000000 +0200
+++ /var/tmp/diff_new_pack.WOR6zl/_new  2013-07-11 19:37:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-Jinja2
-Version:        2.6
+Version:        2.7
 Release:        0
 Summary:        A fast and easy to use template engine written in pure Python
 License:        BSD-3-Clause
@@ -30,6 +30,7 @@
 BuildRequires:  vim
 Provides:       python-jinja2 = %{version}
 Obsoletes:      python-jinja2 < %{version}
+Requires:       python-markupsafe
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -89,7 +90,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGES LICENSE artwork examples 
ext/JinjaTemplates.tmbundle.tar.gz
+%doc AUTHORS CHANGES LICENSE artwork examples
 %{python_sitelib}/*
 
 %files vim

++++++ Jinja2-2.6.tar.gz -> Jinja2-2.7.tar.gz ++++++
++++ 6235 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to