From d9b000b3091632a14a825686d58bafdb2e3c2918d1a49343973643cb43320ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 11:16:50 +0000 Subject: [PATCH] - 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 --- python-zope.testbrowser.changes | 7 +++++++ python-zope.testbrowser.spec | 31 +++++++++++++++++-------------- zope.testbrowser-5.3.2.tar.gz | 3 --- zope.testbrowser-5.3.3.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 17 deletions(-) delete mode 100644 zope.testbrowser-5.3.2.tar.gz create mode 100644 zope.testbrowser-5.3.3.tar.gz diff --git a/python-zope.testbrowser.changes b/python-zope.testbrowser.changes index 03283c6..6444693 100644 --- a/python-zope.testbrowser.changes +++ b/python-zope.testbrowser.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 22 10:57:47 UTC 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 8 15:39:10 UTC 2019 - Marketa Calabkova diff --git a/python-zope.testbrowser.spec b/python-zope.testbrowser.spec index 52a8b8f..dc5c1da 100644 --- a/python-zope.testbrowser.spec +++ b/python-zope.testbrowser.spec @@ -18,41 +18,44 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-zope.testbrowser -Version: 5.3.2 +Version: 5.3.3 Release: 0 Summary: Programmable browser for functional black-box tests 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 Patch0: zope.testbrowser-remove-bad-test.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes 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 BuildRequires: %{python_module WSGIProxy2} BuildRequires: %{python_module WebTest >= 2.0.30} +BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytz > dev} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: %{python_module soupsieve >= 1.9.0} BuildRequires: %{python_module zope.cachedescriptors} BuildRequires: %{python_module zope.interface} BuildRequires: %{python_module zope.schema} BuildRequires: %{python_module zope.testing} # /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 %description diff --git a/zope.testbrowser-5.3.2.tar.gz b/zope.testbrowser-5.3.2.tar.gz deleted file mode 100644 index 9f3b81f..0000000 --- a/zope.testbrowser-5.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:015255593b22788df94adc846ebc7b6fc2e2d494dcfeef754daf1260eb6be367 -size 82986 diff --git a/zope.testbrowser-5.3.3.tar.gz b/zope.testbrowser-5.3.3.tar.gz new file mode 100644 index 0000000..91a1bcb --- /dev/null +++ b/zope.testbrowser-5.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd6aa42f7c2fd8bb3ae21326da2efbd336b624b8bc31d343ef740c33661bc41 +size 83693