git: 6284177407ef - main - lang/py-gherkin-official: update 42.0.0 → 42.0.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 08 Sep 2026 00:42:06 UTC
The branch main has been updated by yuri:

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

commit 6284177407ef17f4fd655e19abc1eadae5e2892b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-09-07 17:44:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-09-08 00:38:56 +0000

    lang/py-gherkin-official: update 42.0.0 → 42.0.1
---
 lang/py-gherkin-official/Makefile                   | 6 +++---
 lang/py-gherkin-official/distinfo                   | 6 +++---
 lang/py-gherkin-official/files/patch-pyproject.toml | 8 +++++---
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/lang/py-gherkin-official/Makefile b/lang/py-gherkin-official/Makefile
index e2070a7f4518..9cdb7b160023 100644
--- a/lang/py-gherkin-official/Makefile
+++ b/lang/py-gherkin-official/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gherkin-official
-DISTVERSION=	42.0.0
+DISTVERSION=	42.0.1
 CATEGORIES=	lang python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW=		https://github.com/cucumber/gherkin
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>0:devel/py-uv-build@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>=0.12.0:devel/py-uv-build@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
@@ -20,6 +20,6 @@ USE_PYTHON=	pep517 autoplist
 
 NO_ARCH=	yes
 
-# tests as of 42.0.0: no test files are included in the PyPI sdist, so no tests are run
+# tests as of 42.0.1: no test files are included in the PyPI sdist, so no tests are run
 
 .include <bsd.port.mk>
diff --git a/lang/py-gherkin-official/distinfo b/lang/py-gherkin-official/distinfo
index fb233eed244f..041d57ec3109 100644
--- a/lang/py-gherkin-official/distinfo
+++ b/lang/py-gherkin-official/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1785187625
-SHA256 (gherkin_official-42.0.0.tar.gz) = 2ae52b6d510bfa78b70bde7ceb1f2afd59e28fa36c7ddbdacc96db2b65f5978f
-SIZE (gherkin_official-42.0.0.tar.gz) = 35273
+TIMESTAMP = 1788793947
+SHA256 (gherkin_official-42.0.1.tar.gz) = adcc1f392d97dc044861bb645a614e335632330cc2653d23acb7097c923f75cd
+SIZE (gherkin_official-42.0.1.tar.gz) = 35497
diff --git a/lang/py-gherkin-official/files/patch-pyproject.toml b/lang/py-gherkin-official/files/patch-pyproject.toml
index c2a469e6c5d5..edb4f576ec09 100644
--- a/lang/py-gherkin-official/files/patch-pyproject.toml
+++ b/lang/py-gherkin-official/files/patch-pyproject.toml
@@ -1,9 +1,11 @@
---- pyproject.toml.orig	1970-01-01 00:00:00 UTC
+-- Remove upper bound on uv_build version to avoid breakage when uv_build is updated in ports.
+
+--- pyproject.toml.orig	2026-09-07 15:14:17 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
--requires = ["uv_build>=0.11.0,<0.12.0"]
-+requires = ["uv_build>=0.11.0"]
+-requires = ["uv_build>=0.12.0,<0.13.0"]
++requires = ["uv_build>=0.12.0"]
  build-backend = "uv_build"
  
  [project]