15
0

- Simplified macro usage

- Run testsuite
- Update to version 1.3.3:
  * added post_json, put_json, delete_json
  * fix #25 params dictionary of webtest.AppTest.post() does not support unicode values
- Changes from version 1.3.2:
  * improve showbrowser.
  * print_stderr fail with unicode string on python2
- Changes from version 1.3.1:
  * Added .option()
  * Full python3 compat

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=4
This commit is contained in:
Sascha Peilicke
2012-01-31 13:50:23 +00:00
committed by Git OBS Bridge
parent ae8a453c1a
commit 17efad0d06
4 changed files with 27 additions and 15 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jan 31 13:49:10 UTC 2012 - saschpe@suse.de
- Simplified macro usage
- Run testsuite
- Update to version 1.3.3:
* added post_json, put_json, delete_json
* fix #25 params dictionary of webtest.AppTest.post() does not support unicode values
- Changes from version 1.3.2:
* improve showbrowser.
* print_stderr fail with unicode string on python2
- Changes from version 1.3.1:
* Added .option()
* Full python3 compat
-------------------------------------------------------------------
Thu Sep 1 15:07:32 UTC 2011 - saschpe@suse.de