diff --git a/python-selenium.changes b/python-selenium.changes index 2d4b39a..f0c534e 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 6 11:56:11 UTC 2017 - boris@steki.net + +- updated to latest official release 3.0.2 + + ------------------------------------------------------------------- Tue Sep 20 14:25:14 UTC 2016 - aplanas@suse.com diff --git a/python-selenium.spec b/python-selenium.spec index fd2f375..2b383b6 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -1,7 +1,7 @@ # # spec file for package python-selenium # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ Name: python-selenium -Version: 2.53.6 +Version: 3.0.2 Release: 0 -Url: http://code.google.com/p/selenium/ +Url: https://github.com/SeleniumHQ/selenium Summary: Python bindings for Selenium License: Apache-2.0 Group: Development/Languages/Python @@ -29,9 +29,7 @@ BuildRequires: python-devel BuildRequires: python-rdflib BuildRequires: python-setuptools Requires: python-rdflib -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%endif +ExclusiveArch: %ix86 x86_64 %description Selenium Python Client Driver is a Python language binding for Selenium Remote @@ -50,13 +48,8 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} # Avoid 64bit runtime dependencies on 32bit architectures: -%ifnarch x86_64 +%ifarch %ix86 rm %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so -ln %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so -%endif -%ifnarch %ix86 -rm %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so -ln %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so %endif %files diff --git a/selenium-2.53.6.tar.gz b/selenium-2.53.6.tar.gz deleted file mode 100644 index 87e1ac8..0000000 --- a/selenium-2.53.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f507181f13768d73b98dd9647a466ea5758ef5c7f07b62a285d2bd8de9b27016 -size 816593 diff --git a/selenium-3.0.2.tar.gz b/selenium-3.0.2.tar.gz new file mode 100644 index 0000000..7d5ac30 --- /dev/null +++ b/selenium-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85daad4d09be86bddd4f45579986ac316c1909c3b4653ed471ea4519eb413c8f +size 830314