package/python-jsonschema-specifications: bump version to 2025.9.1

https://github.com/python-jsonschema/jsonschema-specifications/releases

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-13 15:05:09 +01:00
committed by Julien Olivain
parent 1a17185606
commit 41f18ab221
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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