diff --git a/python-zope.testbrowser.changes b/python-zope.testbrowser.changes index 6e8a2f5..f61c14c 100644 --- a/python-zope.testbrowser.changes +++ b/python-zope.testbrowser.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 21 10:36:36 UTC 2020 - Marketa Calabkova + +- 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. + ------------------------------------------------------------------- Wed Nov 6 12:01:55 UTC 2019 - Tomáš Chvátal diff --git a/python-zope.testbrowser.spec b/python-zope.testbrowser.spec index 853b14e..01d2587 100644 --- a/python-zope.testbrowser.spec +++ b/python-zope.testbrowser.spec @@ -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 diff --git a/zope.testbrowser-5.4.0.tar.gz b/zope.testbrowser-5.4.0.tar.gz deleted file mode 100644 index 245b6c5..0000000 --- a/zope.testbrowser-5.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0fcda19cb83da165717dae07b3ca17e6e02ec05abb748d46143ddff4cd76b95 -size 84339 diff --git a/zope.testbrowser-5.5.1.tar.gz b/zope.testbrowser-5.5.1.tar.gz new file mode 100644 index 0000000..e92ebc2 --- /dev/null +++ b/zope.testbrowser-5.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbab12971b8b80bc72fca53f1a6654ba5a5c424949bf74fbca3a193487d5cd3 +size 88959