Accepting request 213701 from Cloud:OpenStack:Master

- 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.

OBS-URL: https://build.opensuse.org/request/show/213701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=32
This commit is contained in:
Denisart Benjamin 2014-01-13 17:20:46 +00:00 committed by Git OBS Bridge
parent 5ea5496812
commit dd4852d57c
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85affb04c8b
size 377813

3
Jinja2-2.7.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:310a35fbccac3af13ebf927297f871ac656b9da1d248b1fe6765affa71b53235
size 378300

View File

@ -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

View File

@ -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