diff --git a/python-selenium.changes b/python-selenium.changes index 8b725c0..257979d 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Thu Jan 18 06:10:55 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 3.8.1: + * Fix bug when creating an Opera driver (#5266) + * Stop sending sessionId in w3c payload. (#4620) + * Fix issue with w3c actions releasing on element (#5180) + * A more descriptive log message is displayed if the port cannot be + connected (#2913) + * Initialize Alert object by calling alert.text (#1863) + * PhantomJS is now deprecated, please use either Chrome or Firefox + in headless mode + * Legacy Firefox driver: ensuring copy of profile dir, its + 'extensions' subdir and 'user.js' file are writable. (#1466) + +- changes from version 3.8.0: + * Firefox options can now be imported from selenium.webdriver as + FirefoxOptions (#5120) + * Headless mode can now be set in Chrome Options using + `set_headless` + * Headless mode can now be set in Firefox Options using + `set_headless` + * Add the WebKitGTK WebDriver and options class (#4635) + * Browser options can now be passed to remote WebDriver via the + `options` parameter + * Browser option parameters are now standardized across drivers as + `options`. `firefox_options`, `chrome_options`, and `ie_options` + are now deprecated + * Added missing W3C Error Codes (#4556) + * Support has been removed for Python versions 2.6 and 3.3 + +- changes from version 3.7.0: + * need to pass applicable environment variables to tox + * Fix active_element for w3c drivers (#3979) + * add support for minimize command + * add support for fullscreen command + * window rect commands should fail on firefox and remote (legacy) + * Fix python backward compatibility for window commands (#4937) + * Update docstrings to specify the type of path needed to install + firefox addons. (#4881) + * Update python chromeOptions key for capabilities (#4622) + * Fix python pause action implementation (#4795) + ------------------------------------------------------------------- Sun Oct 8 09:13:11 UTC 2017 - jengelh@inai.de diff --git a/python-selenium.spec b/python-selenium.spec index e25da6e..4b07afd 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -1,7 +1,7 @@ # # spec file for package python-selenium # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-selenium -Version: 3.6.0 +Version: 3.8.1 Release: 0 Summary: Python bindings for Selenium License: Apache-2.0 diff --git a/selenium-3.6.0.tar.gz b/selenium-3.6.0.tar.gz deleted file mode 100644 index 595ffb3..0000000 --- a/selenium-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9563021c5cba084041e13c218eb531d9c6920dcfa0ba1024bb5bf2b6c0df1797 -size 833548 diff --git a/selenium-3.8.1.tar.gz b/selenium-3.8.1.tar.gz new file mode 100644 index 0000000..7c6312f --- /dev/null +++ b/selenium-3.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abd2dbd4a5e9b778483ce7e5adf1ea9364fcbc29da488e979213c825a1515d3 +size 849407