forked from pool/python-selenium
Accepting request 703770 from home:mbelur:branches:devel:languages:python
- Update to version 3.141.0 + Bump version to a better approximation of Π + Improved Test build targets + fix os path in test for Windows + use 'NUL' for /dev/null on Windows + Update ctor docstrings to explain that a directory passed in is cloned. Fixes #6542 + Allow passing of service_args to Safari. Fixes #6459 + Remove element equals url + Improved WebExtension support OBS-URL: https://build.opensuse.org/request/show/703770 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=79
This commit is contained in:
committed by
Git OBS Bridge
parent
2d3743c7ee
commit
f16d5d14ae
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 17 18:42:59 UTC 2019 - Meera Belur <mbelur@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.141.0
|
||||||
|
+ Bump version to a better approximation of Π
|
||||||
|
+ Improved Test build targets
|
||||||
|
+ fix os path in test for Windows
|
||||||
|
+ use 'NUL' for /dev/null on Windows
|
||||||
|
+ Update ctor docstrings to explain that a directory passed in is cloned. Fixes #6542
|
||||||
|
+ Allow passing of service_args to Safari. Fixes #6459
|
||||||
|
+ Remove element equals url
|
||||||
|
+ Improved WebExtension support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 21 07:49:59 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Sep 21 07:49:59 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-selenium
|
# spec file for package python-selenium
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-selenium
|
Name: python-selenium
|
||||||
Version: 3.14.1
|
Version: 3.141.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for Selenium
|
Summary: Python bindings for Selenium
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab192cd046164c40fabcf44b47c66c8b12495142f4a69dcc55ea6eeef096e614
|
|
||||||
size 855411
|
|
3
selenium-3.141.0.tar.gz
Normal file
3
selenium-3.141.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:deaf32b60ad91a4611b98d8002757f29e6f2c2d5fcaf202e1c9ad06d6772300d
|
||||||
|
size 854669
|
Reference in New Issue
Block a user