From 49a9a65fa6a27d4cf5f87e1d46daecc43110629c0ce44adc2bb35fc1f85514c2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Dec 2023 02:28:24 +0000 Subject: [PATCH] - update to 0.18.2: * Deprecated spec validator fix + warnings resolved #717 - Update to 0.16.1: * Predefined openapi validators #409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=39 --- openapi-core-0.18.1-gh.tar.gz | 3 --- openapi-core-0.18.2-gh.tar.gz | 3 +++ python-openapi-core.changes | 10 ++++++++-- python-openapi-core.spec | 8 +++----- 4 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 openapi-core-0.18.1-gh.tar.gz create mode 100644 openapi-core-0.18.2-gh.tar.gz diff --git a/openapi-core-0.18.1-gh.tar.gz b/openapi-core-0.18.1-gh.tar.gz deleted file mode 100644 index eb6a772..0000000 --- a/openapi-core-0.18.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee029c135235ad7dd9107871bc25455f3a23ce1a70b61b5aed521bb5abb97a9f -size 154190 diff --git a/openapi-core-0.18.2-gh.tar.gz b/openapi-core-0.18.2-gh.tar.gz new file mode 100644 index 0000000..e15d3bd --- /dev/null +++ b/openapi-core-0.18.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406e231f28c734e76b8f184799e1db04f662848d803f9df4b89e9c0ef07dfbb9 +size 154671 diff --git a/python-openapi-core.changes b/python-openapi-core.changes index 35dc241..e55c727 100644 --- a/python-openapi-core.changes +++ b/python-openapi-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 17 02:22:52 UTC 2023 - Dirk Müller + +- update to 0.18.2: + * Deprecated spec validator fix + warnings resolved #717 + ------------------------------------------------------------------- Sat Sep 23 10:34:22 UTC 2023 - Ben Greiner @@ -110,7 +116,7 @@ Fri Dec 2 21:23:01 UTC 2022 - Yogalakshmi Arunachalam Multi type unmarshaller #433 Unmarshaller format refactor #434 -- Update to 0.16.1: +- Update to 0.16.1: lists as additional properties fix #429 x-model extension optional #431 @@ -153,7 +159,7 @@ Wed Oct 5 05:34:35 UTC 2022 - Steve Kowalik * Get rid of create_spec shortcut #393 * Request and Response protocols #407 * validator factories removed from validation shortcuts #408 - * Predefined openapi validators #409 + * Predefined openapi validators #409 - Drop Python 2 parts. - Fix {Build,}Requires. diff --git a/python-openapi-core.spec b/python-openapi-core.spec index 160e497..69e72d7 100644 --- a/python-openapi-core.spec +++ b/python-openapi-core.spec @@ -17,7 +17,7 @@ Name: python-openapi-core -Version: 0.18.1 +Version: 0.18.2 Release: 0 Summary: Client- and server-side support for the OpenAPI Specification v3 License: BSD-3-Clause @@ -42,7 +42,7 @@ BuildRequires: %{python_module jsonschema-spec >= 0.2.3 with %python-jsonschema BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module multidict >= 6.0.4} BuildRequires: %{python_module openapi-schema-validator >= 0.6 with %python-openapi-schema-validator < 0.7} -BuildRequires: %{python_module openapi-spec-validator >= 0.6 with %python-openapi-spec-validator < 0.7} +BuildRequires: %{python_module openapi-spec-validator >= 0.7.1 with %python-openapi-spec-validator < 0.8} BuildRequires: %{python_module parse} BuildRequires: %{python_module pytest} BuildRequires: %{python_module responses} @@ -51,13 +51,11 @@ Requires: python-Werkzeug Requires: python-asgiref >= 3.6.0 Requires: python-isodate Requires: python-more-itertools -Requires: python-openapi-schema-validator >= 0.6.0 -Requires: python-openapi-spec-validator >= 0.6.0 Requires: python-parse Requires: (python-jsonschema >= 4.18.0 with python-jsonschema < 5) Requires: (python-jsonschema-spec >= 0.2.3 with python-jsonschema-spec < 0.3) Requires: (python-openapi-schema-validator >= 0.6 with python-openapi-schema-validator < 0.7) -Requires: (python-openapi-spec-validator >= 0.6 with python-openapi-spec-validator < 0.7) +Requires: (python-openapi-spec-validator >= 0.7.1 with python-openapi-spec-validator < 0.8) BuildArch: noarch %python_subpackages