1
0

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
This commit is contained in:
2013-09-17 09:04:22 +00:00
committed by Git OBS Bridge
parent 56cfd2ecd6
commit feb0efd5d8
4 changed files with 13 additions and 4 deletions

View File

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