Changelog for
python3-Jinja2-2.8-2.9.noarch.rpm :
Sat Aug 1 14:00:00 2015 arunAATTgmx.de
- specfile:
* update copyright year
- update to version 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.
Tue Jul 15 14:00:00 2014 toddrme2178AATTgmail.com
- Update to 2.7.3
- Security issue: Corrected the security fix for the cache folder.
This fix was provided by RedHat.
Thu May 8 14:00:00 2014 toddrme2178AATTgmail.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.
- avoid rebuildcycle with vim
Thu Jan 9 13:00:00 2014 benoit.moninAATTgmx.fr
- update to upstream version 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.
- additional changes from release 2.7.0:
* Choice and prefix loaders now dispatch source and template
lookup separately in order to work in combination with module
loaders as advertised.
* Fixed filesizeformat.
* Added a non-silent option for babel extraction.
* Added `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.
* Added `keep-trailing-newline` configuration to environments
and templates to optionally preserve the final trailing newline.
* Accessing `last` on the loop context no longer causes the
iterator to be consumed into a list.
* Python requirement changed: 2.6, 2.7 or >= 3.3 are required now,
supported by same source code, using the \"six\" compatibility
library.
* Allow `contextfunction` and other decorators to be applied
to `__call__`.
* Added support for changing from newline to different signs in
the `wordwrap` filter.
* Added support for ignoring memcache errors silently.
* Added support for keeping the trailing newline in templates.
* Added finer grained support for stripping whitespace on the
left side of blocks.
* Added `map`, `select`, `reject`, `selectattr` and `rejectattr`
filters.
* Added support for `loop.depth` to figure out how deep inside
a recursive loop the code is.
* Disabled py_compile for pypy and python 3.
- switch from distribute to setuptools
- remove Requires: python3 >= %{py3_ver}: depreciated
- add MarkupSafe as a new runtime dependency for jinja >= 2.7
- drop JinjaTemplates.tmbundle.tar.gz from %doc: removed upstream
Fri Nov 30 13:00:00 2012 toddrme2178AATTgmail.com
- Fix building on openSUSE 12.1 and 12.2
Thu Nov 22 13:00:00 2012 toddrme2178AATTgmail.com
- Remove openSUSE 11.4 spec file workarounds
Mon Apr 30 14:00:00 2012 toddrme2178AATTgmail.com
- Fix building python 3 package on openSUSE 11.4 x86_64
Thu Apr 26 14:00:00 2012 toddrme2178AATTgmail.com
- Add 2to3 buildrequires to allow for proper conversion of python 3
version
Mon Apr 23 14:00:00 2012 toddrme2178AATTgmail.com
- Add python 3 package
- Simplify vim plugin packaging
- Add suggests for vim and emacs in their respective
packages
- Removed test for obsolete openSUSE version