This update for python-Jinja2 fixes the following issues:
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 %pythonversion over %pyver: 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:
call_filter not working properly on environment
and context filters.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
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
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)