15
0

Accepting request 912422 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to version 0.14.2
  * Non required request body fix (#325)
  * Parameter simple scenarion for any schema type fix (#323)
- Release notes for 0.14.0
  Changes:
  * Spec replaced with SpecPath (#318)
  Backward incompatibilities:
  * create_spec shortcut returns SpecPath instead of Spec
  * removed Spec-related schema package
  * schema-related exceptions moved to top level exceptions module
  * readOnly/writeOnly invalid properties raise error (before were
    ommitted)
  * MediaTypeDeserializersFactory.create expects mimetype string
    instead of media_type
  * MediaTypeFinder.find returns media_type, mimetype tuple instead
    of just media_type
- Changelog between 0.13.3 and 0.14.0:
  https://github.com/p1c2u/openapi-core/releases
- Edit out mock test requirement for Python 3

OBS-URL: https://build.opensuse.org/request/show/912422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=22
This commit is contained in:
2021-08-17 12:47:07 +00:00
committed by Git OBS Bridge
parent 25dff1e1f8
commit 0c61f6abd8
4 changed files with 48 additions and 11 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Aug 16 13:17:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 0.14.2
* Non required request body fix (#325)
* Parameter simple scenarion for any schema type fix (#323)
- Release notes for 0.14.0
Changes:
* Spec replaced with SpecPath (#318)
Backward incompatibilities:
* create_spec shortcut returns SpecPath instead of Spec
* removed Spec-related schema package
* schema-related exceptions moved to top level exceptions module
* readOnly/writeOnly invalid properties raise error (before were
ommitted)
* MediaTypeDeserializersFactory.create expects mimetype string
instead of media_type
* MediaTypeFinder.find returns media_type, mimetype tuple instead
of just media_type
- Changelog between 0.13.3 and 0.14.0:
https://github.com/p1c2u/openapi-core/releases
- Edit out mock test requirement for Python 3
-------------------------------------------------------------------
Tue May 5 12:21:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>