pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-selenium py-selenium: updated to 3.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca59d6087cf6
branches:  trunk
changeset: 311243:ca59d6087cf6
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 06 19:52:01 2018 +0000

description:
py-selenium: updated to 3.14.0

Selenium 3.14.0
* Fix doc of URL-related ExpectedCondition
* Added ExpectedCondition invisibility_of_element
* Swap out httplib for urllib3
* Be consistent with webdriver init kwarg service_log_path

diffstat:

 www/py-selenium/Makefile |   6 ++++--
 www/py-selenium/PLIST    |   3 ++-
 www/py-selenium/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r ab27673c7051 -r ca59d6087cf6 www/py-selenium/Makefile
--- a/www/py-selenium/Makefile  Mon Aug 06 19:45:09 2018 +0000
+++ b/www/py-selenium/Makefile  Mon Aug 06 19:52:01 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/07/03 06:48:17 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/08/06 19:52:01 adam Exp $
 
-DISTNAME=      selenium-3.13.0
+DISTNAME=      selenium-3.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/selenium/}
@@ -10,6 +10,8 @@
 COMMENT=       Python bindings for Selenium
 LICENSE=       apache-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
+
 USE_LANGUAGES= # none
 
 # these are for Linux only; see selenium/webdriver/firefox/firefox_binary.py
diff -r ab27673c7051 -r ca59d6087cf6 www/py-selenium/PLIST
--- a/www/py-selenium/PLIST     Mon Aug 06 19:45:09 2018 +0000
+++ b/www/py-selenium/PLIST     Mon Aug 06 19:52:01 2018 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2018/05/10 07:04:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/08/06 19:52:01 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/selenium/__init__.py
 ${PYSITELIB}/selenium/__init__.pyc
diff -r ab27673c7051 -r ca59d6087cf6 www/py-selenium/distinfo
--- a/www/py-selenium/distinfo  Mon Aug 06 19:45:09 2018 +0000
+++ b/www/py-selenium/distinfo  Mon Aug 06 19:52:01 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/07/03 06:48:17 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/08/06 19:52:01 adam Exp $
 
-SHA1 (selenium-3.13.0.tar.gz) = 4156da6390d7e76ff91949cc0379e61e58e46cea
-RMD160 (selenium-3.13.0.tar.gz) = 4f7386224e2043682b111bb455053074a862d216
-SHA512 (selenium-3.13.0.tar.gz) = cc089032f9c1adac0cd629246d2ee3f986a0e448907408a40714381f42c0ea11be479b9714443f86460a65fdf86e107f9a840d3fde7a6401ef99f5ec491453b5
-Size (selenium-3.13.0.tar.gz) = 852146 bytes
+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



Home | Main Index | Thread Index | Old Index