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 2026-03-16 15:49:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-core (Old)
and /work/SRC/openSUSE:Factory/.python-openapi-core.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openapi-core"
Mon Mar 16 15:49:07 2026 rev:24 rq:1339289 version:0.23.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openapi-core/python-openapi-core.changes
2025-12-28 19:21:13.491891853 +0100
+++
/work/SRC/openSUSE:Factory/.python-openapi-core.new.8177/python-openapi-core.changes
2026-03-16 15:49:09.881886964 +0100
@@ -1,0 +2,23 @@
+Mon Mar 16 08:30:23 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.23.0:
+ * Add OpenAPI 3.2 support and move V3 aliases to V32 #1121
+ * Add opt-in strict mode for omitted additionalProperties #1124
+ * Add explicit Falcon WSGI/ASGI middleware with dual-mode
+ compatibility #1122
+ * Add structured details for validation errors #1129
+ * Dialect-aware schema validators factory #1135
+ * Support parameter casting in composite schemas #1136
+ * Fix broken contributing guidelines link #1098
+ * Fix swapped operation/path order in request-parameters flows
+ #1120
+ * Fix deprecation warnings for omitted params and headers #1125
+ * Include root cause in request body validation errors #1128
+ * Django 6 support #1103
+ * Upgrade jsonschema-path 0.4 openapi-schema-validator 0.7 and
+ openapi-spec-validator 0.8 #1105
+ * Python 3.9 support dropped #1091
+ * V3 aliases point to V32 #1121
+ * Remove deprecated Spec #1002
+
+-------------------------------------------------------------------
Old:
----
openapi-core-0.22.0-gh.tar.gz
New:
----
openapi-core-0.23.0-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openapi-core.spec ++++++
--- /var/tmp/diff_new_pack.LIy1p2/_old 2026-03-16 15:49:10.817925689 +0100
+++ /var/tmp/diff_new_pack.LIy1p2/_new 2026-03-16 15:49:10.821925855 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-openapi-core
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
%endif
Name: python-openapi-core
-Version: 0.22.0
+Version: 0.23.0
Release: 0
Summary: Client- and server-side support for the OpenAPI Specification
v3
License: BSD-3-Clause
@@ -41,12 +41,12 @@
BuildRequires: %{python_module asgiref >= 3.6.0}
BuildRequires: %{python_module falcon >= 3.0}
BuildRequires: %{python_module isodate}
-BuildRequires: %{python_module jsonschema >= 4.18.0 with %python-jsonschema <
5}
-BuildRequires: %{python_module jsonschema-path >= 0.3.1 with
%python-jsonschema-path < 0.4}
+BuildRequires: %{python_module jsonschema >= 4.23.0 with %python-jsonschema <
5}
+BuildRequires: %{python_module jsonschema-path >= 0.4.5}
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.7.1 with
%python-openapi-spec-validator < 0.8}
+BuildRequires: %{python_module openapi-schema-validator >= 0.7 with
%python-openapi-schema-validator < 0.9}
+BuildRequires: %{python_module openapi-spec-validator >= 0.8 with
%python-openapi-spec-validator < 0.9}
BuildRequires: %{python_module parse}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
@@ -60,10 +60,10 @@
Requires: python-isodate
Requires: python-more-itertools
Requires: python-parse
-Requires: (python-jsonschema >= 4.18.0 with python-jsonschema < 5)
-Requires: (python-jsonschema-path >= 0.3.1 with python-jsonschema-path <
0.4)
-Requires: (python-openapi-schema-validator >= 0.6 with
python-openapi-schema-validator < 0.7)
-Requires: (python-openapi-spec-validator >= 0.7.1 with
python-openapi-spec-validator < 0.8)
+Requires: (python-jsonschema >= 4.23.0 with python-jsonschema < 5)
+Requires: (python-jsonschema-path >= 0.4.5)
+Requires: (python-openapi-schema-validator >= 0.7 with
python-openapi-schema-validator < 0.9)
+Requires: (python-openapi-spec-validator >= 0.8 with
python-openapi-spec-validator < 0.9)
BuildArch: noarch
%python_subpackages
++++++ openapi-core-0.22.0-gh.tar.gz -> openapi-core-0.23.0-gh.tar.gz ++++++
++++ 11931 lines of diff (skipped)