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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d8bf27e78d4c701c10a1f0047f4cf7e375ffc458bf88bb10a12efb98695be1a
size 138332

3
WSME-0.5b6.tar.gz Normal file
View File

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

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

View File

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