Date: Fri, 22 Sep 2023 18:28:16 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6fd6c13797b8 - main - www/py-selenium: update to 4.12.0 Message-ID: <202309221828.38MISGoP098445@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fd6c13797b8ca12a7d9d05baef85139ea68ba6a commit 6fd6c13797b8ca12a7d9d05baef85139ea68ba6a Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-09-03 09:54:03 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-09-22 18:25:38 +0000 www/py-selenium: update to 4.12.0 Changes: https://github.com/SeleniumHQ/selenium/blob/selenium-4.12.0/py/CHANGES PR: 273540 Approved by: maintainer timeout (19 days) --- www/py-selenium/Makefile | 9 +++++---- www/py-selenium/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile index c7109645fdf1..d043ee56ebcc 100644 --- a/www/py-selenium/Makefile +++ b/www/py-selenium/Makefile @@ -1,6 +1,5 @@ PORTNAME= selenium -PORTVERSION= 3.141.0 -PORTREVISION= 1 +PORTVERSION= 4.12.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +9,11 @@ COMMENT= Python bindings for Selenium WWW= https://www.seleniumhq.org/ LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26:net/py-urllib3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}trio>=0.17:net/py-trio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}trio-websocket>=0.9:net/py-trio-websocket@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}certifi>=2021.10.8:security/py-certifi@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils diff --git a/www/py-selenium/distinfo b/www/py-selenium/distinfo index 749f1ad56375..b5a071e1e954 100644 --- a/www/py-selenium/distinfo +++ b/www/py-selenium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543106061 -SHA256 (selenium-3.141.0.tar.gz) = deaf32b60ad91a4611b98d8002757f29e6f2c2d5fcaf202e1c9ad06d6772300d -SIZE (selenium-3.141.0.tar.gz) = 854669 +TIMESTAMP = 1693729527 +SHA256 (selenium-4.12.0.tar.gz) = 95be6aa449a0ab4ac1198bb9de71bbe9170405e04b9752f4b450dc7292a21828 +SIZE (selenium-4.12.0.tar.gz) = 9141240
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309221828.38MISGoP098445>