forked from pool/python-selenium
Accepting request 243754 from home:TheBlackCat:branches:devel:languages:python
Update to version 2.42.1 OBS-URL: https://build.opensuse.org/request/show/243754 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=44
This commit is contained in:
@@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 09:22:55 UTC 2014 - toddrme2178@gmail.com
|
||||
|
||||
- Update to version 2.42.1
|
||||
* Fixed Py3 issues
|
||||
* Make firefox_binary.py and firefox_profile.py not executable
|
||||
* Make exceptions Python 3 compatible
|
||||
- Update to version 2.42
|
||||
* Support for Firefox 29 Native Events
|
||||
* "remote_url" and "remote_browser" parameters for "./go test_remote".
|
||||
* missing __init__ in new android module
|
||||
* issue #7304 Fix memory leak caused by __del__ in PhantomJS
|
||||
* File upload using remotedriver on python3
|
||||
* Updating xpi install to align with mozprofile
|
||||
* command_executor should also support unicode strings as well.
|
||||
- Update to version 2.41
|
||||
* Support for Firefox 28
|
||||
* deprecating switch_to_* in favour of driver.switch_to.*
|
||||
- Update to version 2.40
|
||||
* Support for Firefox 27
|
||||
* Fixes related to http connection
|
||||
* Fix for phantomjs running on windows #6736
|
||||
- Update to version 2.39
|
||||
* Support for Firefox 26
|
||||
- Update to version 2.38.4
|
||||
* keep-alive can't be used for phantomjs / IE, fix for that and tested for py3 :)
|
||||
- Update to version 2.38.3
|
||||
* really supporting py3 :)
|
||||
- Update to version 2.38.2
|
||||
* py3 support (once again)
|
||||
- Update to version 2.38.1
|
||||
* fix packaging problem where firefox/webdriver_prefs.json was missing
|
||||
- Update to version 2.38
|
||||
* Support for Firefox 25
|
||||
* FirefoxProfile now using common webdriver.json instead of having our own copy in py
|
||||
* Set proper 'Accept' request header so that Python bindings work with some old WebDriver implementations that reply 404 to requests with no 'Accept' set.
|
||||
* handle redirect response explicitly (since switching to using keep-alive)
|
||||
* phantomjs service needs to really kill the spawned process Issue #5921
|
||||
* removing old api endpoints from command listing
|
||||
* using keep-alive for remote connection
|
||||
* adjusting phantomjs subprocess.Popen
|
||||
* ActionsChains.send_keys should use <session>/keys endpoint Issue #6348
|
||||
* fix TypeError in chrome_options.extensions for Python3.x
|
||||
* Other Bugs Fixed: #6531, #6513, #4569, #6454
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 20:02:53 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-selenium
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: python-selenium
|
||||
Version: 2.37.2
|
||||
Version: 2.42.1
|
||||
Release: 0
|
||||
Url: http://code.google.com/p/selenium/
|
||||
Summary: Python bindings for Selenium
|
||||
@@ -26,6 +26,7 @@ Source: https://pypi.python.org/packages/source/s/selenium/selenium-%{ve
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-rdflib
|
||||
Requires: python-rdflib
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c490ea8d5f74d2217c9d29d574841a0d658b8e148fca3759cd23da273b123d41
|
||||
size 2647671
|
3
selenium-2.42.1.tar.gz
Normal file
3
selenium-2.42.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96ea31c628f1d908572422c7caba074efba86422005a6d43fd55428d20f960c6
|
||||
size 2512942
|
Reference in New Issue
Block a user