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> Mon Jul 22 10:57:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-zope.testbrowser Name: python-zope.testbrowser
Version: 5.3.3 Version: 5.4.0
Release: 0 Release: 0
Summary: Programmable browser for functional black-box tests Summary: Programmable browser for functional black-box tests
License: ZPL-2.1 License: ZPL-2.1
Group: Development/Languages/Python
URL: https://github.com/zopefoundation/zope.testbrowser URL: https://github.com/zopefoundation/zope.testbrowser
Source: https://files.pythonhosted.org/packages/source/z/zope.testbrowser/zope.testbrowser-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/z/zope.testbrowser/zope.testbrowser-%{version}.tar.gz
Patch0: zope.testbrowser-remove-bad-test.patch Patch0: zope.testbrowser-remove-bad-test.patch

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0dd6aa42f7c2fd8bb3ae21326da2efbd336b624b8bc31d343ef740c33661bc41
size 83693

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0fcda19cb83da165717dae07b3ca17e6e02ec05abb748d46143ddff4cd76b95
size 84339