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-07-20 09:59:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-core (Old)
and /work/SRC/openSUSE:Factory/.python-openapi-core.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openapi-core"
Mon Jul 20 09:59:23 2026 rev:27 rq:1366633 version:0.23.1+git55
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openapi-core/python-openapi-core.changes
2026-05-25 21:58:49.537955542 +0200
+++
/work/SRC/openSUSE:Factory/.python-openapi-core.new.24530/python-openapi-core.changes
2026-07-20 10:01:33.332603586 +0200
@@ -1,0 +2,9 @@
+Fri Jul 17 16:40:04 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to snapshot 0.23.1+git55.0337b43b. Patching
+ pyproject.toml like support-openapi-schema-validator-0.9.patch did
+ for spec(!)-validator-0.9 would still fail the build.
+ * Support for spec-validator-0.9
+- Delete support-openapi-schema-validator-0.9.patch (integrated)
+
+-------------------------------------------------------------------
Old:
----
openapi-core-0.23.1-gh.tar.gz
support-openapi-schema-validator-0.9.patch
New:
----
0337b43bd65dac2f5ed041b78996383370f72da3.tar.gz
----------(Old B)----------
Old:- Update to snapshot 0.23.1+git55.0337b43b. Patching
pyproject.toml like support-openapi-schema-validator-0.9.patch did
for spec(!)-validator-0.9 would still fail the build.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openapi-core.spec ++++++
--- /var/tmp/diff_new_pack.zhOyKl/_old 2026-07-20 10:01:33.836620548 +0200
+++ /var/tmp/diff_new_pack.zhOyKl/_new 2026-07-20 10:01:33.840620682 +0200
@@ -22,14 +22,13 @@
%endif
Name: python-openapi-core
-Version: 0.23.1
+Version: 0.23.1+git55
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
-# PATCH-FIX-OPENSUSE Support openapi-schema-validator 0.9
-Patch0: support-openapi-schema-validator-0.9.patch
+%define gitrev 0337b43bd65dac2f5ed041b78996383370f72da3
+Source: https://github.com/p1c2u/openapi-core/archive/%{gitrev}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
@@ -44,11 +43,11 @@
BuildRequires: %{python_module falcon >= 3.0}
BuildRequires: %{python_module isodate}
BuildRequires: %{python_module jsonschema >= 4.23.0 with %python-jsonschema <
5}
-BuildRequires: %{python_module jsonschema-path >= 0.4.5}
+BuildRequires: %{python_module jsonschema-path >= 0.5.0 with
%python-jsonschema-path < 1}
BuildRequires: %{python_module more-itertools}
BuildRequires: %{python_module multidict >= 6.0.4}
-BuildRequires: %{python_module openapi-schema-validator >= 0.7 with
%python-openapi-schema-validator < 0.10}
-BuildRequires: %{python_module openapi-spec-validator >= 0.8 with
%python-openapi-spec-validator < 0.9}
+BuildRequires: %{python_module openapi-schema-validator >= 0.9 with
%python-openapi-schema-validator < 0.10}
+BuildRequires: %{python_module openapi-spec-validator >= 0.9 with
%python-openapi-spec-validator < 0.10}
BuildRequires: %{python_module parse}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
@@ -63,9 +62,9 @@
Requires: python-more-itertools
Requires: python-parse
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.10)
-Requires: (python-openapi-spec-validator >= 0.8 with
python-openapi-spec-validator < 0.9)
+Requires: (python-jsonschema-path >= 0.5.0 with python-jsonschema-path <
1)
+Requires: (python-openapi-schema-validator >= 0.9 with
python-openapi-schema-validator < 0.10)
+Requires: (python-openapi-spec-validator >= 0.9 with
python-openapi-spec-validator < 0.10)
BuildArch: noarch
%python_subpackages
@@ -75,7 +74,7 @@
v3.0.0.
%prep
-%autosetup -p1 -n openapi-core-%{version}
+%autosetup -p1 -n openapi-core-%{gitrev}
sed -i '/--cov/d' pyproject.toml
for f in openapi_core/contrib/falcon/views.py; do
[ -f $f -a ! -s $f ] && echo "# empty module" > $f || exit 1
@@ -97,6 +96,5 @@
%files %{python_files}
%license LICENSE
%doc README.md
-%{python_sitelib}/openapi_core
-%{python_sitelib}/openapi_core-%{version}.dist-info
+%{python_sitelib}/openapi_core*
++++++ openapi-core-0.23.1-gh.tar.gz ->
0337b43bd65dac2f5ed041b78996383370f72da3.tar.gz ++++++
++++ 3483 lines of diff (skipped)