diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2025-07-20 09:20:25 +0100 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2025-07-20 09:21:15 +0100 |
commit | 5098cc260744c0933d337e471a7fa8139f371c64 (patch) | |
tree | d6fbf2d0754a70e61d219dda14c397b572551c8a | |
parent | net-im/flare: update to 0.17.0 (diff) |
devel/py-types-jsonschema: 4.25.0.20250720
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 | 4 |
3 files changed, 6 insertions, 6 deletions
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,5 +1,5 @@ PORTNAME= types-jsonschema -PORTVERSION= 4.24.0.20250708 +PORTVERSION= 4.25.0.20250720 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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,4 +1,4 @@ ---- 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] @@ -8,7 +8,7 @@ [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" } |