git: 4f2a088593ba - main - devel/py-hypothesis: Update to 6.148.3

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

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

commit 4f2a088593ba5c7104838d543742a08bd33263d9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-02 12:07:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-02 12:07:15 +0000

    devel/py-hypothesis: Update to 6.148.3
    
    Changes:        https://github.com/HypothesisWorks/hypothesis/releases
                    https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changelog.rst
                    https://hypothesis.readthedocs.io/en/latest/changelog.html
---
 devel/py-hypothesis/Makefile                   | 2 +-
 devel/py-hypothesis/distinfo                   | 6 +++---
 devel/py-hypothesis/files/patch-pyproject.toml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index 7e00ffe8ad61..1dc53504853a 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hypothesis
-PORTVERSION=	6.148.2
+PORTVERSION=	6.148.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo
index 07727e5e5436..6f59d5ddc509 100644
--- a/devel/py-hypothesis/distinfo
+++ b/devel/py-hypothesis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853326
-SHA256 (hypothesis-6.148.2.tar.gz) = 07e65d34d687ddff3e92a3ac6b43966c193356896813aec79f0a611c5018f4b1
-SIZE (hypothesis-6.148.2.tar.gz) = 469984
+TIMESTAMP = 1764510948
+SHA256 (hypothesis-6.148.3.tar.gz) = bd81221740d8658473060ad900dc831f889f156fdb41210ba2f47cfad10a66ed
+SIZE (hypothesis-6.148.3.tar.gz) = 469896
diff --git a/devel/py-hypothesis/files/patch-pyproject.toml b/devel/py-hypothesis/files/patch-pyproject.toml
index 3de2a14014d2..7848d4690ffa 100644
--- a/devel/py-hypothesis/files/patch-pyproject.toml
+++ b/devel/py-hypothesis/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-11-18 20:21:08 UTC
+--- pyproject.toml.orig	2025-11-27 06:34:00 UTC
 +++ pyproject.toml
 @@ -1,6 +1,6 @@
  [build-system]
@@ -14,6 +14,6 @@
  """, "content-type" = "text/markdown"}
 -license = "MPL-2.0"
 +license = { text = "MPL-2.0" }
- requires-python = ">= 3.10.2"
+ requires-python = ">= 3.10"
  keywords = ["python", "testing", "fuzzing", "property-based-testing"]
  classifiers = [