Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openapi-spec-validator for 
openSUSE:Factory checked in at 2026-03-16 15:49:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-spec-validator (Old)
 and      /work/SRC/openSUSE:Factory/.python-openapi-spec-validator.new.8177 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openapi-spec-validator"

Mon Mar 16 15:49:07 2026 rev:17 rq:1339286 version:0.8.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openapi-spec-validator/python-openapi-spec-validator.changes
      2025-07-15 16:45:12.539028797 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openapi-spec-validator.new.8177/python-openapi-spec-validator.changes
    2026-03-16 15:49:08.037810671 +0100
@@ -1,0 +2,29 @@
+Mon Mar 16 08:33:35 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.8.4:
+  * Jsonschema-rs backend #478
+- update to 0.8.3:
+  * Use resolved cache feature of jsonschema-path #479
+- update to 0.8.2:
+  * OpenAPI 3.2 support #472
+  * Add OAS 3.1 jsonSchemaDialect-aware schema meta-validation
+    #471
+- update to 0.8.1:
+  * CLI version option #466
+  * Split CLI error controls into validation and subschema modes
+    #469
+  * ## Fixes
+  * Fix malformed schema traversal to report validation errors
+    instead of internal exceptions #467
+  * Validate declared path parameters against path template #470
+  * ## Deprecations
+  * Deprecates `--error`/`--errors` CLI options #469
+- update to 0.8.0:
+  * Jsonschema-path 0.4 and openapi-schema-validator 0.7 upgrades
+    #459
+  * Python 3.13 and 3.14 support #392 #457
+  * Update openapi-schema-validator version constraint #439
+  * ## Backward incompatibilities
+  * Python 3.8 and 3.9 drop #392 #456
+
+-------------------------------------------------------------------

Old:
----
  openapi-spec-validator-0.7.2-gh.tar.gz

New:
----
  openapi-spec-validator-0.8.4-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-openapi-spec-validator.spec ++++++
--- /var/tmp/diff_new_pack.QYQWF2/_old  2026-03-16 15:49:08.937847907 +0100
+++ /var/tmp/diff_new_pack.QYQWF2/_new  2026-03-16 15:49:08.941848073 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-openapi-spec-validator
 #
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -18,22 +18,26 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-openapi-spec-validator
-Version:        0.7.2
+Version:        0.8.4
 Release:        0
 Summary:        Python module for validating OpenAPI Specs against Swagger and 
OAS3
 License:        Apache-2.0
 URL:            https://github.com/p1c2u/openapi-spec-validator
 Source:         
https://github.com/p1c2u/openapi-spec-validator/archive/%{version}.tar.gz#/openapi-spec-validator-%{version}-gh.tar.gz
-BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module base >= 3.10}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry-core}
+BuildRequires:  %{python_module pydantic >= 2}
+BuildRequires:  %{python_module pydantic-settings >= 2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Provides:       python-openapi_spec_validator
-Requires:       (python-jsonschema >= 4.18 with python-jsonschema < 5)
-Requires:       (python-jsonschema-path >= 0.3.1 with python-jsonschema-path < 
0.4)
+Provides:       python-openapi_spec_validator = %{version}
+Requires:       python-pydantic >= 2
+Requires:       python-pydantic-settings >= 2
+Requires:       (python-jsonschema >= 4.24 with python-jsonschema < 5)
+Requires:       (python-jsonschema-path >= 0.4.3 with python-jsonschema-path < 
0.5)
 Requires:       (python-lazy-object-proxy >= 1.7.1 with 
python-lazy-object-proxy < 2)
-Requires:       (python-openapi-schema-validator >= 0.6.0 with 
python-openapi-schema-validator < 0.7)
+Requires:       (python-openapi-schema-validator >= 0.7.3 with 
python-openapi-schema-validator < 0.9)
 %if %{python_version_nodots} < 39
 Requires:       python-importlib-resources >= 5.8.0
 %endif
@@ -41,11 +45,10 @@
 Requires(postun): update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module importlib-resources >= 5.8.0 if %python-base < 
3.9}
-BuildRequires:  %{python_module jsonschema >= 4.18 with %python-jsonschema < 5}
-BuildRequires:  %{python_module jsonschema-path >= 0.3.1 with 
%python-jsonschema-path < 0.4}
+BuildRequires:  %{python_module jsonschema >= 4.24 with %python-jsonschema < 5}
+BuildRequires:  %{python_module jsonschema-path >= 0.4.3 with 
%python-jsonschema-path < 0.5}
 BuildRequires:  %{python_module lazy-object-proxy >= 1.7.1 with 
%python-lazy-object-proxy < 2}
-BuildRequires:  %{python_module openapi-schema-validator >= 0.6.0 with 
%python-openapi-schema-validator < 0.7}
+BuildRequires:  %{python_module openapi-schema-validator >= 0.7.3 with 
%python-openapi-schema-validator < 0.9}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages

++++++ openapi-spec-validator-0.7.2-gh.tar.gz -> 
openapi-spec-validator-0.8.4-gh.tar.gz ++++++
++++ 518224 lines of diff (skipped)

Reply via email to