14
0

Accepting request 627327 from devel:languages:python

- Run the tests, taken from upstream git and issue filled upstream

- Update to version 3.14.0
  * [py] Fix doc of URL-related ExpectedCondition (#6236)

OBS-URL: https://build.opensuse.org/request/show/627327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-selenium?expand=0&rev=9
This commit is contained in:
2018-08-04 19:54:36 +00:00
committed by Git OBS Bridge
5 changed files with 29 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 3 11:55:47 UTC 2018 - tchvatal@suse.com
- Run the tests, taken from upstream git and issue filled upstream
-------------------------------------------------------------------
Fri Aug 3 08:44:01 UTC 2018 - idonmez@suse.com
- Update to version 3.14.0
* [py] Fix doc of URL-related ExpectedCondition (#6236)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 1 19:18:04 UTC 2018 - arun@gmx.de Sun Jul 1 19:18:04 UTC 2018 - arun@gmx.de

View File

@@ -18,19 +18,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-selenium Name: python-selenium
Version: 3.13.0 Version: 3.14.0
Release: 0 Release: 0
Summary: Python bindings for Selenium Summary: Python bindings for Selenium
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/SeleniumHQ/selenium URL: https://github.com/SeleniumHQ/selenium
Source: https://files.pythonhosted.org/packages/source/s/selenium/selenium-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/selenium/selenium-%{version}.tar.gz
BuildRequires: %{python_module devel} #https://github.com/SeleniumHQ/selenium/issues/6246
Source1: selenium-pytest.tar.bz2
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rdflib} BuildRequires: %{python_module rdflib}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module urllib3}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-rdflib Requires: python-rdflib
Requires: python-urllib3
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64
%python_subpackages %python_subpackages
@@ -42,7 +47,7 @@ Currently, the remote protocol, Firefox and Chrome for Selenium 2.0 are
supported, as well as the Selenium 1.0 bindings. supported, as well as the Selenium 1.0 bindings.
%prep %prep
%setup -q -n selenium-%{version} %setup -q -n selenium-%{version} -a1
%build %build
%python_build %python_build
@@ -55,6 +60,10 @@ supported, as well as the Selenium 1.0 bindings.
%python_expand rm %{buildroot}%{$python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so %python_expand rm %{buildroot}%{$python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
%endif %endif
%check
export PYTHONDONTWRITEBYTECODE=1
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} test/unit
%files %{python_files} %files %{python_files}
%doc README.rst CHANGES %doc README.rst CHANGES
%{python_sitelib}/selenium* %{python_sitelib}/selenium*

View File

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

3
selenium-3.14.0.tar.gz Normal file
View File

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

3
selenium-pytest.tar.bz2 Normal file
View File

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