Revisions of python-Jinja2

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 179684 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 13)
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 12)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 143681 from Todd R's avatar Todd R (TheBlackCat) (revision 11)
Fix building on openSUSE 12.1 and 12.2 (forwarded request 143680 from TheBlackCat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 142404 from Todd R's avatar Todd R (TheBlackCat) (revision 10)
Remove openSUSE 11.4 spec file workarounds (forwarded request 142402 from TheBlackCat) (forwarded request 142403 from TheBlackCat)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 9)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 116056 from Todd R's avatar Todd R (TheBlackCat) (revision 8)
Fix building python 3 package on openSUSE 11.4 x86_64 (forwarded request 116054 from TheBlackCat) (forwarded request 116055 from TheBlackCat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 106666 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 7)
- Simplified macro usage
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 6)
replace license with spdx.org variant
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 5)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 84461 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 4)
- 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
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 83867 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 3)
- 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.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 2)
Autobuild autoformatter for 76558
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 76558 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 1)
Replaces python-jinja2, adds some fixes
Displaying revisions 41 - 53 of 53
openSUSE Build Service is sponsored by