git: 40a587901361 - main - devel/py-stestr: Update version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 02 Dec 2025 12:19:56 UTC
The branch main has been updated by sunpoet:

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

commit 40a587901361efa0c0b40776ae9346d2a2e3387f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-02 12:07:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-02 12:07:59 +0000

    devel/py-stestr: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 devel/py-stestr/Makefile                   |  3 ++-
 devel/py-stestr/files/patch-pyproject.toml | 11 -----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/devel/py-stestr/Makefile b/devel/py-stestr/Makefile
index 21f1472c81ab..71dd4365048c 100644
--- a/devel/py-stestr/Makefile
+++ b/devel/py-stestr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	stestr
 PORTVERSION=	4.2.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.12<4:devel/py-flit-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}python-subunit>=1.3.0:devel/py-python-subunit@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-subunit>=1.4.0:devel/py-python-subunit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10.0:devel/py-pyyaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}testtools>=2.2.0:devel/py-testtools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.6:textproc/py-tomlkit@${PY_FLAVOR} \
diff --git a/devel/py-stestr/files/patch-pyproject.toml b/devel/py-stestr/files/patch-pyproject.toml
deleted file mode 100644
index 86b323610e47..000000000000
--- a/devel/py-stestr/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2025-04-21 18:53:56 UTC
-+++ pyproject.toml
-@@ -28,7 +28,7 @@ dependencies = [
- requires-python = ">=3.8"
- dependencies = [
-     "cliff>=2.8.0",
--    "python-subunit>=1.4.0",
-+    "python-subunit>=1.3.0",
-     "fixtures>=3.0.0",
-     "testtools>=2.2.0",
-     "PyYAML>=3.10.0",