From d53db979a3654054120f1068ea9d7491fc4f341c8bc32a8adca5f7e1b1f58f52 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2022 21:36:13 +0000 Subject: [PATCH] Accepting request 1039657 from home:yarunachalam:branches:devel:languages:python - Update to 0.16.2: Add NullUnmarshaller #432 Multi type unmarshaller #433 Unmarshaller format refactor #434 - Update to 0.16.1: lists as additional properties fix #429 x-model extension optional #431 OBS-URL: https://build.opensuse.org/request/show/1039657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=27 --- openapi-core-0.16.0-gh.tar.gz | 3 --- openapi-core-0.16.1-gh.tar.gz | 3 +++ python-openapi-core.changes | 12 ++++++++++++ python-openapi-core.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 openapi-core-0.16.0-gh.tar.gz create mode 100644 openapi-core-0.16.1-gh.tar.gz diff --git a/openapi-core-0.16.0-gh.tar.gz b/openapi-core-0.16.0-gh.tar.gz deleted file mode 100644 index cdfb253..0000000 --- a/openapi-core-0.16.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69f83bccdc5a6bfb3a6188749ddc55b131bfbee55a6b39176e9f983b4e1cdcc4 -size 79041 diff --git a/openapi-core-0.16.1-gh.tar.gz b/openapi-core-0.16.1-gh.tar.gz new file mode 100644 index 0000000..6459584 --- /dev/null +++ b/openapi-core-0.16.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61937d152a391a54830b9a7c32eaa5a229353178e76f8a0661dae6048bd59166 +size 79002 diff --git a/python-openapi-core.changes b/python-openapi-core.changes index b98a7b4..1ff7647 100644 --- a/python-openapi-core.changes +++ b/python-openapi-core.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 2 21:23:01 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.16.2: + Add NullUnmarshaller #432 + Multi type unmarshaller #433 + Unmarshaller format refactor #434 + +- Update to 0.16.1: + lists as additional properties fix #429 + x-model extension optional #431 + ------------------------------------------------------------------- Thu Oct 6 19:06:37 UTC 2022 - Benjamin Greiner diff --git a/python-openapi-core.spec b/python-openapi-core.spec index 8562019..784772c 100644 --- a/python-openapi-core.spec +++ b/python-openapi-core.spec @@ -17,7 +17,7 @@ Name: python-openapi-core -Version: 0.16.0 +Version: 0.16.1 Release: 0 Summary: Client- and server-side support for the OpenAPI Specification v3 License: BSD-3-Clause