14
0

Accepting request 307357 from home:benoit_monin:branches:devel:languages:python

- update to version 4.0.4
- 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

OBS-URL: https://build.opensuse.org/request/show/307357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testbrowser?expand=0&rev=7
This commit is contained in:
Michal Čihař
2015-05-19 07:18:23 +00:00
committed by Git OBS Bridge
parent 9538f9f160
commit 2b88ec233d
4 changed files with 48 additions and 15 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Thu Oct 24 11:17:58 UTC 2013 - speilicke@suse.com