Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-openapi-core for
openSUSE:Factory checked in at 2023-06-20 16:48:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-core (Old)
and /work/SRC/openSUSE:Factory/.python-openapi-core.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openapi-core"
Tue Jun 20 16:48:47 2023 rev:14 rq:1093845 version:0.17.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openapi-core/python-openapi-core.changes
2022-12-03 10:03:56.747343407 +0100
+++
/work/SRC/openSUSE:Factory/.python-openapi-core.new.15902/python-openapi-core.changes
2023-06-20 16:48:57.475577619 +0200
@@ -1,0 +2,32 @@
+Tue Jun 20 00:27:37 UTC 2023 - Steve Kowalik <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
openapi-core-0.16.1-gh.tar.gz
New:
----
openapi_core-0.17.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openapi-core.spec ++++++
--- /var/tmp/diff_new_pack.Zdzj9D/_old 2023-06-20 16:48:58.175581826 +0200
+++ /var/tmp/diff_new_pack.Zdzj9D/_new 2023-06-20 16:48:58.179581849 +0200
@@ -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 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 @@
v3.0.0.
%prep
-%setup -q -n openapi-core-%{version}
+%setup -q -n openapi_core-%{version}
sed -i '/--cov/d' pyproject.toml
%build