diff --git a/devel/py-types-jsonschema/Makefile b/devel/py-types-jsonschema/Makefile index bd8876aa5b58..c8449a3ad1a0 100644 --- a/devel/py-types-jsonschema/Makefile +++ b/devel/py-types-jsonschema/Makefile @@ -1,18 +1,18 @@ PORTNAME= types-jsonschema -PORTVERSION= 4.23.0.20250516 +PORTVERSION= 4.24.0.20250528 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 c3266f2e0dc7..48f3b0887ce5 100644 --- a/devel/py-types-jsonschema/distinfo +++ b/devel/py-types-jsonschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747915536 -SHA256 (types_jsonschema-4.23.0.20250516.tar.gz) = 9ace09d9d35c4390a7251ccd7d833b92ccc189d24d1b347f26212afce361117e -SIZE (types_jsonschema-4.23.0.20250516.tar.gz) = 14911 +TIMESTAMP = 1748415341 +SHA256 (types_jsonschema-4.24.0.20250528.tar.gz) = 7e28c64e0ae7980eeb158105b20663fc6a6b8f81d5f86ea6614aa0014417bd1e +SIZE (types_jsonschema-4.24.0.20250528.tar.gz) = 15128 diff --git a/devel/py-types-jsonschema/files/patch-pyproject.toml b/devel/py-types-jsonschema/files/patch-pyproject.toml index 5b7d74e2c6d1..0c28fd251238 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-05-22 12:06:21 UTC +--- pyproject.toml.orig 2025-05-28 03:07:14 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.23.0.20250516" + version = "4.24.0.20250528" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for jsonschema" readme = { text = """\ ## Typing stubs for jsonschema @@ -55,5 +54,4 @@ dependencies = ['referencing'] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['jsonschema-stubs'] include-package-data = false