75 Commits

Author SHA256 Message Date
2030440379 Accepting request 213722 from Cloud:OpenStack:Master
- update to 2.0.11:
  * Depend on unittest2 only for Python versions lower than 2.7
  * Add an optional parameter to TestApp, allowing the user to 
  specify the parser used by BeautifulSoup

OBS-URL: https://build.opensuse.org/request/show/213722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=26
2014-01-13 14:26:08 +00:00
Tomáš Chvátal
0c82b89e8d Accepting request 204686 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=15
2013-10-25 09:36:13 +00:00
Sascha Peilicke
2f3ac67612 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=24
2013-10-24 11:17:12 +00:00
Stephan Kulow
df8d48c835 Accepting request 200665 from devel:languages:python
update (forwarded request 200608 from posophe)

OBS-URL: https://build.opensuse.org/request/show/200665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=14
2013-09-26 18:01:10 +00:00
Sascha Peilicke
5a9942d081 Accepting request 200608 from home:posophe:branches:devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/200608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=22
2013-09-26 07:52:53 +00:00
Stephan Kulow
9e6bfd8b59 Accepting request 199369 from devel:languages:python
- update to 2.0.7:
  * Detect JSON if mimetype ends with +json, such as application/vnd.webtest+json
  * Fixed #72. Use WSGIServer new api even if there waitress has backward compat.
  * Fixed #50. Corrected default value for the delete params argument.
  * Be sure to decode the content if it is gziped before returning it (forwarded request 199358 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/199369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=13
2013-09-23 08:58:35 +00:00
feb0efd5d8 Accepting request 199358 from home:dirkmueller:branches:devel:languages:python
- update to 2.0.7:
  * Detect JSON if mimetype ends with +json, such as application/vnd.webtest+json
  * Fixed #72. Use WSGIServer new api even if there waitress has backward compat.
  * Fixed #50. Corrected default value for the delete params argument.
  * Be sure to decode the content if it is gziped before returning it

OBS-URL: https://build.opensuse.org/request/show/199358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=20
2013-09-17 09:04:22 +00:00
Stephan Kulow
ee15729f7e 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
2013-06-29 12:48:25 +00:00
Sascha Peilicke
56cfd2ecd6 Accepting request 180850 from home:dirkmueller:branches: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.

OBS-URL: https://build.opensuse.org/request/show/180850
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=18
2013-06-25 11:53:01 +00:00
Stephan Kulow
8ef3caa7d8 Accepting request 173808 from devel:languages:python
- Update to 2.0.5:
 * Correctly handle <option> elements with no value attribute
  [Marius Gedminas]
  * Ignore socket.error following StopableWSGIServer.shutdown. [Laurence Rowe]
  * <button> without type='submit' attribute is treated as Submit
  control [Andrey Lebedev].
  * Support for redirects having relative "Location" header [Andrey Lebedev]
  * Treat strings in the WSGI environment as native strings, compliant with
  PEP-3333. [wosc]
  * Allow TestResponse.click() to match HTML content again. [ender672]
  * Support secure cookies [Andrey Lebedev]
  * Added Pasword field [diarmuidbourke]
  * re-allow to use unknow field type. Like ``type="email"``. [gawel]
  * Don't let BeautifulSoup use lxml. Fix GH-51 [kmike]
  * added :meth:`webtest.response.TestResponse.maybe_follow` method [kmike]
  * drop zc.buildout usage for development, now using only virtualenv
  [Domen Kožar]
  * Backward incompatibility : Removed the ``anchor`` argument of
  :meth:`webtest.response.TestResponse.click` and the ``button`` argument of
  :meth:`webtest.response.TestResponse.clickbutton`. It is for the greater good.
  * Rewrote API documentation [Domen Kožar]
  * Added `wsgiproxy` support to do HTTP request to an URL [gawel]
  * Use BeautifulSoup4 to parse forms [gawel]
  * Added `webtest.app.TestApp.patch_json` [gawel]
  * Implement `webtest.app.TestApp.cookiejar` support and kindof keep
  `webtest.app.TestApp.cookies` functionality.  `webtest.app.TestApp.cookies`
  should be treated as read-only.
  [Domen Kožar]
  * Split Selenium integration into separate package webtest-selenium
  * Split casperjs integration into separate package webtest-casperjs (forwarded request 173784 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/173808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=10
2013-05-03 05:40:28 +00:00
Sascha Peilicke
2a06b0d6b9 Accepting request 173784 from home:dirkmueller:branches:devel:languages:python
- Update to 2.0.5:
 * Correctly handle <option> elements with no value attribute
  [Marius Gedminas]
  * Ignore socket.error following StopableWSGIServer.shutdown. [Laurence Rowe]
  * <button> without type='submit' attribute is treated as Submit
  control [Andrey Lebedev].
  * Support for redirects having relative "Location" header [Andrey Lebedev]
  * Treat strings in the WSGI environment as native strings, compliant with
  PEP-3333. [wosc]
  * Allow TestResponse.click() to match HTML content again. [ender672]
  * Support secure cookies [Andrey Lebedev]
  * Added Pasword field [diarmuidbourke]
  * re-allow to use unknow field type. Like ``type="email"``. [gawel]
  * Don't let BeautifulSoup use lxml. Fix GH-51 [kmike]
  * added :meth:`webtest.response.TestResponse.maybe_follow` method [kmike]
  * drop zc.buildout usage for development, now using only virtualenv
  [Domen Kožar]
  * Backward incompatibility : Removed the ``anchor`` argument of
  :meth:`webtest.response.TestResponse.click` and the ``button`` argument of
  :meth:`webtest.response.TestResponse.clickbutton`. It is for the greater good.
  * Rewrote API documentation [Domen Kožar]
  * Added `wsgiproxy` support to do HTTP request to an URL [gawel]
  * Use BeautifulSoup4 to parse forms [gawel]
  * Added `webtest.app.TestApp.patch_json` [gawel]
  * Implement `webtest.app.TestApp.cookiejar` support and kindof keep
  `webtest.app.TestApp.cookies` functionality.  `webtest.app.TestApp.cookies`
  should be treated as read-only.
  [Domen Kožar]
  * Split Selenium integration into separate package webtest-selenium
  * Split casperjs integration into separate package webtest-casperjs

OBS-URL: https://build.opensuse.org/request/show/173784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=16
2013-04-29 14:08:23 +00:00
Stephan Kulow
a792138d51 Accepting request 157713 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=9
2013-03-08 08:49:14 +00:00
Sascha Peilicke
133520514a - Disable testsuite on SLE_11_SP2 to fix the build (unittest module
lacks support)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=14
2013-01-11 13:13:23 +00:00
Sascha Peilicke
ae2def6cdb - Add %py_requires to fix SLE_11_SP2 build.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=13
2013-01-11 11:20:53 +00:00
Stephan Kulow
66842535d3 Accepting request 142491 from devel:languages:python
- Update to version 1.4.2:
  + fix tests error due to CLRF in a tarball
- Changes from version 1.4.1:
  + add travis-ci
  + migrate repository to https://github.com/Pylons/webtest
  + Fix a typo in apps.py: selectedIndicies
  + Preserve field order during parsing (support for deform and such)
  + Allow equals sign in the cookie by spliting name-value-string pairs on the
    first ‘=’ sign as per http://tools.ietf.org/html/rfc6265#section-5.2
  + fix an error when you use AssertionError(response) with unicode chars in response
- Build HTML documentaton
- Run testsuite
- Split of doc package

OBS-URL: https://build.opensuse.org/request/show/142491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=7
2012-11-28 13:35:35 +00:00
Sascha Peilicke
c0753684bc - Update to version 1.4.2:
+ fix tests error due to CLRF in a tarball
- Changes from version 1.4.1:
  + add travis-ci
  + migrate repository to https://github.com/Pylons/webtest
  + Fix a typo in apps.py: selectedIndicies
  + Preserve field order during parsing (support for deform and such)
  + Allow equals sign in the cookie by spliting name-value-string pairs on the
    first ‘=’ sign as per http://tools.ietf.org/html/rfc6265#section-5.2
  + fix an error when you use AssertionError(response) with unicode chars in response
- Build HTML documentaton
- Run testsuite
- Split of doc package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=11
2012-11-22 15:17:30 +00:00
Stephan Kulow
b37548133b Accepting request 135431 from devel:languages:python
Update to 1.4.0 and remove unneeded dependencies. (forwarded request 135386 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/135431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=6
2012-09-23 19:10:30 +00:00
Ismail Dönmez
7600c0eab5 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
2012-09-23 09:24:42 +00:00
Stephan Kulow
c0063dad39 Accepting request 124087 from devel:languages:python
Update to 1.3.4 (forwarded request 123979 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/124087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=4
2012-06-10 18:19:17 +00:00
Todd R
6380eb696e Accepting request 123979 from home:poorboywilly:branches:devel:languages:python
Update to 1.3.4

OBS-URL: https://build.opensuse.org/request/show/123979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=7
2012-06-07 15:11:05 +00:00
Stephan Kulow
482eb792fe Accepting request 102226 from devel:languages:python
- 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/request/show/102226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=3
2012-02-01 09:00:17 +00:00
Sascha Peilicke
17efad0d06 - 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
2012-01-31 13:50:23 +00:00
Stephan Kulow
ae8a453c1a Accepting request 93448 from devel:languages:python
Dependency for OpenStack packages.

OBS-URL: https://build.opensuse.org/request/show/93448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=1
2011-11-28 17:27:30 +00:00
Sascha Peilicke
aba56f5527 - Don't run tests, fixes SLE build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=2
2011-09-01 15:09:38 +00:00
Sascha Peilicke
c768b16ba3 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=1
2011-09-01 14:47:24 +00:00