This update for python-Jinja2 fixes the following issues:
Update to 2.8
target parameter to urlize function.followsymlinks to the file system loader.make_logging_undefined which returns an undefined
object that logs failures into a logger.set tag.is number test to accept long integers in all Python versions.is number to accept Decimal as a number.{% macro m(x, y=1, z) %}...{% endmacro %} a syntax error. The
previous behavior for this code was broken anyway (resulting in the default
value being applied to y).jinja2.compiler.CodeGenerator and
jinja2.runtime.Context by adding two new attributes to the environment
(code_generator_class and context_class) (pull request #404).Tests are removed from the package (not distributed in the tar.gz)
Use %python_version over %py_ver: better portability to RHEL
run testsuite during build
adjust dependency to use up to date package name for python-MarkupSafe
Update to 2.7.3 (boo#858239, CVE-2014-0012)
fix package build (file selection missing)
avoid rebuildcycle with vim
update to 2.7.2:
Debian bug 734747_ for more information.Require python-setuptools instead of distribute (upstreams merged)
Avoid 'Recommends:' on old rpm distros
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.
update to 2.7:
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.keep-trailing-newline configuration to environments and
templates to optionally preserve the final trailing newline.last on the loop context no longer causes the iterator
to be consumed into a list.contextfunction and other decorators to be applied to __call__.wordwrap
filter.map, select, reject, selectattr and rejectattr
filters.loop.depth to figure out how deep inside a recursive
loop the code is.Fix building python 3 package on openSUSE 11.4 x86_64
Add 2to3 buildrequires to allow for proper conversion of python 3 version
Add python 3 package
Simplify vim plugin packaging
Add suggests for vim and emacs in their respective packages
Removed test for obsolete openSUSE version
Simplified macro usage
Split of 'vim' and 'emacs' sub-packages that contain syntax highlighting support for both editors
Set license to BSD-3-Clause (SPDX style)
Require python-distribute instead of python-setuptools
Update to version 2.6:
Renamed to python-Jinja2
Fix wrong EOL encodings
Do not require python-setuptools, buildrequires is sufficient
Removed authors from description
Changed license to BSD3c
rpmlint issues cleanup
package docs again (lost with last revision)
re-generated spec file with py2pack
Update to 2.2.1;
Fixed changes file name.
initial package (2.1.1)