git: 83c17e417a44 - main - devel/py-pytest-run-parallel: Update to 0.8.0

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

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

commit 83c17e417a44d3c920e5c5845424e7474c6564f6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-02 12:07:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-02 12:07:53 +0000

    devel/py-pytest-run-parallel: Update to 0.8.0
    
    Changes:        https://github.com/Quansight-Labs/pytest-run-parallel/releases
---
 devel/py-pytest-run-parallel/Makefile                   |  2 +-
 devel/py-pytest-run-parallel/distinfo                   |  6 +++---
 devel/py-pytest-run-parallel/files/patch-pyproject.toml | 12 ++++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/devel/py-pytest-run-parallel/Makefile b/devel/py-pytest-run-parallel/Makefile
index 7915ddc42f74..836e76118f20 100644
--- a/devel/py-pytest-run-parallel/Makefile
+++ b/devel/py-pytest-run-parallel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-run-parallel
-PORTVERSION=	0.7.1
+PORTVERSION=	0.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pytest-run-parallel/distinfo b/devel/py-pytest-run-parallel/distinfo
index 31a7d6163e6c..786b7457ad9e 100644
--- a/devel/py-pytest-run-parallel/distinfo
+++ b/devel/py-pytest-run-parallel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761446702
-SHA256 (pytest_run_parallel-0.7.1.tar.gz) = ba53069f6c16147d6f5c275f5123947d1d0c31bd6ba57efc27e845a79afbe79e
-SIZE (pytest_run_parallel-0.7.1.tar.gz) = 65445
+TIMESTAMP = 1764510966
+SHA256 (pytest_run_parallel-0.8.0.tar.gz) = 51aea7c89040b12fe1a1aca0f5e1739f7866fb273d873c8b4e4de12fef043fe2
+SIZE (pytest_run_parallel-0.8.0.tar.gz) = 65688
diff --git a/devel/py-pytest-run-parallel/files/patch-pyproject.toml b/devel/py-pytest-run-parallel/files/patch-pyproject.toml
new file mode 100644
index 000000000000..9d41320896f8
--- /dev/null
+++ b/devel/py-pytest-run-parallel/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig	2025-11-24 19:47:49 UTC
++++ pyproject.toml
+@@ -21,8 +21,7 @@ maintainers = [
+     { name = "Lysandros Nikolaou", email = "lnikolaou@quansight.com" },
+     { name = "Nathan Goldbaum", email = "ngoldbaum@quansight.com" },
+ ]
+-license = "MIT"
+-license-files = ["LICENSE"]
++license = { text = "MIT" }
+ classifiers = [
+     "Framework :: Pytest",
+     "Development Status :: 4 - Beta",