Package Release Info

python-zope.testbrowser-4.0.4-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-zope.testbrowser

Change Logs

Version: 4.0.4-bp150.2.3
* Fri May 15 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
* Thu Oct 24 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Mon Mar 25 2013 speilicke@suse.com
- More on testing
* Fri Mar 15 2013 speilicke@suse.com
- Initial version