17
0

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

- Revert to 0.16.x branch
  * python-jupyterlab-server-openapi (jupyterlab-server[openapi])
   is the only consumer in the distribution and requires
   openapi-core~=0.16.1
  * See gh#jupyterlab/jupyterlab_server#400
- Changelog from 0.16.1 to 0.16.6:
  * openapi-schema-validator 0.5.2 tests compatibility fix #527
  * validators public api expose #455
  * allow openapi-schema-validator 0.4 #458
  * better unmarshaller finders with refactor #447
  * werkzeug flask root path fix #449
  * additionalProperties without schema should allow null. #444
  * Add NullUnmarshaller #432
  * Multi type unmarshaller #433
  * Unmarshaller format refactor #434

OBS-URL: https://build.opensuse.org/request/show/1094151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=31
This commit is contained in:
2023-06-20 20:48:19 +00:00
committed by Git OBS Bridge
parent b7e0a9c432
commit 5c14349654
4 changed files with 39 additions and 18 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jun 20 17:32:29 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Revert to 0.16.x branch
* python-jupyterlab-server-openapi (jupyterlab-server[openapi])
is the only consumer in the distribution and requires
openapi-core~=0.16.1
* See gh#jupyterlab/jupyterlab_server#400
- Changelog from 0.16.1 to 0.16.6:
* openapi-schema-validator 0.5.2 tests compatibility fix #527
* validators public api expose #455
* allow openapi-schema-validator 0.4 #458
* better unmarshaller finders with refactor #447
* werkzeug flask root path fix #449
* additionalProperties without schema should allow null. #444
* Add NullUnmarshaller #432
* Multi type unmarshaller #433
* Unmarshaller format refactor #434
-------------------------------------------------------------------
Tue Jun 20 00:27:37 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>