forked from pool/python-zope.testbrowser
Accepting request 766041 from home:mcalabkova:branches:devel:languages:python
- update to 5.5.1
* Stop sending a Referer header when browser.open or browser.post is called directly.
* Add error checking to the setters for ListControl.displayValue and CheckboxListControl.displayValue:
in line with the old mechanize-based implementation, these will now raise ItemNotFoundError
if any of the given values are not found, or ItemCountError on trying to set more than one value
on a single-valued control.
* Fix AttributeError in add_file when trying to add to a control which is not a file upload.
* Fix a bug where browser.goBack() did not invalidate caches, so subsequent queries could use data
from the wrong response.
* Support telling the browser not to follow redirects by setting Browser.follow_redirects to False.
OBS-URL: https://build.opensuse.org/request/show/766041
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testbrowser?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
18d58dda0c
commit
6174729ed7
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.testbrowser
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-zope.testbrowser
|
||||
Version: 5.4.0
|
||||
Version: 5.5.1
|
||||
Release: 0
|
||||
Summary: Programmable browser for functional black-box tests
|
||||
License: ZPL-2.1
|
||||
|
||||
Reference in New Issue
Block a user