14
0

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:
Tomáš Chvátal
2019-05-17 19:04:55 +00:00
committed by Git OBS Bridge
parent 2d3743c7ee
commit f16d5d14ae
4 changed files with 18 additions and 5 deletions

View File

@@ -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>