git: c2d5ef3070ba - main - devel/py-hypothesis-crosshair: Update to 0.0.26

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 29 Nov 2025 23:55:18 UTC
The branch main has been updated by sunpoet:

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

commit c2d5ef3070ba2f76a96299c9e85f225bed08e801
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:24:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:24:32 +0000

    devel/py-hypothesis-crosshair: Update to 0.0.26
    
    Changes:        https://github.com/pschanely/hypothesis-crosshair/blob/main/README.md#changelog
---
 devel/py-hypothesis-crosshair/Makefile                   | 4 ++--
 devel/py-hypothesis-crosshair/distinfo                   | 6 +++---
 devel/py-hypothesis-crosshair/files/patch-pyproject.toml | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-hypothesis-crosshair/Makefile b/devel/py-hypothesis-crosshair/Makefile
index cf9b2dd833ee..42adf6dd2519 100644
--- a/devel/py-hypothesis-crosshair/Makefile
+++ b/devel/py-hypothesis-crosshair/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hypothesis-crosshair
-PORTVERSION=	0.0.25
+PORTVERSION=	0.0.26
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}crosshair-tool>=0.0.74:devel/py-crosshair-tool@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}crosshair-tool>=0.0.97:devel/py-crosshair-tool@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-hypothesis-crosshair/distinfo b/devel/py-hypothesis-crosshair/distinfo
index af49b720ba4b..0e8e4435bf60 100644
--- a/devel/py-hypothesis-crosshair/distinfo
+++ b/devel/py-hypothesis-crosshair/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757120664
-SHA256 (hypothesis_crosshair-0.0.25.tar.gz) = be9555104dc862b1282fe28d6d4142dda40376235a39724d6c6f995f0bc860e1
-SIZE (hypothesis_crosshair-0.0.25.tar.gz) = 11597
+TIMESTAMP = 1763853328
+SHA256 (hypothesis_crosshair-0.0.26.tar.gz) = 44866225b815b98ae35037d7bbfcdb6b58bf65a439938649741009a8ddd3e692
+SIZE (hypothesis_crosshair-0.0.26.tar.gz) = 11951
diff --git a/devel/py-hypothesis-crosshair/files/patch-pyproject.toml b/devel/py-hypothesis-crosshair/files/patch-pyproject.toml
index 2f672217d623..23dd83d0df28 100644
--- a/devel/py-hypothesis-crosshair/files/patch-pyproject.toml
+++ b/devel/py-hypothesis-crosshair/files/patch-pyproject.toml
@@ -1,10 +1,10 @@
---- pyproject.toml.orig	2025-08-13 20:44:59 UTC
+--- pyproject.toml.orig	2025-11-17 14:11:29 UTC
 +++ pyproject.toml
 @@ -13,7 +13,6 @@ dependencies = [
  license = { file = "LICENSE" }
  requires-python = ">=3.9"
  dependencies = [
 -    "hypothesis>=6.137.0",
-     "crosshair-tool>=0.0.74"
+     "crosshair-tool>=0.0.97"
  ]
  classifiers = [