Skip to content

Commit

Permalink
devel/py-robotframework-seleniumlibrary: Update to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 7f0958f commit 3375015
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions devel/py-robotframework-seleniumlibrary/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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+
Expand Down
6 changes: 3 additions & 3 deletions devel/py-robotframework-seleniumlibrary/distinfo
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3375015

Please sign in to comment.