Accepting request 186916 from home:dirkmueller:branches:devel:languages:python

- update to 2.7.1:
 - Fixed a bug with ``call_filter`` not working properly on environment
   and context filters.
 - Fixed lack of Python 3 support for bytecode caches.
 - Reverted support for defining blocks in included templates as this
   broke existing templates for users.
 - Fixed some warnings with hashing of undefineds and nodes if Python
   is run with warnings for Python 3.
 - Added support for properly hashing undefined objects.
 - Fixed a bug with the title filter not working on already uppercase
   strings.

OBS-URL: https://build.opensuse.org/request/show/186916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=25
This commit is contained in:
Sascha Peilicke 2013-08-13 11:05:39 +00:00 committed by Git OBS Bridge
parent c5c4fb0796
commit 80d8d83be2
4 changed files with 19 additions and 4 deletions

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

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:474f1518d189ae7e318b139fecc1d30b943f124448cfa0f09582ca23e069fa4d
size 377603

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Aug 13 09:56:18 UTC 2013 - dmueller@suse.com
- update to 2.7.1:
- Fixed a bug with ``call_filter`` not working properly on environment
and context filters.
- Fixed lack of Python 3 support for bytecode caches.
- Reverted support for defining blocks in included templates as this
broke existing templates for users.
- Fixed some warnings with hashing of undefineds and nodes if Python
is run with warnings for Python 3.
- Added support for properly hashing undefined objects.
- Fixed a bug with the title filter not working on already uppercase
strings.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 11 14:37:06 UTC 2013 - dmueller@suse.com Thu Jul 11 14:37:06 UTC 2013 - dmueller@suse.com

View File

@ -17,7 +17,7 @@
Name: python-Jinja2 Name: python-Jinja2
Version: 2.7 Version: 2.7.1
Release: 0 Release: 0
Summary: A fast and easy to use template engine written in pure Python Summary: A fast and easy to use template engine written in pure Python
License: BSD-3-Clause License: BSD-3-Clause