From 015ea606d3ea13e0a962f7d69af74c9245a23843c13d8f0c060f1c4adebb7fab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 10 Sep 2015 10:24:22 +0000 Subject: [PATCH] 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 --- WSME-0.7.0.tar.gz | 3 --- WSME-0.8.0.tar.gz | 3 +++ python-WSME.changes | 11 +++++++++++ python-WSME.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 WSME-0.7.0.tar.gz create mode 100644 WSME-0.8.0.tar.gz diff --git a/WSME-0.7.0.tar.gz b/WSME-0.7.0.tar.gz deleted file mode 100644 index 7cdaeb1..0000000 --- a/WSME-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cae2c4df4af93db345ef7a52204b8facab8318aee6b9b56f54f8cb4aac79849 -size 122927 diff --git a/WSME-0.8.0.tar.gz b/WSME-0.8.0.tar.gz new file mode 100644 index 0000000..54c94ac --- /dev/null +++ b/WSME-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00241e4e4e40d6183f6354a8f5659b601753d49e28b6e5aca332bdf2e31188db +size 121619 diff --git a/python-WSME.changes b/python-WSME.changes index b169483..be37931 100644 --- a/python-WSME.changes +++ b/python-WSME.changes @@ -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 diff --git a/python-WSME.spec b/python-WSME.spec index 24f9249..8181690 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -17,7 +17,7 @@ Name: python-WSME -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Web Services Made Easy License: MIT