Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2023 16:20:15 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c6a48928db95 - main - devel/py-robotframework-seleniumlibrary: Update version requirement of RUN_DEPENDS
Message-ID:  <202309291620.38TGKFKu057872@gitrepo.freebsd.org>

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

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

commit c6a48928db959ff634de74c36bb9d16a62f6c0db
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-29 16:14:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-29 16:14:01 +0000

    devel/py-robotframework-seleniumlibrary: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 devel/py-robotframework-seleniumlibrary/Makefile                   | 3 ++-
 .../py-robotframework-seleniumlibrary/files/patch-requirements.txt | 7 -------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/devel/py-robotframework-seleniumlibrary/Makefile b/devel/py-robotframework-seleniumlibrary/Makefile
index 06d9e0125a1c..f8ba5cd47428 100644
--- a/devel/py-robotframework-seleniumlibrary/Makefile
+++ b/devel/py-robotframework-seleniumlibrary/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	robotframework-seleniumlibrary
 PORTVERSION=	6.1.2
+PORTREVISION=	1
 CATEGORIES=	devel www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=4.1.3:devel/py-robotframework@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}robotframework-pythonlibcore>=3.0.0:devel/py-robotframework-pythonlibcore@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}selenium>=3.141.0:www/py-selenium@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}selenium>=4.3.0:www/py-selenium@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt b/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt
deleted file mode 100644
index 12dbfa480907..000000000000
--- a/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt
+++ /dev/null
@@ -1,7 +0,0 @@
---- requirements.txt.orig	2023-03-29 16:43:23 UTC
-+++ requirements.txt
-@@ -1,3 +1,3 @@
--selenium >= 4.3.0
-+selenium >= 3.141.0
- robotframework >= 4.1.3
- robotframework-pythonlibcore >= 3.0.0



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