2012-02-23 13:44:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 23 13:44:50 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Simplified macro usage
|
|
|
|
|
2011-09-22 12:02:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 22 12:00:51 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Split of 'vim' and 'emacs' sub-packages that contain syntax highlighting
|
|
|
|
support for both editors
|
|
|
|
|
2011-09-22 09:14:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 22 09:13:19 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Set license to BSD-3-Clause (SPDX style)
|
|
|
|
- Require python-distribute instead of python-setuptools
|
|
|
|
|
2011-09-20 12:59:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 20 12:57:24 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Update to version 2.6:
|
|
|
|
* internal attributes now raise an internal attribute error now instead
|
|
|
|
of returning an undefined. This fixes problems when passing undefined
|
|
|
|
objects to Python semantics expecting APIs.
|
|
|
|
* traceback support now works properly for PyPy. (Tested with 1.4)
|
|
|
|
* implemented operator intercepting for sandboxed environments. This
|
|
|
|
allows application developers to disable builtin operators for better
|
|
|
|
security. (For instance limit the mathematical operators to actual
|
|
|
|
integers instead of longs)
|
|
|
|
* groupby filter now supports dotted notation for grouping by attributes
|
|
|
|
of attributes.
|
|
|
|
* scoped blocks not properly treat toplevel assignments and imports.
|
|
|
|
Previously an import suddenly "disappeared" in a scoped block.
|
|
|
|
* automatically detect newer Python interpreter versions before loading code
|
|
|
|
from bytecode caches to prevent segfaults on invalid opcodes. The segfault
|
|
|
|
in earlier Jinja2 versions here was not a Jinja2 bug but a limitation in
|
|
|
|
the underlying Python interpreter. If you notice Jinja2 segfaulting in
|
|
|
|
earlier versions after an upgrade of the Python interpreter you don't have
|
|
|
|
to upgrade, it's enough to flush the bytecode cache. This just no longer
|
|
|
|
makes this necessary, Jinja2 will automatically detect these cases now.
|
|
|
|
* the sum filter can now sum up values by attribute. This is a backwards
|
|
|
|
incompatible change. The argument to the filter previously was the
|
|
|
|
optional starting index which defaultes to zero. This now became the
|
|
|
|
second argument to the function because it's rarely used.
|
|
|
|
* like sum, sort now also makes it possible to order items by attribute.
|
|
|
|
* like sum and sort, join now also is able to join attributes of objects
|
|
|
|
as string.
|
|
|
|
* the internal eval context now has a reference to the environment.
|
|
|
|
* added a mapping test to see if an object is a dict or an object with
|
|
|
|
a similar interface.
|
|
|
|
|
2011-07-20 20:33:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 20 20:27:08 UTC 2011 - saschpe@gmx.de
|
|
|
|
|
|
|
|
- Renamed to python-Jinja2
|
|
|
|
- Fix wrong EOL encodings
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 7 14:56:33 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Do not require python-setuptools, buildrequires is sufficient
|
|
|
|
- Removed authors from description
|
|
|
|
- Changed license to BSD3c
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 12 17:45:39 UTC 2010 - saschpe@gmx.de
|
|
|
|
|
|
|
|
- rpmlint issues cleanup
|
|
|
|
* fdupes, tar.bz2 tarball, ...
|
|
|
|
- package docs again (lost with last revision)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 11 23:23:05 UTC 2010 - saschpe@gmx.de
|
|
|
|
|
|
|
|
- re-generated spec file with py2pack
|
|
|
|
* now builds for Fedora and Mandriva
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 17 20:33:11 UTC 2009 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Update to 2.2.1;
|
|
|
|
- Fixed changes file name.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 8 14:05:51 CEST 2009 - poeml@suse.de
|
|
|
|
|
|
|
|
- initial package (2.1.1)
|
|
|
|
|