17
0

Accepting request 1001166 from home:jayvdb:branches:devel:languages:python

- Update to v0.3.3

OBS-URL: https://build.opensuse.org/request/show/1001166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=5
This commit is contained in:
2022-09-05 06:55:43 +00:00
committed by Git OBS Bridge
parent 72c5421418
commit 407f2f9f52
4 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Sep 5 03:08:04 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.3.3
* Static types and Mypy static type check
- from v0.3.2
* type validator error msg formatting fix
- from v0.3.1
* OpenAPI 3.1 validator's JSONSchema subclassing deprecation fix
* OpenAPI 3.0 validator's JSONSchema subclassing deprecation workaround
- from v0.3.0
* OpenAPI 3.1 validator #18
* drop python 3.6 support #18
* make jsonschema4 compatible (DeprecationWarning fix) reintroduced
* 0.2.1 changes
+ Revert "make jsonschema4 compatible (DeprecationWarning fix)"
+ drop python 3.6 support part 2
+ Limit jsonschema dependency
* Validate oneOf, anyOf and allOf with discriminator OAS30 and OAS31
-------------------------------------------------------------------
Mon Mar 28 10:45:14 UTC 2022 - pgajdos@suse.com