From ea5a6ab549714c1ea5766f2dc72c7fa6ac715932b2d4015d0aa98dc8ac707a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 21 Aug 2025 07:20:27 +0000 Subject: [PATCH] update to 4.25.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=92 --- jsonschema-4.25.0.tar.gz | 3 --- jsonschema-4.25.1.tar.gz | 3 +++ python-jsonschema.changes | 7 +++++++ python-jsonschema.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 jsonschema-4.25.0.tar.gz create mode 100644 jsonschema-4.25.1.tar.gz diff --git a/jsonschema-4.25.0.tar.gz b/jsonschema-4.25.0.tar.gz deleted file mode 100644 index 194a750..0000000 --- a/jsonschema-4.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e63acf5c11762c0e6672ffb61482bdf57f0876684d8d249c0fe2d730d48bc55f -size 356830 diff --git a/jsonschema-4.25.1.tar.gz b/jsonschema-4.25.1.tar.gz new file mode 100644 index 0000000..96bf02b --- /dev/null +++ b/jsonschema-4.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a9655ce0da0c0b67a085847e00a3a51449e1157f4f75e9fb5aa545e122eb85 +size 357342 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 7e72853..d333a1d 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 21 04:53:45 UTC 2025 - Johannes Kastl + +- update to 4.25.1: + * Fix Validator protocol init to match runtime by @sirosen in + #1396 + ------------------------------------------------------------------- Thu Jul 24 11:39:56 UTC 2025 - Johannes Kastl diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 1e93800..06a555a 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonschema # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-jsonschema%{psuffix} -Version: 4.25.0 +Version: 4.25.1 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT