SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-Jinja2-vim-2.9.5-2.1.noarch.rpm :
Fri Feb 3 13:00:00 2017 arunAATTgmx.de
- update to version 2.9.5:

* Restored the original repr of the internal `_GroupTuple` because
this caused issues with ansible and it was an unintended change.
(#654)

* Added back support for custom contexts that override the old
`resolve` method since it was hard for people to spot that this
could cause a regression.

* Correctly use the buffer for the else block of for loops. This
caused invalid syntax errors to be caused on 2.x and completely
wrong behavior on Python 3 (#669)

* Resolve an issue where the `{% extends %}` tag could not be used
with async environments. (#668)

* Reduce memory footprint slightly by reducing our unicode database
dump we use for identifier matching on Python 3 (#666)

* Fixed autoescaping not working for macros in async compilation
mode. (#671)

Fri Jan 13 13:00:00 2017 arunAATTgmx.de
- update to version 2.9.4:

* Solved some warnings for string literals. (#646)

* Increment the bytecode cache version which was not done due to an
oversight before.

* Corrected bad code generation and scoping for filtered loops.
(#649)

* Resolved an issue where top-level output silencing after known
extend blocks could generate invalid code when blocks where
contained in if statements. (#651)

* Made the `truncate.leeway` default configurable to improve
compatibility with older templates.

Sat Jan 7 13:00:00 2017 arunAATTgmx.de
- specfile:

* update copyright year
- update to version 2.8.1:

* Fixed the `for_qs` flag for `urlencode`.

* Fixed regression when applying `int` to non-string values.

* SECURITY: if the sandbox mode is used format expressions are now
sandboxed with the same rules as in Jinja. This solves various
information leakage problems that can occur with format strings.

Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:

* changed to https for source url

* updated source url to files.pythonhosted.org

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


 
ICM