15
0

Accepting request 180863 from devel:languages:python

- update to 2.0.6:
- fixed #64. cookiejar api has changed in python3.3 [gawel]
- allow to use a fixed StopableWSGIServer [gawel]
- Do not alter the BeautifulSoup object when parsing forms. [Georges
- Remove first newline while parse textarea block, how modern browsers does. (forwarded request 180850 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/180863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2013-06-29 12:48:25 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53006e6a53220ea89ab6cbc491305ed4d325f0e43fb611487441da7c14609e8a
size 79986

3
WebTest-2.0.6.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf74621cf8694fc89b7ac61e1aace02a649080f03ab6e43e256f32ca3a09d452
size 80395

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 10 13:29:16 UTC 2013 - dmueller@suse.com
- update to 2.0.6:
- fixed #64. cookiejar api has changed in python3.3 [gawel]
- allow to use a fixed StopableWSGIServer [gawel]
- Do not alter the BeautifulSoup object when parsing forms. [Georges
- Remove first newline while parse textarea block, how modern browsers does.
-------------------------------------------------------------------
Mon Apr 29 13:01:57 UTC 2013 - dmueller@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-WebTest
Version: 2.0.5
Version: 2.0.6
Release: 0
Url: http://webtest.pythonpaste.org/
Summary: Helper to test WSGI applications