forked from pool/python-selenium
- Update to 2.25.0:
* Jython 2.7 Support - Bug 3988 * EventFiringWebDriver added to Support module - Bug 2267 * Added IEDriverServer logging that can be accessed via desired capabilities * Fixed by data being passed into find_elements - bug 3735 * Removed deprecated ChromeDriver items around desiredcapabilites in favour of chrome options * Added default values for a number of action_chains calls - Aditional changes from 2.24: * Removing the ctypes approach of invoking IEDriver, you will need to download the IEDriverServer from https://code.google.com/p/selenium/downloads/list - Aditional changes from 2.23: * Support for FF13 native events OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
895f02c8f9
commit
06976f7750
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 19 11:42:08 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.25.0:
|
||||
* Jython 2.7 Support - Bug 3988
|
||||
* EventFiringWebDriver added to Support module - Bug 2267
|
||||
* Added IEDriverServer logging that can be accessed via desired
|
||||
capabilities
|
||||
* Fixed by data being passed into find_elements - bug 3735
|
||||
* Removed deprecated ChromeDriver items around desiredcapabilites
|
||||
in favour of chrome options
|
||||
* Added default values for a number of action_chains calls
|
||||
- Aditional changes from 2.24:
|
||||
* Removing the ctypes approach of invoking IEDriver, you will need
|
||||
to download the IEDriverServer from
|
||||
https://code.google.com/p/selenium/downloads/list
|
||||
- Aditional changes from 2.23:
|
||||
* Support for FF13 native events
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 18:22:53 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: python-selenium
|
||||
Version: 2.22.1
|
||||
Version: 2.25.0
|
||||
Release: 0
|
||||
Url: http://code.google.com/p/selenium/
|
||||
Summary: Python bindings for Selenium
|
||||
@@ -53,7 +53,7 @@ python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
rm -r %{buildroot}%{python_sitelib}/selenium/webdriver/ie/{win32,x64}/IEDriver.dll # Remove unused Windows DLLs
|
||||
#rm -r %{buildroot}%{python_sitelib}/selenium/webdriver/ie/{win32,x64}/IEDriver.dll # Remove unused Windows DLLs
|
||||
rm -r %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/{amd64,x86}/x_ignore_nofocus.so # Don't install binary Firefox extension
|
||||
|
||||
%files
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e43095be1feee8520e27f99e8dc0cb9c94a6b94daaea05d12ac339a9b93c410e
|
||||
size 3074035
|
3
selenium-2.25.0.tar.bz2
Normal file
3
selenium-2.25.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:923bfbf23eae7874b539965d2d106e9e3072fc871043b142b066d9f2d5f1067d
|
||||
size 1969784
|
Reference in New Issue
Block a user