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:
committed by
Git OBS Bridge
parent
5ca7d8a6cc
commit
5aeda066c4
@@ -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