15
0
forked from pool/python-WSME

Accepting request 329814 from Cloud:OpenStack:Master

- update to 0.8.0:
  * Return 400, if the query string is not a dict
  * rest: return 415 when content-type is invalid
  * json: raise ValueError invalid list or dict
  * Fixes exception path with the datatype is a Object
  * Update README formatting for release tools
  * Set up dependencies for cross-tests

OBS-URL: https://build.opensuse.org/request/show/329814
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=22
This commit is contained in:
2015-09-10 10:24:22 +00:00
committed by Git OBS Bridge
parent 95dc17416b
commit 015ea606d3
4 changed files with 15 additions and 4 deletions

View File

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

3
WSME-0.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00241e4e4e40d6183f6354a8f5659b601753d49e28b6e5aca332bdf2e31188db
size 121619

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 9 07:12:25 UTC 2015 - tbechtold@suse.com
- update to 0.8.0:
* Return 400, if the query string is not a dict
* rest: return 415 when content-type is invalid
* json: raise ValueError invalid list or dict
* Fixes exception path with the datatype is a Object
* Update README formatting for release tools
* Set up dependencies for cross-tests
-------------------------------------------------------------------
Mon Jun 1 13:35:06 UTC 2015 - tbechtold@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-WSME
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: Web Services Made Easy
License: MIT