Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 11:58:13 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: abc0172481c9 - main - www/py-splinter: Update version 0.20.1=>0.21.
Message-ID:  <202401161158.40GBwDs0083002@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abc0172481c9fa39c7a75d5a0afe97bec4117fe7

commit abc0172481c9fa39c7a75d5a0afe97bec4117fe7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-16 05:19:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-16 11:57:54 +0000

    www/py-splinter: Update version 0.20.1=>0.21.
    
    Changelog: https://github.com/cobrateam/splinter/releases/tag/0.21.0
---
 www/py-splinter/Makefile | 6 +++---
 www/py-splinter/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/py-splinter/Makefile b/www/py-splinter/Makefile
index e38b1620e44c..83ebae278ce2 100644
--- a/www/py-splinter/Makefile
+++ b/www/py-splinter/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	splinter
-PORTVERSION=	0.20.1
+PORTVERSION=	0.21.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,10 @@ WWW=		https://github.com/cobrateam/splinter
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.14:net/py-urllib3@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lxml>=4.2.4:devel/py-lxml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}selenium>=3.141.0:www/py-selenium@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}selenium>=4.1.0:www/py-selenium@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=5.5.1:devel/py-zope.testbrowser@${PY_FLAVOR}
 
 USES=		python
diff --git a/www/py-splinter/distinfo b/www/py-splinter/distinfo
index a22d10bfd488..09134197a991 100644
--- a/www/py-splinter/distinfo
+++ b/www/py-splinter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700131295
-SHA256 (splinter-0.20.1.tar.gz) = 28a2e45d0b50002a38d40989993b5c59f39d32e0f6c62b03360af25d8290c0f4
-SIZE (splinter-0.20.1.tar.gz) = 30837
+TIMESTAMP = 1705378951
+SHA256 (splinter-0.21.0.tar.gz) = 60cbbec9209acefccf39608d677eecdb248bbd700023663ce406595322c38fe5
+SIZE (splinter-0.21.0.tar.gz) = 30896



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401161158.40GBwDs0083002>