SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-Jinja2-2.7.3-3.1.noarch.rpm :

* Thu Nov 19 2015 aplanasAATTsuse.com- Update to 2.8 - Added `target` parameter to urlize function. - Added support for `followsymlinks` to the file system loader. - The truncate filter now counts the length. - Added equalto filter that helps with select filters. - Changed cache keys to use absolute file names if available instead of load names. - Fixed loop length calculation for some iterators. - Changed how Jinja2 enforces strings to be native strings in Python 2 to work when people break their default encoding. - Added :func:`make_logging_undefined` which returns an undefined object that logs failures into a logger. - If unmarshalling of cached data fails the template will be reloaded now. - Implemented a block ``set`` tag. - Default cache size was incrased to 400 from a low 50. - Fixed ``is number`` test to accept long integers in all Python versions. - Changed ``is number`` to accept Decimal as a number. - Added a check for default arguments followed by non-default arguments. This change makes ``{% 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`). - Add ability to use custom subclasses of ``jinja2.compiler.CodeGenerator`` and ``jinja2.runtime.Context`` by adding two new attributes to the environment (`code_generator_class` and `context_class`) (pull request ``#404``). - added support for context/environment/evalctx decorator functions on the finalize callback of the environment. - escape query strings for urlencode properly. Previously slashes were not escaped in that place. - Add \'base\' parameter to \'int\' filter.- Tests are removed from the package (not distributed in the tar.gz)
* Wed Jul 22 2015 jengelhAATTinai.de- Use %python_version over %py_ver: better portability to RHEL
* Fri Aug 15 2014 mciharAATTsuse.cz- run testsuite during build
* Fri Aug 15 2014 mciharAATTsuse.cz- adjust dependency to use up to date package name for python-MarkupSafe
* Tue Jul 15 2014 toddrme2178AATTgmail.com- Update to 2.7.3 (bnc#858239, CVE-2014-0012) - Security issue: Corrected the security fix for the cache folder. This fix was provided by RedHat.
* Thu May 08 2014 hpjAATTurpla.net- fix package build (file selection missing)
* Sat Apr 26 2014 dmuellerAATTsuse.com- avoid rebuildcycle with vim
* Mon Jan 13 2014 dmuellerAATTsuse.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 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Mon Sep 02 2013 speilickeAATTsuse.com- Avoid \"Recommends:\" on old rpm distros
 
ICM