diff --git a/openapi-core-0.16.1-gh.tar.gz b/openapi-core-0.16.1-gh.tar.gz deleted file mode 100644 index 6459584..0000000 --- a/openapi-core-0.16.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61937d152a391a54830b9a7c32eaa5a229353178e76f8a0661dae6048bd59166 -size 79002 diff --git a/openapi_core-0.17.2.tar.gz b/openapi_core-0.17.2.tar.gz new file mode 100644 index 0000000..61d2fed --- /dev/null +++ b/openapi_core-0.17.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1f68398383b222a769f967b15161fcbd408740f44cb48a346936aa27f1ce63 +size 88262 diff --git a/python-openapi-core.changes b/python-openapi-core.changes index 1ff7647..f1bab60 100644 --- a/python-openapi-core.changes +++ b/python-openapi-core.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Jun 20 00:27:37 UTC 2023 - Steve Kowalik + +- Update to 0.17.2: + * Integrations: Add support for aiohttp.web #571 + * Include tests in sdist archives #537 + * add python 3.11 support #538 + * shortcuts high level public api expose #465 + * ParametersError context property deprecated #462 + * Spec.create deprecated #463 + * Validators refactor #457 + * Webhooks support #470 + * Rename UnmarshalContext to ValidationContext #472 + * Fix PATH_PARAMETER_PATTERN for DRF default value pattern. #468 + * Fix falcon response data none #471 + * Shortcuts backward compatible #482 + * RequestValidator and ResponseValidator backward compatibility #487 + * Fix flask decorator function return other types #489 + * Fix integration Request Response factories check types fix #490 + * Fix Requests request dont allow fragments #491 + * Fix openapi packages update and tests #498 + * unmarshallers integration tests #497 + * Unmarshallers and validators refactor #508 + * Shortcuts refactor #517 + * Media type deserializers refactor #518 + * 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 +- Switch back to PyPI tarball. + ------------------------------------------------------------------- Fri Dec 2 21:23:01 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-openapi-core.spec b/python-openapi-core.spec index 784772c..348ccba 100644 --- a/python-openapi-core.spec +++ b/python-openapi-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-openapi-core # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: python-openapi-core -Version: 0.16.1 +Version: 0.17.2 Release: 0 Summary: Client- and server-side support for the OpenAPI Specification v3 License: BSD-3-Clause URL: https://github.com/p1c2u/openapi-core -Source: https://github.com/p1c2u/openapi-core/archive/%{version}.tar.gz#/openapi-core-%{version}-gh.tar.gz +Source: https://files.pythonhosted.org/packages/source/o/openapi-core/openapi_core-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} @@ -33,26 +33,27 @@ BuildRequires: %{python_module Django >= 3.0} BuildRequires: %{python_module Flask} BuildRequires: %{python_module WebOb} BuildRequires: %{python_module Werkzeug} +BuildRequires: %{python_module aiohttp >= 3.0} +BuildRequires: %{python_module asgiref >= 3.6} BuildRequires: %{python_module falcon >= 3.0} BuildRequires: %{python_module isodate} -BuildRequires: %{python_module jsonschema-spec >= 0.1.1} +BuildRequires: %{python_module jsonschema-spec >= 0.1.6} BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module openapi-schema-validator >= 0.3.0} BuildRequires: %{python_module openapi-spec-validator >= 0.5.0} BuildRequires: %{python_module parse >= 1.14.0} -BuildRequires: %{python_module pathable >= 0.4.0} +BuildRequires: %{python_module pytest-aiohttp} BuildRequires: %{python_module pytest} BuildRequires: %{python_module responses} # /SECTION Requires: python-Werkzeug +Requires: python-asgiref >= 3.6 Requires: python-isodate -Requires: python-jsonschema-spec >= 0.1.1 +Requires: python-jsonschema-spec >= 0.1.6 Requires: python-more-itertools Requires: python-openapi-schema-validator >= 0.3.0 Requires: python-openapi-spec-validator >= 0.5.0 Requires: python-parse >= 1.14.0 -Requires: python-pathable >= 0.4.0 -Requires: python-typing-extensions >= 4.3.0 BuildArch: noarch %python_subpackages @@ -62,7 +63,7 @@ and server-side support for the OpenAPI Specification v3.0.0. %prep -%setup -q -n openapi-core-%{version} +%setup -q -n openapi_core-%{version} sed -i '/--cov/d' pyproject.toml %build