15
0

Accepting request 493088 from home:TheBlackCat:branches:devel:languages:python

singlespec version of python-WebTest

OBS-URL: https://build.opensuse.org/request/show/493088
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=34
This commit is contained in:
2017-05-15 11:57:46 +00:00
committed by Git OBS Bridge
parent 59d7a240c4
commit ee1e8930a3
4 changed files with 63 additions and 40 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed May 3 16:31:46 UTC 2017 - toddrme2178@gmail.com
- Update to 2.0.27
* Bugfix: Allow to use set_cookie when HTTP_HOST is set
* Fix #177: resp.json now always decode body as utf8
- Update to 2.0.26
* Added JWT auth support
* Always show response body when response status is invalid
- Update to 2.0.25
* Fix #173: Do not omit file uploads without a file from post.
- Update to 2.0.24
* Drop python 2.6 support. Newer versions may still work if you
use waitress < 1.0
* Remove bs4 warnings
* Docs improvments
* Tets are WebOb 1.7.x compatible
- Implement singlespec version
- Fix source URL.
-------------------------------------------------------------------
Thu Sep 1 10:15:53 UTC 2016 - tbechtold@suse.com