- Update to 0.5.1:

* Setup for handling anyOf simplifying to oneOf on import.
- Add patch use-specification-obj.patch:
  * Stop passing string schemas, convert it to a Specification object

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=15
This commit is contained in:
2023-12-11 05:37:10 +00:00
committed by Git OBS Bridge
parent 8e4f46a3b5
commit 0713c85eab
5 changed files with 33 additions and 4 deletions

View File

@@ -17,12 +17,14 @@
Name: python-python-jsonschema-objects
Version: 0.5.0
Version: 0.5.1
Release: 0
Summary: An object wrapper for JSON Schema definitions
License: MIT
URL: https://python-jsonschema-objects.readthedocs.org/
Source: https://files.pythonhosted.org/packages/source/p/python_jsonschema_objects/python_jsonschema_objects-%{version}.tar.gz
# PATCH-FIX-OPENSUSE Use Specification object instead of strings
Patch0: use-specification-obj.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}