git: ac2feb734e78 - main - devel/py-types-jsonschema: update to 4.24.0.20250528

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Wed, 28 May 2025 07:30:25 UTC
The branch main has been updated by matthew:

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

commit ac2feb734e781a7b39ea263f5f833e3abe5117ec
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2025-05-28 07:29:04 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2025-05-28 07:30:16 +0000

    devel/py-types-jsonschema: update to 4.24.0.20250528
    
    Regenerate patch
    
    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 bd8876aa5b58..c8449a3ad1a0 100644
--- a/devel/py-types-jsonschema/Makefile
+++ b/devel/py-types-jsonschema/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=       types-jsonschema
-PORTVERSION=    4.23.0.20250516
+PORTVERSION=    4.24.0.20250528
 CATEGORIES=     devel python
 MASTER_SITES=   PYPI
 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
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,4 +1,4 @@
---- 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]
@@ -8,7 +8,7 @@
  
  [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" }