diff --git a/python-selenium.changes b/python-selenium.changes index 4762359..af9668c 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sun Oct 1 19:07:40 UTC 2017 - mimi.vx@gmail.com + +- Update to 3.6.0 + * Fix package name in python webelement module (#4670) + * Fix python driver examples (#3872) + * No need to multiply pause by 1000 + * Add pause to action chains + * only check for proxyType once + * lowercase proxy type for w3c payload in python #4574 + * guarding against null return value from find_elements in python #4555 + * remove unnecessary pytest marking, address flake8 issues + * allow IE WebDriver to accept IE Options + * add IE Options class + * convert OSS capabilities to W3C equivalent for W3C payload + * Add Safari to API docs + * Numerous test fixes + * Iterate over capabilities in a way to support py2.7 and py3 + * Fix W3C switching to window by name. + * Support GeckoDriver addon install/uninstall commands #4215. + * Move firefox_profile into moz:firefoxOptions. + * Filter non-W3C capability names out of alwaysMatch. + * Honor cmd line args passed to Service ctor (#4167) + * Add expected conditions based on URL to Python Expected Conditions #4160 + * Add network emulation to Chrome Python bindings (#4011) + * add warning when saving incorrectly named screenshot (#4141) + ------------------------------------------------------------------- Wed May 3 16:38:33 UTC 2017 - toddrme2178@gmail.com diff --git a/python-selenium.spec b/python-selenium.spec index b8ea550..6e3030c 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -18,21 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-selenium -Version: 3.4.1 +Version: 3.6.0 Release: 0 -Url: https://github.com/SeleniumHQ/selenium Summary: Python bindings for Selenium License: Apache-2.0 Group: Development/Languages/Python +Url: https://github.com/SeleniumHQ/selenium Source: https://files.pythonhosted.org/packages/source/s/selenium/selenium-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: %{python_module devel} +BuildRequires: %{python_module rdflib} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module rdflib} Requires: python-rdflib -ExclusiveArch: %ix86 x86_64 +ExclusiveArch: %{ix86} x86_64 %python_subpackages %description @@ -53,12 +52,11 @@ add more "native" drivers. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # Avoid 64bit runtime dependencies on 32bit architectures: -%ifarch %ix86 +%ifarch %{ix86} %python_expand rm %{buildroot}%{$python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so %endif %files %{python_files} -%defattr(-,root,root,-) %doc README.rst CHANGES %{python_sitelib}/* diff --git a/selenium-3.4.1.tar.gz b/selenium-3.4.1.tar.gz deleted file mode 100644 index c84505e..0000000 --- a/selenium-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea10cb739d3d2c27dfdd5ed60cdc28a36e6bafb7b6021ac7acd01dfc4aef005b -size 838624 diff --git a/selenium-3.6.0.tar.gz b/selenium-3.6.0.tar.gz new file mode 100644 index 0000000..595ffb3 --- /dev/null +++ b/selenium-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9563021c5cba084041e13c218eb531d9c6920dcfa0ba1024bb5bf2b6c0df1797 +size 833548