From feb0efd5d8eec8feffd20071a9922abe37425b4ff8ebd3562296d3d37d18a0c5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 17 Sep 2013 09:04:22 +0000 Subject: [PATCH] Accepting request 199358 from home:dirkmueller:branches:devel:languages:python - update to 2.0.7: * Detect JSON if mimetype ends with +json, such as application/vnd.webtest+json * Fixed #72. Use WSGIServer new api even if there waitress has backward compat. * Fixed #50. Corrected default value for the delete params argument. * Be sure to decode the content if it is gziped before returning it OBS-URL: https://build.opensuse.org/request/show/199358 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=20 --- WebTest-2.0.6.zip | 3 --- WebTest-2.0.7.zip | 3 +++ python-WebTest.changes | 9 +++++++++ python-WebTest.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 WebTest-2.0.6.zip create mode 100644 WebTest-2.0.7.zip diff --git a/WebTest-2.0.6.zip b/WebTest-2.0.6.zip deleted file mode 100644 index 4e8c5f2..0000000 --- a/WebTest-2.0.6.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf74621cf8694fc89b7ac61e1aace02a649080f03ab6e43e256f32ca3a09d452 -size 80395 diff --git a/WebTest-2.0.7.zip b/WebTest-2.0.7.zip new file mode 100644 index 0000000..3c2e33e --- /dev/null +++ b/WebTest-2.0.7.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8442df2178ac9e6134a6192c0419d885b1e0ce1f507dda1528bc147841a4b41 +size 81143 diff --git a/python-WebTest.changes b/python-WebTest.changes index f03dd43..7808b4d 100644 --- a/python-WebTest.changes +++ b/python-WebTest.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 17 08:33:26 UTC 2013 - dmueller@suse.com + +- update to 2.0.7: + * Detect JSON if mimetype ends with +json, such as application/vnd.webtest+json + * Fixed #72. Use WSGIServer new api even if there waitress has backward compat. + * Fixed #50. Corrected default value for the delete params argument. + * Be sure to decode the content if it is gziped before returning it + ------------------------------------------------------------------- Mon Jun 10 13:29:16 UTC 2013 - dmueller@suse.com diff --git a/python-WebTest.spec b/python-WebTest.spec index b627d7d..7ecb675 100644 --- a/python-WebTest.spec +++ b/python-WebTest.spec @@ -17,7 +17,7 @@ Name: python-WebTest -Version: 2.0.6 +Version: 2.0.7 Release: 0 Url: http://webtest.pythonpaste.org/ Summary: Helper to test WSGI applications