Accepting request 1179152 from home:mcalabkova:branches:devel:languages:python

- Update to 0.5.4
  * bugfix: Update the way specifications are retrieved
  * tests: Add tests to validate expected behavior on some issues
  * handle nested anyof, ensure that data gets passed down via object creators
  * feature: Add support for the const keyword
- Add no-six.patch to get rid of six
- Drop no-longer-needed use-specification-obj.patch

OBS-URL: https://build.opensuse.org/request/show/1179152
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=17
This commit is contained in:
2024-06-10 21:12:40 +00:00
committed by Git OBS Bridge
parent 0713c85eab
commit 8881d590e9
6 changed files with 455 additions and 28 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 6 14:16:19 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 0.5.4
* bugfix: Update the way specifications are retrieved
* tests: Add tests to validate expected behavior on some issues
* handle nested anyof, ensure that data gets passed down via object creators
* feature: Add support for the const keyword
- Add no-six.patch to get rid of six
- Drop no-longer-needed use-specification-obj.patch
-------------------------------------------------------------------
Mon Dec 11 05:31:28 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>