git: 33750150a874 - main - devel/py-robotframework-seleniumlibrary: Update to 6.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 27 May 2023 04:27:23 UTC
The branch main has been updated by sunpoet:

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

commit 33750150a874aaa3e8185b14985ec896fb5ef4e4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:09:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:09:00 +0000

    devel/py-robotframework-seleniumlibrary: Update to 6.1.0
    
    Changes:        https://github.com/robotframework/SeleniumLibrary/releases
---
 devel/py-robotframework-seleniumlibrary/Makefile                   | 6 +++---
 devel/py-robotframework-seleniumlibrary/distinfo                   | 6 +++---
 .../py-robotframework-seleniumlibrary/files/patch-requirements.txt | 7 +++++++
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/devel/py-robotframework-seleniumlibrary/Makefile b/devel/py-robotframework-seleniumlibrary/Makefile
index cfcf1c9d86f0..9bd30b20ffce 100644
--- a/devel/py-robotframework-seleniumlibrary/Makefile
+++ b/devel/py-robotframework-seleniumlibrary/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	robotframework-seleniumlibrary
-PORTVERSION=	5.1.3
+PORTVERSION=	6.1.0
 CATEGORIES=	devel www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,8 @@ WWW=		https://github.com/robotframework/SeleniumLibrary
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=3.1.2:devel/py-robotframework@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}robotframework-pythonlibcore>=2.1.0:devel/py-robotframework-pythonlibcore@${PY_FLAVOR} \
+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}
 
 USES=		python:3.6+
diff --git a/devel/py-robotframework-seleniumlibrary/distinfo b/devel/py-robotframework-seleniumlibrary/distinfo
index fd0228fad3d6..159da0dfdf71 100644
--- a/devel/py-robotframework-seleniumlibrary/distinfo
+++ b/devel/py-robotframework-seleniumlibrary/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658506609
-SHA256 (robotframework-seleniumlibrary-5.1.3.tar.gz) = f51a0068c6c0d8107ee1120874a3afbf2bbe751fd0782cb86a27a616d9ca30b6
-SIZE (robotframework-seleniumlibrary-5.1.3.tar.gz) = 156935
+TIMESTAMP = 1684104466
+SHA256 (robotframework-seleniumlibrary-6.1.0.tar.gz) = 64686f6aa98b1fd1c340715c0adf8c09b6b405564086fbe672de31498a26ff0e
+SIZE (robotframework-seleniumlibrary-6.1.0.tar.gz) = 162301
diff --git a/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt b/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt
new file mode 100644
index 000000000000..0e1a5dc19fac
--- /dev/null
+++ b/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt
@@ -0,0 +1,7 @@
+--- requirements.txt.orig	2023-03-29 16:43:23 UTC
++++ requirements.txt
+@@ -1,3 +1,3 @@
+-selenium >= 4.0.0
++selenium >= 3.141.0
+ robotframework >= 4.1.3
+ robotframework-pythonlibcore >= 3.0.0