15
0

- Update to 0.5.1:

* Responses schema validation #177
  * detect spec schema version #167
  * static types and Mypy static type check #168
  * tests mark network #169
  * schemas and validators lazy loading proxy #170 
- Drop patch openapi-spec-validator-skip-urls.patch, fixed by upstream
  by markers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-spec-validator?expand=0&rev=18
This commit is contained in:
2022-10-05 05:24:57 +00:00
committed by Git OBS Bridge
parent fcab667639
commit 1effc7b20b
5 changed files with 28 additions and 107 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 5 05:23:42 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.5.1:
* Responses schema validation #177
* detect spec schema version #167
* static types and Mypy static type check #168
* tests mark network #169
* schemas and validators lazy loading proxy #170
- Drop patch openapi-spec-validator-skip-urls.patch, fixed by upstream
by markers.
-------------------------------------------------------------------
Mon Mar 28 15:10:50 UTC 2022 - pgajdos@suse.com