forked from pool/python-Chameleon
- Feature: Temporary caches used in debug mode are cleaned up
eagerly, rather than waiting for process termination.
- Fix: The index, start and end methods on the TAL repeat object
are now callable. This fixes an incompatibility with ZPT.
- Fix: The loader now correctly handles absolute paths on Windows.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=4
47 lines
1.9 KiB
Plaintext
47 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Mar 31 08:58:26 UTC 2012 - suse@ammler.ch
|
|
|
|
- update to 2.8.2
|
|
- Feature: Temporary caches used in debug mode are cleaned up
|
|
eagerly, rather than waiting for process termination.
|
|
- Fix: The index, start and end methods on the TAL repeat object
|
|
are now callable. This fixes an incompatibility with ZPT.
|
|
- Fix: The loader now correctly handles absolute paths on Windows.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 30 11:37:12 UTC 2012 - suse@ammler.ch
|
|
|
|
- update to 2.8.1
|
|
- Feature: The exception formatter now lists errors in 'wrapping order'.
|
|
This means that the innermost, and presumably most relevant exception is shown last.
|
|
- Fix: The exception formatter now correctly recognizes nested errors
|
|
and does not rewrap the dynamically generated exception class.
|
|
- Fix: The exception formatter now correctly sets the __module__
|
|
attribute to that of the original exception class.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 8 13:13:04 UTC 2012 - saschpe@suse.de
|
|
|
|
- Run but don't install testsuite
|
|
- Try to clarify licensing situation
|
|
- Build HTML documentation and ship it
|
|
- Buildrequire python-distribute instead of setuptools
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 7 20:30:40 UTC 2012 - suse@ammler.ch
|
|
|
|
- update to 2.8.0
|
|
- Feature: support for code blocks using the <?python ... ?>
|
|
processing instruction syntax.
|
|
- Fix: Fall back to the exception class' __new__ method to safely
|
|
create an exception object that is not implemented in Python.
|
|
- Fix: The exception formatter now keeps track of already
|
|
formatted exceptions, and ignores them from further output.
|
|
- add setuptools as requires
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 29 00:17:22 UTC 2012 - suse@ammler.ch
|
|
|
|
- initial package version 2.7.3
|
|
|