Accepting request 135386 from home:poorboywilly:branches:devel:languages:python

Update to 1.4.0 and remove unneeded dependencies.

OBS-URL: https://build.opensuse.org/request/show/135386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=9
This commit is contained in:
Ismail Dönmez
2012-09-23 09:24:42 +00:00
committed by Git OBS Bridge
parent 6380eb696e
commit 7600c0eab5
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Sep 22 18:38:46 UTC 2012 - os-dev@jacraig.com
- Update to 1.4.0:
* added webtest.ext - allow to use casperjs
- Changes from 1.3.6:
* fix #42: Check uppercase method.
* fix #36: Radio can use forced value.
* fix #24: Include test fixtures.
* fix bug when trying to print a response which contain some unicode chars
- Changes from 1.3.5:
* fix #39: Add PATCH to acceptable methods.
- Removed dependency on python-nose and python-dtopt: these are only needed to
run tests.
-------------------------------------------------------------------
Wed Jun 6 21:17:27 UTC 2012 - os-dev@jacraig.com