diff --git a/Jinja2-2.7.1.tar.gz b/Jinja2-2.7.1.tar.gz deleted file mode 100644 index c294bc0..0000000 --- a/Jinja2-2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85affb04c8b -size 377813 diff --git a/Jinja2-2.7.2.tar.gz b/Jinja2-2.7.2.tar.gz new file mode 100644 index 0000000..16aca27 --- /dev/null +++ b/Jinja2-2.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310a35fbccac3af13ebf927297f871ac656b9da1d248b1fe6765affa71b53235 +size 378300 diff --git a/python-Jinja2.changes b/python-Jinja2.changes index 7b536de..798a9d3 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 13 13:18:53 UTC 2014 - dmueller@suse.com + +- update to 2.7.2: + - Prefix loader was not forwarding the locals properly to + inner loaders. This is now fixed. + - Security issue: Changed the default folder for the filesystem cache to be + user specific and read and write protected on UNIX systems. See `Debian bug + 734747`_ for more information. + ------------------------------------------------------------------- Thu Oct 24 11:07:20 UTC 2013 - speilicke@suse.com diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 5e97595..d4b7358 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -1,7 +1,7 @@ # # spec file for package python-Jinja2 # -# 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-Jinja2 -Version: 2.7.1 +Version: 2.7.2 Release: 0 Summary: A fast and easy to use template engine written in pure Python License: BSD-3-Clause