14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testbrowser?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-07-22 11:16:50 +00:00
committed by Git OBS Bridge
parent 9f2c0a1044
commit d9b000b309
4 changed files with 27 additions and 17 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 22 10:57:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 8 15:39:10 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>