aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-hypothesis-crosshair
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-hypothesis-crosshair')
-rw-r--r--devel/py-hypothesis-crosshair/Makefile4
-rw-r--r--devel/py-hypothesis-crosshair/distinfo6
-rw-r--r--devel/py-hypothesis-crosshair/files/patch-pyproject.toml4
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 = [