forked from pool/python-selenium
Accepting request 208057 from home:posophe:branches:devel:languages:python
update OBS-URL: https://build.opensuse.org/request/show/208057 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=43
This commit is contained in:
committed by
Git OBS Bridge
parent
a4153a1fe7
commit
7f2d30ec77
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 20:02:53 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 2.37.2
|
||||
+ fix regression added with unicode fix
|
||||
+ Bug fix #6360
|
||||
- Changes from 2.37.1
|
||||
+ fix find_elements on webelement using unicode locators and py 2.7
|
||||
- Changes from 2.37
|
||||
+ repackage with fix for Firefox native events on Linux
|
||||
+ fix issue with unicode By locators w/ python 2.7 #6430
|
||||
- Changes from 2.36
|
||||
+ Added Safari WebDriver. Fixes issue 5352.
|
||||
+ fix platform for safari caps
|
||||
+ Convert all offsets/coordinates/speeds into integers
|
||||
+ Fix drag and drop by offset behaviour
|
||||
+ Fix initialization of Proxy by capabilities when proxyType is set
|
||||
+ Enable SOCKS proxy support
|
||||
+ Validation of passed locator for find_element(s) methods #5690
|
||||
+ Adding support for /status, /sessions commands
|
||||
+ Doc fixes
|
||||
+ ability to set Chrome extensions by using base64 encoded strings #4013
|
||||
+ fix logic regarding Select.select_by_visible_text #3910
|
||||
+ Bugs fixed: #6165, #6231
|
||||
- Add CHANGES to documentation included in package
|
||||
- Use download Url as source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 10:13:37 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-selenium
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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,13 +16,13 @@
|
||||
#
|
||||
|
||||
Name: python-selenium
|
||||
Version: 2.35.0
|
||||
Version: 2.37.2
|
||||
Release: 0
|
||||
Url: http://code.google.com/p/selenium/
|
||||
Summary: Python bindings for Selenium
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Source: selenium-%{version}.tar.gz
|
||||
Source: https://pypi.python.org/packages/source/s/selenium/selenium-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
@@ -55,7 +55,7 @@ rm %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofoc
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc py/README
|
||||
%doc py/README py/CHANGES
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:605ace5c73f5cefad14cf77e8e9cad63b8661bf8b1b1ed739d284a344abb0a31
|
||||
size 2579216
|
3
selenium-2.37.2.tar.gz
Normal file
3
selenium-2.37.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c490ea8d5f74d2217c9d29d574841a0d658b8e148fca3759cd23da273b123d41
|
||||
size 2647671
|
Reference in New Issue
Block a user