- update to 0.5.7:

* Fix an issue where the any_of flag wasn’t properly respected
    in other than simple cases #297
- update to 0.5.6:
  * Fix #292 by adding intermediary class builder.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=21
This commit is contained in:
2025-04-28 16:49:44 +00:00
committed by Git OBS Bridge
parent da9ec00e7e
commit b9722fca9e
4 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-jsonschema-objects
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
Name: python-python-jsonschema-objects
Version: 0.5.5
Version: 0.5.7
Release: 0
Summary: An object wrapper for JSON Schema definitions
License: MIT
URL: https://python-jsonschema-objects.readthedocs.org/
URL: https://github.com/cwacek/python-jsonschema-objects
Source: https://files.pythonhosted.org/packages/source/p/python_jsonschema_objects/python_jsonschema_objects-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}