diff options
author | adam <adam@pkgsrc.org> | 2018-09-24 09:32:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-09-24 09:32:30 +0000 |
commit | 647af84b76639423c69672b6301acb6d617005d6 (patch) | |
tree | dd4d9d0205c7e449134e877f9e9a780e8d10c50a /www | |
parent | 7a63f9af073e75d23d0c8b69de480f12644679cb (diff) | |
download | pkgsrc-647af84b76639423c69672b6301acb6d617005d6.tar.gz |
py-selenium: updated to 3.14.1
Selenium 3.14.1
* Fix ability to set timeout for urllib3
* get_cookie uses w3c endpoint when compliant
* Remove body from GET requests
* Fix actions pause for fraction of a second
* Fixed input pausing for some actions methods
* Capabilities can be set on Options classes
* WebElement rect method is now forward compatible for OSS endpoints
* Deprecation warnings now have a stacklevel of 2
* keep_alive can now be set on Webdriver init
* isDisplayed atom is now used for all w3c compliant browser, fixing issue with Safari 12
Diffstat (limited to 'www')
-rw-r--r-- | www/py-selenium/Makefile | 4 | ||||
-rw-r--r-- | www/py-selenium/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile index fa5ad701cb5..1afa3b6bbea 100644 --- a/www/py-selenium/Makefile +++ b/www/py-selenium/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/08/06 19:52:01 adam Exp $ +# $NetBSD: Makefile,v 1.11 2018/09/24 09:32:30 adam Exp $ -DISTNAME= selenium-3.14.0 +DISTNAME= selenium-3.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=s/selenium/} diff --git a/www/py-selenium/distinfo b/www/py-selenium/distinfo index 3e9c4e7a2a8..26845dc91cd 100644 --- a/www/py-selenium/distinfo +++ b/www/py-selenium/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2018/08/06 19:52:01 adam Exp $ +$NetBSD: distinfo,v 1.11 2018/09/24 09:32:30 adam Exp $ -SHA1 (selenium-3.14.0.tar.gz) = 7a12bc06b44648980bfc317a4db6513ec92f8317 -RMD160 (selenium-3.14.0.tar.gz) = a921de170edfae132422bf74b1fa7d3d35547646 -SHA512 (selenium-3.14.0.tar.gz) = 58259e257ed2e71591539705c2fc3e73fb2dba1c6837a4144bc045dc58dcf509a5cf147e8bc7a09b7451d9986c92e772fab6ee48b9394094f053332d5bb2c913 -Size (selenium-3.14.0.tar.gz) = 848711 bytes +SHA1 (selenium-3.14.1.tar.gz) = 2899aefaf411ea8b60bffa1c10d9c8a5295d6cab +RMD160 (selenium-3.14.1.tar.gz) = 6b7c5e79d534e761572fdd266e2a892cdfdc93a4 +SHA512 (selenium-3.14.1.tar.gz) = 96b71fe00951ef9f01a9201435f94343adaa0636d1ee03d12e36cd5b96dd2f8fec5fc27104573066db3142ad4ad03b21b19f3753c51163d673bf291bfa45b3e9 +Size (selenium-3.14.1.tar.gz) = 855411 bytes |