git: 3763046624df - main - devel/py-robotframework-seleniumlibrary: Update to 6.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Aug 2023 17:14:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3763046624df171536426bdb312b2beb142ad9a3 commit 3763046624df171536426bdb312b2beb142ad9a3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-21 17:04:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-21 17:04:12 +0000 devel/py-robotframework-seleniumlibrary: Update to 6.1.1 Changes: https://github.com/robotframework/SeleniumLibrary/releases --- devel/py-robotframework-seleniumlibrary/Makefile | 2 +- devel/py-robotframework-seleniumlibrary/distinfo | 6 +++--- .../py-robotframework-seleniumlibrary/files/patch-requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-robotframework-seleniumlibrary/Makefile b/devel/py-robotframework-seleniumlibrary/Makefile index 13c39109eb80..b1a684aec972 100644 --- a/devel/py-robotframework-seleniumlibrary/Makefile +++ b/devel/py-robotframework-seleniumlibrary/Makefile @@ -1,5 +1,5 @@ PORTNAME= robotframework-seleniumlibrary -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.1 CATEGORIES= devel www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-robotframework-seleniumlibrary/distinfo b/devel/py-robotframework-seleniumlibrary/distinfo index 159da0dfdf71..1e653a795a92 100644 --- a/devel/py-robotframework-seleniumlibrary/distinfo +++ b/devel/py-robotframework-seleniumlibrary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104466 -SHA256 (robotframework-seleniumlibrary-6.1.0.tar.gz) = 64686f6aa98b1fd1c340715c0adf8c09b6b405564086fbe672de31498a26ff0e -SIZE (robotframework-seleniumlibrary-6.1.0.tar.gz) = 162301 +TIMESTAMP = 1692211765 +SHA256 (robotframework-seleniumlibrary-6.1.1.tar.gz) = a62262f1e2f9cba34537fe391d06e7253504efd31fe3914c417a63aa9919a7ee +SIZE (robotframework-seleniumlibrary-6.1.1.tar.gz) = 163006 diff --git a/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt b/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt index 0e1a5dc19fac..12dbfa480907 100644 --- a/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt +++ b/devel/py-robotframework-seleniumlibrary/files/patch-requirements.txt @@ -1,7 +1,7 @@ --- requirements.txt.orig 2023-03-29 16:43:23 UTC +++ requirements.txt @@ -1,3 +1,3 @@ --selenium >= 4.0.0 +-selenium >= 4.3.0 +selenium >= 3.141.0 robotframework >= 4.1.3 robotframework-pythonlibcore >= 3.0.0