forked from pool/python-zope.testbrowser
- 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:
committed by
Git OBS Bridge
parent
9f2c0a1044
commit
d9b000b309
@@ -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>
|
Mon Apr 8 15:39:10 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,41 +18,44 @@
|
|||||||
|
|
||||||
%{?!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.2
|
Version: 5.3.3
|
||||||
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
|
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
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-WSGIProxy2
|
||||||
|
Requires: python-WebTest >= 2.0.30
|
||||||
|
Requires: python-beautifulsoup4
|
||||||
|
Requires: python-pytz > dev
|
||||||
|
Requires: python-setuptools
|
||||||
|
Requires: python-six
|
||||||
|
Requires: python-soupsieve >= 1.9.0
|
||||||
|
Requires: python-zope.cachedescriptors
|
||||||
|
Requires: python-zope.interface
|
||||||
|
Requires: python-zope.schema
|
||||||
|
Suggests: python-mock
|
||||||
|
Suggests: python-zope.testing
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module WSGIProxy2}
|
BuildRequires: %{python_module WSGIProxy2}
|
||||||
BuildRequires: %{python_module WebTest >= 2.0.30}
|
BuildRequires: %{python_module WebTest >= 2.0.30}
|
||||||
|
BuildRequires: %{python_module beautifulsoup4}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pytz > dev}
|
BuildRequires: %{python_module pytz > dev}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
|
BuildRequires: %{python_module soupsieve >= 1.9.0}
|
||||||
BuildRequires: %{python_module zope.cachedescriptors}
|
BuildRequires: %{python_module zope.cachedescriptors}
|
||||||
BuildRequires: %{python_module zope.interface}
|
BuildRequires: %{python_module zope.interface}
|
||||||
BuildRequires: %{python_module zope.schema}
|
BuildRequires: %{python_module zope.schema}
|
||||||
BuildRequires: %{python_module zope.testing}
|
BuildRequires: %{python_module zope.testing}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires: python-WSGIProxy2
|
|
||||||
Requires: python-WebTest >= 2.0.30
|
|
||||||
Requires: python-pytz > dev
|
|
||||||
Requires: python-setuptools
|
|
||||||
Requires: python-six
|
|
||||||
Requires: python-zope.cachedescriptors
|
|
||||||
Requires: python-zope.interface
|
|
||||||
Requires: python-zope.schema
|
|
||||||
Suggests: python-zope.testing
|
|
||||||
Suggests: python-mock
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:015255593b22788df94adc846ebc7b6fc2e2d494dcfeef754daf1260eb6be367
|
|
||||||
size 82986
|
|
||||||
3
zope.testbrowser-5.3.3.tar.gz
Normal file
3
zope.testbrowser-5.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0dd6aa42f7c2fd8bb3ae21326da2efbd336b624b8bc31d343ef740c33661bc41
|
||||||
|
size 83693
|
||||||
Reference in New Issue
Block a user