From 41f18ab2211c6a4481d94bc1ce7b1469e3f2c53b Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 13 Dec 2025 15:05:09 +0100 Subject: [PATCH] package/python-jsonschema-specifications: bump version to 2025.9.1 https://github.com/python-jsonschema/jsonschema-specifications/releases Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- .../python-jsonschema-specifications.hash | 4 ++-- .../python-jsonschema-specifications.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-jsonschema-specifications/python-jsonschema-specifications.hash b/package/python-jsonschema-specifications/python-jsonschema-specifications.hash index f68e57cd5a..b4725068f7 100644 --- a/package/python-jsonschema-specifications/python-jsonschema-specifications.hash +++ b/package/python-jsonschema-specifications/python-jsonschema-specifications.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/jsonschema-specifications/json -md5 e8f726a5b9647031d9ee8b922cf9b56f jsonschema_specifications-2024.10.1.tar.gz -sha256 0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272 jsonschema_specifications-2024.10.1.tar.gz +md5 ef8e5a762c7ef39dcfb775c81336a690 jsonschema_specifications-2025.9.1.tar.gz +sha256 b540987f239e745613c7a9176f3edb72b832a4ac465cf02712288397832b5e8d jsonschema_specifications-2025.9.1.tar.gz # Locally computed sha256 checksums sha256 42dcd63495f87b4eb7c7757afa379bb55a53f94afd7a5f657d9adf57236e515c COPYING diff --git a/package/python-jsonschema-specifications/python-jsonschema-specifications.mk b/package/python-jsonschema-specifications/python-jsonschema-specifications.mk index 4637c14f04..eaeb06c3d8 100644 --- a/package/python-jsonschema-specifications/python-jsonschema-specifications.mk +++ b/package/python-jsonschema-specifications/python-jsonschema-specifications.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_JSONSCHEMA_SPECIFICATIONS_VERSION = 2024.10.1 +PYTHON_JSONSCHEMA_SPECIFICATIONS_VERSION = 2025.9.1 PYTHON_JSONSCHEMA_SPECIFICATIONS_SOURCE = jsonschema_specifications-$(PYTHON_JSONSCHEMA_SPECIFICATIONS_VERSION).tar.gz -PYTHON_JSONSCHEMA_SPECIFICATIONS_SITE = https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352 +PYTHON_JSONSCHEMA_SPECIFICATIONS_SITE = https://files.pythonhosted.org/packages/19/74/a633ee74eb36c44aa6d1095e7cc5569bebf04342ee146178e2d36600708b PYTHON_JSONSCHEMA_SPECIFICATIONS_SETUP_TYPE = hatch PYTHON_JSONSCHEMA_SPECIFICATIONS_LICENSE = MIT PYTHON_JSONSCHEMA_SPECIFICATIONS_LICENSE_FILES = COPYING