* Wed Aug 14 2024 Dirk Müller - switch to modern python for sle15 * Mon Jun 10 2024 Dirk Müller - update to 7.0: * Add support for Python 3.12 and 3.13 as of 3.13b1. * Drop support for Python 3.7.- use PEP517 build * Mon Apr 03 2023 pgajdosAATTsuse.com- version update to 6.0 - Drop support for Python 2.7, 3.5, 3.6. - Drop support for deprecated ``python setup.py test``. - Add support for Python 3.11. - Do not break in ``mechRepr`` when using ````.- deleted patches - zope.testbrowser-remove-bad-test.patch (upstreamed) * Fri Sep 16 2022 Yogalakshmi Arunachalam - update to 5.6.1 * Ensure all objects have consistent resolution orders.- update to 5.6.0 * Add support for Python 3.9 and 3.10. * Wed Oct 13 2021 Matej Cepl - Make tests verbose * Tue Oct 05 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro * Tue Jan 21 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 06 2019 Tomáš Chvátal - Update to 5.4.0: * Fix a bug where browser.reload() would not follow redirects or raise exceptions for bad HTTP statuses. See issue 75. * Add Python 3.8 support. See issue 80. * Mon Jul 22 2019 Tomáš Chvátal - Update to 5.3.3: * Fix a bug where clicking the selected radio button would unselect it. See issue 68. * Fix another incompatibility with BeautifulSoup4 >= 4.7 that could result in a SyntaxError from browser.getLink(). See issue 61. * Mon Apr 08 2019 Marketa Calabkova - update to version 5.3.2 * Fix a bug where you couldn’t set a cookie expiration date when your locale was not English. * Fix an incompatibility with BeautifulSoup4 >= 4.7 that could result in a SyntaxError from browser.getControl(). * note: BeautifulSoup is not in requirements in setup.py and we are successfully building the package without it * Fix narrative doctests that started failing on January 1st, 2019 due to a hardcoded “future” date. 5.3.1 * Fix a DeprecationWarning on Python 3. 5.3.0 * Add support for Python 3.7. * Drop support for Python 3.3 and 3.4. * Drop support for pystone as Python 3.7 dropped pystone. * Fix mechRepr of CheckboxListControl to always return a native str. * Add mechRepr to input fields having the type email.- Added patch zope.testbrowser-remove-bad-test.patch to disable failing test. * It seems to me that Google has changed the robot policy again and therefore it is not a bug in the software itself (similar to upstream issue #12).