Accepting request 1085789 from home:bnavigator:branches:devel:languages:python

- Update to 0.4.4
  * Include tests in sdist archives #71
  * jsonschema 4.17 dependency limit #73
  * add python 3.11 support #74
- Release 0.4.3
  * test required formats only #62
- Release 0.4.2
  * Rely on jsonschema date date-time and uuid format checkers.
    Format checkers assigned to validators #60
  * Backward incompatibility: Missing format checker for format no
    longer raise FormatError
- Release 0.4.1
  * OAS30 read write validators #59
- Release 0.4.0
  * Drop no longer used runtime dependency on attrs #54
  * Re-implemented nullable based on OAS 3.0.3 definition. #57

OBS-URL: https://build.opensuse.org/request/show/1085789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=11
This commit is contained in:
2023-05-09 20:47:38 +00:00
committed by Git OBS Bridge
parent 9a3b0357eb
commit c256b116d2
4 changed files with 36 additions and 19 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue May 9 19:01:39 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.4.4
* Include tests in sdist archives #71
* jsonschema 4.17 dependency limit #73
* add python 3.11 support #74
- Release 0.4.3
* test required formats only #62
- Release 0.4.2
* Rely on jsonschema date date-time and uuid format checkers.
Format checkers assigned to validators #60
* Backward incompatibility: Missing format checker for format no
longer raise FormatError
- Release 0.4.1
* OAS30 read write validators #59
- Release 0.4.0
* Drop no longer used runtime dependency on attrs #54
* Re-implemented nullable based on OAS 3.0.3 definition. #57
-------------------------------------------------------------------
Tue Mar 28 07:52:05 UTC 2023 - pgajdos@suse.com