15
0
forked from pool/python-WSME

- Update to version 0.5b6:

+ Add improved support for HTTP response codes in cornice apps.
  + Handle mandatory attributes
  + Fix error code returned when None is used in an Enum
  + Handle list and dict for body type in REST protocol
  + Fix Sphinx for Python 3
  + Add custom error code to ClientSideError
  + Return a ClientSideError if unable to convert data
  + Validate body when using Pecan
- BuildRequire setuptools instead of distribute after upstream merge

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=11
This commit is contained in:
Sascha Peilicke
2013-10-22 14:14:31 +00:00
committed by Git OBS Bridge
parent 5ca7d8a6cc
commit 5aeda066c4
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Oct 22 14:12:14 UTC 2013 - speilicke@suse.com
- Update to version 0.5b6:
+ Add improved support for HTTP response codes in cornice apps.
+ Handle mandatory attributes
+ Fix error code returned when None is used in an Enum
+ Handle list and dict for body type in REST protocol
+ Fix Sphinx for Python 3
+ Add custom error code to ClientSideError
+ Return a ClientSideError if unable to convert data
+ Validate body when using Pecan
- BuildRequire setuptools instead of distribute after upstream merge
-------------------------------------------------------------------
Wed Sep 18 14:54:07 UTC 2013 - speilicke@suse.com