15
0

- 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
This commit is contained in:
2023-12-17 02:28:24 +00:00
committed by Git OBS Bridge
parent 95cc6b5f65
commit 49a9a65fa6
4 changed files with 14 additions and 10 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:406e231f28c734e76b8f184799e1db04f662848d803f9df4b89e9c0ef07dfbb9
size 154671

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 17 02:22:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.18.2:
* Deprecated spec validator fix + warnings resolved #717
-------------------------------------------------------------------
Sat Sep 23 10:34:22 UTC 2023 - Ben Greiner <code@bnavigator.de>
@@ -110,7 +116,7 @@ Fri Dec 2 21:23:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
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 <steven.kowalik@suse.com>
* 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.

View File

@@ -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