14
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testbrowser?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2019-11-06 12:06:54 +00:00
committed by Git OBS Bridge
parent d9b000b309
commit 18d58dda0c
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 6 12:01:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 10:57:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>