forked from pool/python-WebTest
- 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
26 lines
785 B
Plaintext
26 lines
785 B
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Don't run tests, fixes SLE build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 1 14:41:12 UTC 2011 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|