forked from pool/python-Chameleon
Accepting request 284529 from home:frispete:python
- Update to version 2.22
+ Changes from 2.22 (2015-02-06)
Fix brown bag release.
+ Changes from 2.21 (2015-02-06)
Added RenderError exception which indicates that an error occurred during
the evaluation of an expression. Clean up TemplateError exception
implementation.
+ Changes from 2.20 (2015-01-12)
Pass search_path to template class when loaded using TemplateLoader (or one
of the derived classes). [faassen]
+ Changes from 2.19 (2015-01-06)
Fix logging deprecation. Fix environment-based configuration logging
error.
+ Changes from 2.18 (2014-11-03)
Fix minor compilation error.
+ Changes from 2.17 (2014-11-03)
Add support for i18n:context. [wiggy] Add missing ‘parity’ repeat property.
[voxspox] Don’t modify environment when getting variables from it. [fschulze]
+ Changes from 2.16 (2014-05-06)
If a repeat expression evaluates to None then it is now equivalent to an
empty set.
This changes a behavior introduced in 2.14.
This fixes issue #172.
Remove fossil test dependency on deprecated distribute.
Add explicit support / testing for Python 3.3 / 3.4.
Drop explicit support for Python 2.5 (out of maintenance, and no longer
supported by tox or Travis-CI).
+ Changes from 2.15 (2014-03-11)
Add Support for Python 3.4’s NameConstant. [brakhane]
OBS-URL: https://build.opensuse.org/request/show/284529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 17:07:27 UTC 2015 - hpj@urpla.net
|
||||
|
||||
- Update to version 2.22
|
||||
+ Changes from 2.22 (2015-02-06)
|
||||
Fix brown bag release.
|
||||
+ Changes from 2.21 (2015-02-06)
|
||||
Added RenderError exception which indicates that an error occurred during
|
||||
the evaluation of an expression. Clean up TemplateError exception
|
||||
implementation.
|
||||
+ Changes from 2.20 (2015-01-12)
|
||||
Pass search_path to template class when loaded using TemplateLoader (or one
|
||||
of the derived classes). [faassen]
|
||||
+ Changes from 2.19 (2015-01-06)
|
||||
Fix logging deprecation. Fix environment-based configuration logging
|
||||
error.
|
||||
+ Changes from 2.18 (2014-11-03)
|
||||
Fix minor compilation error.
|
||||
+ Changes from 2.17 (2014-11-03)
|
||||
Add support for i18n:context. [wiggy] Add missing ‘parity’ repeat property.
|
||||
[voxspox] Don’t modify environment when getting variables from it. [fschulze]
|
||||
+ Changes from 2.16 (2014-05-06)
|
||||
If a repeat expression evaluates to None then it is now equivalent to an
|
||||
empty set.
|
||||
This changes a behavior introduced in 2.14.
|
||||
This fixes issue #172.
|
||||
Remove fossil test dependency on deprecated distribute.
|
||||
Add explicit support / testing for Python 3.3 / 3.4.
|
||||
Drop explicit support for Python 2.5 (out of maintenance, and no longer
|
||||
supported by tox or Travis-CI).
|
||||
+ Changes from 2.15 (2014-03-11)
|
||||
Add Support for Python 3.4’s NameConstant. [brakhane]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 11:44:10 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user