diff --git a/python-python-jsonschema-objects.changes b/python-python-jsonschema-objects.changes index d4898d9..db2d8ad 100644 --- a/python-python-jsonschema-objects.changes +++ b/python-python-jsonschema-objects.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 28 16:49:28 UTC 2025 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Wed Oct 16 08:21:55 UTC 2024 - Dirk Müller diff --git a/python-python-jsonschema-objects.spec b/python-python-jsonschema-objects.spec index 01cbf3e..b14bf16 100644 --- a/python-python-jsonschema-objects.spec +++ b/python-python-jsonschema-objects.spec @@ -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} diff --git a/python_jsonschema_objects-0.5.5.tar.gz b/python_jsonschema_objects-0.5.5.tar.gz deleted file mode 100644 index 6d37e27..0000000 --- a/python_jsonschema_objects-0.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c83e5163261e68c39cce93a1e25b7e0d7e22806167ff0868fab2281fd3192a2 -size 70316 diff --git a/python_jsonschema_objects-0.5.7.tar.gz b/python_jsonschema_objects-0.5.7.tar.gz new file mode 100644 index 0000000..ae16502 --- /dev/null +++ b/python_jsonschema_objects-0.5.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af1a9fd207a3158a73baa895256ce0ee91bb99c5f92b07fd4fac6ff6d007c90 +size 82302