pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-selenium



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 24 09:32:30 UTC 2018

Modified Files:
        pkgsrc/www/py-selenium: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-selenium/Makefile \
    pkgsrc/www/py-selenium/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-selenium/Makefile
diff -u pkgsrc/www/py-selenium/Makefile:1.10 pkgsrc/www/py-selenium/Makefile:1.11
--- pkgsrc/www/py-selenium/Makefile:1.10        Mon Aug  6 19:52:01 2018
+++ pkgsrc/www/py-selenium/Makefile     Mon Sep 24 09:32:30 2018
@@ -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/}
Index: pkgsrc/www/py-selenium/distinfo
diff -u pkgsrc/www/py-selenium/distinfo:1.10 pkgsrc/www/py-selenium/distinfo:1.11
--- pkgsrc/www/py-selenium/distinfo:1.10        Mon Aug  6 19:52:01 2018
+++ pkgsrc/www/py-selenium/distinfo     Mon Sep 24 09:32:30 2018
@@ -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



Home | Main Index | Thread Index | Old Index