Received: by mail.netbsd.org (Postfix, from userid 605) id 5F64C85118; Mon, 6 Aug 2018 19:52:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5BBBF84DA9 for ; Mon, 6 Aug 2018 19:52:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yUWC_frwJwzW for ; Mon, 6 Aug 2018 19:52:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 79D4684F0B for ; Mon, 6 Aug 2018 19:52:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 718D5FBEC; Mon, 6 Aug 2018 19:52:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533585121183320" MIME-Version: 1.0 Date: Mon, 6 Aug 2018 19:52:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-selenium To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180806195201.718D5FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1533585121183320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1533585121183320 Content-Disposition: inline Content-Length: 2645 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1533585121183320--