diff --git a/devel/py-types-jsonschema/Makefile b/devel/py-types-jsonschema/Makefile index e817a9fe44c8..daa693c7e783 100644 --- a/devel/py-types-jsonschema/Makefile +++ b/devel/py-types-jsonschema/Makefile @@ -1,18 +1,18 @@ PORTNAME= types-jsonschema -PORTVERSION= 4.24.0.20250708 +PORTVERSION= 4.25.0.20250720 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_jsonschema-${PORTVERSION} MAINTAINER= matthew@FreeBSD.org COMMENT= Typing stubs for jsonschema WWW= https://pypi.org/project/types-jsonschema/ LICENSE= APACHE20 USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-types-jsonschema/distinfo b/devel/py-types-jsonschema/distinfo index 5d5714ea6676..784027833899 100644 --- a/devel/py-types-jsonschema/distinfo +++ b/devel/py-types-jsonschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751974804 -SHA256 (types_jsonschema-4.24.0.20250708.tar.gz) = a910e4944681cbb1b18a93ffb502e09910db788314312fc763df08d8ac2aadb7 -SIZE (types_jsonschema-4.24.0.20250708.tar.gz) = 15465 +TIMESTAMP = 1752998928 +SHA256 (types_jsonschema-4.25.0.20250720.tar.gz) = 765a3b6144798fe3161fd8cbe570a756ed3e8c0e5adb7c09693eb49faad39dbd +SIZE (types_jsonschema-4.25.0.20250720.tar.gz) = 15470 diff --git a/devel/py-types-jsonschema/files/patch-pyproject.toml b/devel/py-types-jsonschema/files/patch-pyproject.toml index 107bc5d28a8c..139170439382 100644 --- a/devel/py-types-jsonschema/files/patch-pyproject.toml +++ b/devel/py-types-jsonschema/files/patch-pyproject.toml @@ -1,23 +1,23 @@ ---- pyproject.toml.orig 2025-07-08 03:14:55 UTC +--- pyproject.toml.orig 2025-07-20 03:29:32 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=77.0.3"] +requires = ["setuptools>=61"] [project] name = "types-jsonschema" - version = "4.24.0.20250708" + version = "4.25.0.20250720" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for jsonschema" readme = { text = """\ ## Typing stubs for jsonschema @@ -51,5 +50,4 @@ dependencies = ['referencing'] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['jsonschema-stubs'] include-package-data = false