diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2025-09-10 09:31:41 +0100 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2025-09-10 09:32:52 +0100 |
commit | 2c0ecbd52f1b147c35c96a1f3c1d1005a594c5eb (patch) | |
tree | 86d40a8e9504429cfa6173ad067b40f9aac36921 | |
parent | devel/librelp: update to 1.12.0 (diff) |
devel/py-types-jsonschema: update to 4.25.1.20250822
Changes: https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/jsonschema.md
Reported by: repology
-rw-r--r-- | devel/py-types-jsonschema/Makefile | 2 | ||||
-rw-r--r-- | devel/py-types-jsonschema/distinfo | 6 | ||||
-rw-r--r-- | devel/py-types-jsonschema/files/patch-pyproject.toml | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-types-jsonschema/Makefile b/devel/py-types-jsonschema/Makefile index daa693c7e783..eed32aa2c71a 100644 --- a/devel/py-types-jsonschema/Makefile +++ b/devel/py-types-jsonschema/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-jsonschema -PORTVERSION= 4.25.0.20250720 +PORTVERSION= 4.25.1.20250822 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-jsonschema/distinfo b/devel/py-types-jsonschema/distinfo index 784027833899..07093549e17b 100644 --- a/devel/py-types-jsonschema/distinfo +++ b/devel/py-types-jsonschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752998928 -SHA256 (types_jsonschema-4.25.0.20250720.tar.gz) = 765a3b6144798fe3161fd8cbe570a756ed3e8c0e5adb7c09693eb49faad39dbd -SIZE (types_jsonschema-4.25.0.20250720.tar.gz) = 15470 +TIMESTAMP = 1757492053 +SHA256 (types_jsonschema-4.25.1.20250822.tar.gz) = aac69ed4b23f49aaceb7fcb834141d61b9e4e6a7f6008cb2f0d3b831dfa8464a +SIZE (types_jsonschema-4.25.1.20250822.tar.gz) = 15628 diff --git a/devel/py-types-jsonschema/files/patch-pyproject.toml b/devel/py-types-jsonschema/files/patch-pyproject.toml index 139170439382..04871adc77a4 100644 --- a/devel/py-types-jsonschema/files/patch-pyproject.toml +++ b/devel/py-types-jsonschema/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-07-20 03:29:32 UTC +--- pyproject.toml.orig 2025-08-22 03:04:15 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] @@ -8,14 +8,14 @@ [project] name = "types-jsonschema" - version = "4.25.0.20250720" + version = "4.25.1.20250822" -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'] +@@ -46,5 +45,4 @@ dependencies = ['referencing'] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] |