forked from pool/python-selenium
- Update to 2.29.0:
* Allow subclassing of driver and have the ability to send_keys Issue 4877, 5017 * Simplifying save_screenshot and allow phantomjs to take screenshots - Removed LICENSE file from %doc because it was removed from upstream source. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=37
This commit is contained in:
committed by
Git OBS Bridge
parent
444104317c
commit
2863a4bdb8
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 17 23:51:31 UTC 2013 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Update to 2.29.0:
|
||||||
|
* Allow subclassing of driver and have the ability to send_keys
|
||||||
|
Issue 4877, 5017
|
||||||
|
* Simplifying save_screenshot and allow phantomjs to take
|
||||||
|
screenshots
|
||||||
|
- Removed LICENSE file from %doc because it was removed from upstream
|
||||||
|
source.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 17 15:07:29 UTC 2012 - saschpe@suse.de
|
Mon Dec 17 15:07:29 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: python-selenium
|
Name: python-selenium
|
||||||
Version: 2.28.0
|
Version: 2.29.0
|
||||||
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
|
||||||
@@ -55,7 +55,7 @@ rm %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofoc
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README.md
|
%doc py/README
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b985741e4ec1ac87acd592d953e94d4fb8f381ec4931f597dade929ccfdcfade
|
|
||||||
size 2057347
|
|
3
selenium-2.29.0.tar.bz2
Normal file
3
selenium-2.29.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:661d4d91e5e3ac1c5f61af94f49c8dbfe7625bbb7df2673c401d2ae2c90cac86
|
||||||
|
size 2042120
|
Reference in New Issue
Block a user