forked from pool/python-WSME
Accepting request 204315 from devel:languages:python
- 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/request/show/204315 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WSME?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d8bf27e78d4c701c10a1f0047f4cf7e375ffc458bf88bb10a12efb98695be1a
|
||||
size 138332
|
||||
3
WSME-0.5b6.tar.gz
Normal file
3
WSME-0.5b6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9476b6c80fa9c36e966d80352e589d5fd9cf356b9bdec7f755b07ca5d2f492cb
|
||||
size 141503
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user