17
0

- Update to 0.6.0:

* Compatibility with jsonschema 4.18 #72
  * Python 3.7 support dropped #84
  * OAS30Validator no longer accept read and write properties. Use
    OASReadValidator and OAS30WriteValidator instead. #85
  * Formats raise error for other types fix #67
  * Format validators ignore other types and pass (in accordance with the
    specification)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=15
This commit is contained in:
2023-07-25 06:13:04 +00:00
committed by Git OBS Bridge
parent 950874ae30
commit 3574cd1c1c
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 25 06:06:43 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.6.0:
* Compatibility with jsonschema 4.18 #72
* Python 3.7 support dropped #84
* OAS30Validator no longer accept read and write properties. Use
OASReadValidator and OAS30WriteValidator instead. #85
* Formats raise error for other types fix #67
* Format validators ignore other types and pass (in accordance with the
specification)
-------------------------------------------------------------------
Tue Jun 13 12:13:08 UTC 2023 - ecsos <ecsos@opensuse.org>