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 Aug  6 19:52:01 UTC 2018

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

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


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

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.9 pkgsrc/www/py-selenium/Makefile:1.10
--- pkgsrc/www/py-selenium/Makefile:1.9 Tue Jul  3 06:48:17 2018
+++ pkgsrc/www/py-selenium/Makefile     Mon Aug  6 19:52:01 2018
@@ -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 @@ HOMEPAGE=     https://github.com/SeleniumHQ/
 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
Index: pkgsrc/www/py-selenium/distinfo
diff -u pkgsrc/www/py-selenium/distinfo:1.9 pkgsrc/www/py-selenium/distinfo:1.10
--- pkgsrc/www/py-selenium/distinfo:1.9 Tue Jul  3 06:48:17 2018
+++ pkgsrc/www/py-selenium/distinfo     Mon Aug  6 19:52:01 2018
@@ -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

Index: pkgsrc/www/py-selenium/PLIST
diff -u pkgsrc/www/py-selenium/PLIST:1.4 pkgsrc/www/py-selenium/PLIST:1.5
--- pkgsrc/www/py-selenium/PLIST:1.4    Thu May 10 07:04:09 2018
+++ pkgsrc/www/py-selenium/PLIST        Mon Aug  6 19:52:01 2018
@@ -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



Home | Main Index | Thread Index | Old Index