Date: Sat, 02 May 2026 11:19:42 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3e5c691a44f0 - main - devel/py-hypothesis-crosshair: Update to 0.0.28 Message-ID: <69f5ddce.311e1.1e2917f0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e5c691a44f0391d71645de40230551b4642f0ac commit 3e5c691a44f0391d71645de40230551b4642f0ac Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-02 11:13:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-02 11:13:57 +0000 devel/py-hypothesis-crosshair: Update to 0.0.28 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 e62c698772fa..9836418a563d 100644 --- a/devel/py-hypothesis-crosshair/Makefile +++ b/devel/py-hypothesis-crosshair/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis-crosshair -PORTVERSION= 0.0.27 +PORTVERSION= 0.0.28 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.97:devel/py-crosshair-tool@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crosshair-tool>=0.0.104: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 4e6d9d8aa3b5..12f325a9ab81 100644 --- a/devel/py-hypothesis-crosshair/distinfo +++ b/devel/py-hypothesis-crosshair/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765895722 -SHA256 (hypothesis_crosshair-0.0.27.tar.gz) = d94669825c8c6e925adee8a1fbee25270afc4ae2b7834729aedb3f4b723ac82b -SIZE (hypothesis_crosshair-0.0.27.tar.gz) = 11967 +TIMESTAMP = 1777572524 +SHA256 (hypothesis_crosshair-0.0.28.tar.gz) = 5b881d6178162dfa393852bc92e59186894c48f3879c64382f4681494af9757e +SIZE (hypothesis_crosshair-0.0.28.tar.gz) = 13795 diff --git a/devel/py-hypothesis-crosshair/files/patch-pyproject.toml b/devel/py-hypothesis-crosshair/files/patch-pyproject.toml index 23dd83d0df28..27e4daeb5184 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-11-17 14:11:29 UTC +--- pyproject.toml.orig 2026-04-29 00:13:44 UTC +++ pyproject.toml @@ -13,7 +13,6 @@ dependencies = [ license = { file = "LICENSE" } requires-python = ">=3.9" dependencies = [ - "hypothesis>=6.137.0", - "crosshair-tool>=0.0.97" + "crosshair-tool>=0.0.104", ] classifiers = [home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f5ddce.311e1.1e2917f0>
