2015-05-19 07:18:23 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri May 15 13:16:56 UTC 2015 - benoit.monin@gmx.fr
|
|
|
|
|
|
|
|
|
|
|
|
- update to version 4.0.4:
|
|
|
|
|
|
* Removed the ‘WebTest <= 1.3.4’ version pin, fixed tests to work
|
|
|
|
|
|
with modern WebTest versions (issue #10).
|
|
|
|
|
|
- additional changes from version 4.0.3:
|
|
|
|
|
|
pinning version ‘WebTest <= 1.3.4’, because of some
|
|
|
|
|
|
incompatibility and test failures
|
|
|
|
|
|
* Make zope.testbrowser installable via pip (issue #6).
|
|
|
|
|
|
* When Browser.handleErrors is False, also add
|
|
|
|
|
|
x-wsgiorg.throw_errors to the environment.
|
|
|
|
|
|
http://wsgi.org/wsgi/Specifications/throw_errors
|
|
|
|
|
|
* Prevent WebTest from always sending paste.throw_errors=True in
|
|
|
|
|
|
the environment by setting it to None when Browser.handleErrors
|
|
|
|
|
|
is True. This makes it easier to test error pages.
|
|
|
|
|
|
* Made Browser.submit() handle raiseHttpErrors (PR #4).
|
|
|
|
|
|
* More friendly error messages from getControl() et al:
|
|
|
|
|
|
+ when you specify an index that is out of bounds, show the
|
|
|
|
|
|
available choices
|
|
|
|
|
|
+ when you fail to find anything, show all the available items
|
|
|
|
|
|
- switch the source archive to zip (tar.gz not available)
|
|
|
|
|
|
- add unzip to BuildRequires
|
|
|
|
|
|
- add fdupes as BuildRequires and call it after install
|
|
|
|
|
|
- set a minimum version for python-mechanize
|
|
|
|
|
|
- update the test requirements (still commented, the tests fail)
|
|
|
|
|
|
- add the runtime requirements as build requirements to ensure
|
|
|
|
|
|
their availability
|
|
|
|
|
|
- update the documentation files
|
|
|
|
|
|
|
2013-10-24 11:18:00 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Oct 24 11:17:58 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
|
|
2013-03-25 08:57:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Mar 25 09:00:12 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- More on testing
|
|
|
|
|
|
|
2013-03-15 14:24:13 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Mar 15 13:40:57 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
|
|