- 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

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 11 05:31:28 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- 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
-------------------------------------------------------------------
Wed Sep 20 02:46:59 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>