diff --git a/python-selenium.changes b/python-selenium.changes index 571a0bf..2e740e8 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -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 diff --git a/python-selenium.spec b/python-selenium.spec index 6efbbff..df34f05 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -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 diff --git a/selenium-2.22.1.tar.bz2 b/selenium-2.22.1.tar.bz2 deleted file mode 100644 index 3639bc2..0000000 --- a/selenium-2.22.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e43095be1feee8520e27f99e8dc0cb9c94a6b94daaea05d12ac339a9b93c410e -size 3074035 diff --git a/selenium-2.25.0.tar.bz2 b/selenium-2.25.0.tar.bz2 new file mode 100644 index 0000000..8718de6 --- /dev/null +++ b/selenium-2.25.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923bfbf23eae7874b539965d2d106e9e3072fc871043b142b066d9f2d5f1067d +size 1969784