15
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=3
This commit is contained in:
Marcel Gmür
2012-03-30 11:39:20 +00:00
committed by Git OBS Bridge
parent 914cd26632
commit 7da1934955
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:949d20c2f989532df0136c6e67b91988fa84477de0740a5a1f657615575393ea
size 147405

3
Chameleon-2.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b92faad496c9d13b492a8871138cd394fd67cad1d10bfa764f601ca13ff1e91a
size 147895

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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

View File

@@ -16,7 +16,7 @@
#
Name: python-Chameleon
Version: 2.8.0
Version: 2.8.1
Release: 0
Url: http://www.pagetemplates.org/
Summary: Fast HTML/XML Template Compiler