git: f010e91339cd - main - devel/py-pytest-regtest: Update to 2.3.5

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 Oct 2025 00:03:26 UTC
The branch main has been updated by sunpoet:

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

commit f010e91339cdb3cc932724c0669f6a72209c6495
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:52:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:52:34 +0000

    devel/py-pytest-regtest: Update to 2.3.5
    
    Changes:        https://gitlab.com/uweschmitt/pytest-regtest/-/blob/main/CHANGELOG.md
---
 devel/py-pytest-regtest/Makefile                   |  2 +-
 devel/py-pytest-regtest/distinfo                   |  6 +++---
 devel/py-pytest-regtest/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/devel/py-pytest-regtest/Makefile b/devel/py-pytest-regtest/Makefile
index edf089bd2476..fefed48b55e4 100644
--- a/devel/py-pytest-regtest/Makefile
+++ b/devel/py-pytest-regtest/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-regtest
-PORTVERSION=	2.3.4
+PORTVERSION=	2.3.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pytest-regtest/distinfo b/devel/py-pytest-regtest/distinfo
index 41e25a141ee3..6d87fd61f37f 100644
--- a/devel/py-pytest-regtest/distinfo
+++ b/devel/py-pytest-regtest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753796082
-SHA256 (pytest_regtest-2.3.4.tar.gz) = d9cf0db9d958b4e3fedcf84ff5ac4247b24663eb1bf9011568123fccd34b391f
-SIZE (pytest_regtest-2.3.4.tar.gz) = 23131
+TIMESTAMP = 1759774641
+SHA256 (pytest_regtest-2.3.5.tar.gz) = ffb1d2d36a72efe69613c803477f01b4484c0ad51287c390b1f20ce97d243755
+SIZE (pytest_regtest-2.3.5.tar.gz) = 22696
diff --git a/devel/py-pytest-regtest/files/patch-pyproject.toml b/devel/py-pytest-regtest/files/patch-pyproject.toml
new file mode 100644
index 000000000000..aad71522f51a
--- /dev/null
+++ b/devel/py-pytest-regtest/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2025-10-11 12:52:01 UTC
++++ pyproject.toml
+@@ -13,7 +13,7 @@ authors = [
+   {name = "Uwe Schmitt", email = "uwe.schmitt@id.ethz.ch"}
+ ]
+ 
+-license = "MIT"
++license = {text = "MIT License"}
+ 
+ classifiers = [
+     "Intended Audience :: Developers",