git: 5098cc260744 - main - devel/py-types-jsonschema: 4.25.0.20250720

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Sun, 20 Jul 2025 08:21:23 UTC
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5098cc260744c0933d337e471a7fa8139f371c64

commit 5098cc260744c0933d337e471a7fa8139f371c64
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2025-07-20 08:20:25 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2025-07-20 08:21:15 +0000

    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
---
 devel/py-types-jsonschema/Makefile                   | 2 +-
 devel/py-types-jsonschema/distinfo                   | 6 +++---
 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" }