From 80d8d83be21985e235621bf0fd685b2450f4e13fdb8433cf6407768905b7d8e7 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 13 Aug 2013 11:05:39 +0000 Subject: [PATCH] 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 --- Jinja2-2.7.1.tar.gz | 3 +++ Jinja2-2.7.tar.gz | 3 --- python-Jinja2.changes | 15 +++++++++++++++ python-Jinja2.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 Jinja2-2.7.1.tar.gz delete mode 100644 Jinja2-2.7.tar.gz diff --git a/Jinja2-2.7.1.tar.gz b/Jinja2-2.7.1.tar.gz new file mode 100644 index 0000000..c294bc0 --- /dev/null +++ b/Jinja2-2.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85affb04c8b +size 377813 diff --git a/Jinja2-2.7.tar.gz b/Jinja2-2.7.tar.gz deleted file mode 100644 index 17a53c0..0000000 --- a/Jinja2-2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:474f1518d189ae7e318b139fecc1d30b943f124448cfa0f09582ca23e069fa4d -size 377603 diff --git a/python-Jinja2.changes b/python-Jinja2.changes index 44b6d25..a8e61b6 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -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 diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 9b3a0c5..504a54c 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -17,7 +17,7 @@ Name: python-Jinja2 -Version: 2.7 +Version: 2.7.1 Release: 0 Summary: A fast and easy to use template engine written in pure Python License: BSD-3-Clause