forked from pool/python-selenium
- Update to 2.21.1:
* focusmanager.testmode messes with native events, removing it. - Aditional changes from 2.21: * Local File upload capabilities for non-remote browser * Adding maximize_window api call * Updating default firefox profile to set focusmanager.testmode to true see https://bugzilla.mozilla.org/show_bug.cgi?id=704583 * bugs fixed: 3506, 3528, 3607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=27
This commit is contained in:
committed by
Git OBS Bridge
parent
f53469b038
commit
48a68bbc38
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 12 01:44:29 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Update to 2.21.1:
|
||||||
|
* focusmanager.testmode messes with native events, removing it.
|
||||||
|
- Aditional changes from 2.21:
|
||||||
|
* Local File upload capabilities for non-remote browser
|
||||||
|
* Adding maximize_window api call
|
||||||
|
* Updating default firefox profile to set focusmanager.testmode to
|
||||||
|
true see https://bugzilla.mozilla.org/show_bug.cgi?id=704583
|
||||||
|
* bugs fixed: 3506, 3528, 3607
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 10 12:53:38 UTC 2012 - saschpe@suse.de
|
Tue Apr 10 12:53:38 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@@ -11,31 +11,30 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
#
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: python-selenium
|
Name: python-selenium
|
||||||
Version: 2.20.0
|
Version: 2.21.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://code.google.com/p/selenium/
|
Url: http://code.google.com/p/selenium/
|
||||||
Summary: Python bindings for Selenium
|
Summary: Python bindings for Selenium
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/s/selenium/selenium-%{version}.tar.gz
|
Source: selenium-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
Requires: python-rdflib
|
Requires: python-rdflib
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version}
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%py_requires
|
||||||
# Contains pre-build Firefox plugins for x86_64 and i586, thus not noarch:
|
|
||||||
#%%else
|
|
||||||
#BuildArch: noarch
|
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Selenium Python Client Driver is a Python language binding for Selenium Remote
|
Selenium Python Client Driver is a Python language binding for Selenium Remote
|
||||||
Control (version 1.0 and 2.0).
|
Control (version 1.0 and 2.0).
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9808c5dfdd9f028d0361ba5a0ea717743849f4dee3eefc397a0b65e6cb3f06fd
|
|
||||||
size 4200623
|
|
3
selenium-2.21.1.tar.bz2
Normal file
3
selenium-2.21.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:640bb26ebc18dbc917ab216d816feca51660858705274a750d6427ea955f27d3
|
||||||
|
size 2493698
|
Reference in New Issue
Block a user