diff --git a/WSME-0.5b5.tar.gz b/WSME-0.5b5.tar.gz deleted file mode 100644 index 3ab4765..0000000 --- a/WSME-0.5b5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d8bf27e78d4c701c10a1f0047f4cf7e375ffc458bf88bb10a12efb98695be1a -size 138332 diff --git a/WSME-0.5b6.tar.gz b/WSME-0.5b6.tar.gz new file mode 100644 index 0000000..ffef15d --- /dev/null +++ b/WSME-0.5b6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9476b6c80fa9c36e966d80352e589d5fd9cf356b9bdec7f755b07ca5d2f492cb +size 141503 diff --git a/python-WSME.changes b/python-WSME.changes index 817c865..f72b029 100644 --- a/python-WSME.changes +++ b/python-WSME.changes @@ -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 diff --git a/python-WSME.spec b/python-WSME.spec index 803fbcc..e5d316f 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -17,19 +17,20 @@ Name: python-WSME -Version: 0.5b5 +Version: 0.5b6 Release: 0 Summary: Web Services Made Easy License: MIT Group: Development/Languages/Python Url: http://packages.python.org/WSME/ Source: http://pypi.python.org/packages/source/W/WSME/WSME-%{version}.tar.gz -BuildRequires: python-WebOb BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-pbr -BuildRequires: python-simplegeneric +BuildRequires: python-setuptools BuildRequires: python-six +# Test requirements: +BuildRequires: python-WebOb +BuildRequires: python-simplegeneric Requires: python-WebOb Requires: python-simplegeneric Requires: python-six