forked from pool/python-selenium
Accepting request 427035 from home:aplanas:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/427035 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=50
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 14:26:01 UTC 2016 - aplanas@suse.com
|
||||
|
||||
- Update to Selenium 2.53.0 (2.53.6 in Pypi)
|
||||
* Adding Options object for use with Python FirefoxDriver
|
||||
* Fixed improper usage of super in exceptions module
|
||||
* create a temp file for cookies in phantomjs if not specified
|
||||
* Pass in the executable that FirefoxBinary finds to the service
|
||||
if there isnt one passed in as a kwarg or capability
|
||||
* Applied some DRY and extracted out the keys_to_typing()
|
||||
* Fix deselecting options in <select>
|
||||
- Changes from Selenium 2.52.0
|
||||
* Fixing case where UnexpectedAlertException doesn't get the
|
||||
alert_text in the error object
|
||||
* Firefox: Actually use launch_browser timeout Fixes #1300
|
||||
- Changes from Selenium 2.51.1
|
||||
* correcting bundling issue missing README.rst file
|
||||
- Changes from Selenium 2.51.0
|
||||
* Firefox updates (see java changelog)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 2 11:00:54 UTC 2016 - dmacvicar@suse.de
|
||||
|
||||
|
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-selenium
|
||||
Version: 2.50.1
|
||||
Version: 2.53.6
|
||||
Release: 0
|
||||
Url: http://code.google.com/p/selenium/
|
||||
Summary: Python bindings for Selenium
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Source: https://pypi.python.org/packages/source/s/selenium/selenium-%{version}.tar.gz
|
||||
Source: https://pypi.io/packages/source/s/selenium/selenium-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-rdflib
|
||||
@@ -59,7 +59,7 @@ rm %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nofocus
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc py/README py/CHANGES
|
||||
%doc py/README.rst py/CHANGES
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bd6ade474eebc7132dde2d44ab0df24ff299eb07958f49331602a9b6684330d
|
||||
size 809232
|
3
selenium-2.53.6.tar.gz
Normal file
3
selenium-2.53.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f507181f13768d73b98dd9647a466ea5758ef5c7f07b62a285d2bd8de9b27016
|
||||
size 816593
|
Reference in New Issue
Block a user