From fd8439ac5aad2cbe9cc6e2b1ba7f971bce162dad Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 27 Oct 2025 23:30:59 +0800 Subject: devel/py-hypothesis: Update to 6.142.4 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/files/patch-pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/py-hypothesis/files/patch-pyproject.toml') diff --git a/devel/py-hypothesis/files/patch-pyproject.toml b/devel/py-hypothesis/files/patch-pyproject.toml index f49365e98a2f..4ae9b67a491c 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-04-18 21:15:51 UTC +--- pyproject.toml.orig 2025-10-25 16:18:53 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.9" + requires-python = ">= 3.10" keywords = ["python", "testing", "fuzzing", "property-based-testing"] classifiers = [ -- cgit v1.2.3 From 81aa2f44fb4965518636b6036ab96b323f8e4522 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 30 Nov 2025 07:24:31 +0800 Subject: devel/py-hypothesis: Update to 6.148.2 - Update COMMENT 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/files/patch-pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/py-hypothesis/files/patch-pyproject.toml') diff --git a/devel/py-hypothesis/files/patch-pyproject.toml b/devel/py-hypothesis/files/patch-pyproject.toml index 4ae9b67a491c..3de2a14014d2 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-10-25 16:18:53 UTC +--- pyproject.toml.orig 2025-11-18 20:21:08 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" + requires-python = ">= 3.10.2" keywords = ["python", "testing", "fuzzing", "property-based-testing"] classifiers = [ -- cgit v1.2.3