Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:24:01 +0000
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: b55919da2031 - main - devel/py-robotframework-assertion-engine: Update to 4.0.0
Message-ID:  <69af1041.1d644.6855433b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit b55919da2031f3c1666674ea3ea963a98481a2a5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:57:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:18:57 +0000

    devel/py-robotframework-assertion-engine: Update to 4.0.0
    
    Changes:        https://github.com/MarketSquare/AssertionEngine/releases
                    https://github.com/MarketSquare/AssertionEngine/commits/main
---
 devel/py-robotframework-assertion-engine/Makefile             |  9 +++++----
 devel/py-robotframework-assertion-engine/distinfo             |  6 +++---
 .../files/patch-pyproject.toml                                | 11 +++++++++++
 3 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/devel/py-robotframework-assertion-engine/Makefile b/devel/py-robotframework-assertion-engine/Makefile
index 76fd8968cd6f..acfae5e42283 100644
--- a/devel/py-robotframework-assertion-engine/Makefile
+++ b/devel/py-robotframework-assertion-engine/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	robotframework-assertion-engine
-PORTVERSION=	3.0.3
+PORTVERSION=	4.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,10 @@ WWW=		https://github.com/MarketSquare/AssertionEngine
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=5.0.1:devel/py-robotframework@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}robotframework-pythonlibcore>=3.0.0<5:devel/py-robotframework-pythonlibcore@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=6.1.1:devel/py-robotframework@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}robotframework-pythonlibcore>=3.0.0:devel/py-robotframework-pythonlibcore@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-robotframework-assertion-engine/distinfo b/devel/py-robotframework-assertion-engine/distinfo
index f7ba0f97437c..f5ef49dccd86 100644
--- a/devel/py-robotframework-assertion-engine/distinfo
+++ b/devel/py-robotframework-assertion-engine/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1729909960
-SHA256 (robotframework_assertion_engine-3.0.3.tar.gz) = 1c608d4c69d96520986a1ddc6def0fc7f7e849520f1e6882a633b51dbb98fd88
-SIZE (robotframework_assertion_engine-3.0.3.tar.gz) = 11901
+TIMESTAMP = 1771421646
+SHA256 (robotframework_assertion_engine-4.0.0.tar.gz) = 44c0299faa1e0fe2b4731707bf57a6d317353a4e13a17893c725fb6d215a0c7d
+SIZE (robotframework_assertion_engine-4.0.0.tar.gz) = 12287
diff --git a/devel/py-robotframework-assertion-engine/files/patch-pyproject.toml b/devel/py-robotframework-assertion-engine/files/patch-pyproject.toml
new file mode 100644
index 000000000000..0cb6c11b61ea
--- /dev/null
+++ b/devel/py-robotframework-assertion-engine/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-02-11 13:48:08 UTC
++++ pyproject.toml
+@@ -3,7 +3,7 @@ authors = [{ name="Tatu Aalto", email="aalto.tatu@gmai
+ version = "4.0.0"
+ description = "Generic way to create meaningful and easy to use assertions for the Robot Framework libraries."
+ authors = [{ name="Tatu Aalto", email="aalto.tatu@gmail.com" }]
+-license = "Apache-2.0"
++license = { text = "Apache-2.0" }
+ readme = "README.md"
+ classifiers = [
+     "Programming Language :: Python :: 3",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1041.1d644.6855433b>