Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-openapi-schema-validator"

Mon Mar 16 14:17:59 2026 rev:13 rq:1339288 version:0.8.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openapi-schema-validator/python-openapi-schema-validator.changes
  2025-10-06 18:09:04.077638851 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openapi-schema-validator.new.8177/python-openapi-schema-validator.changes
        2026-03-16 14:21:16.383113348 +0100
@@ -1,0 +2,33 @@
+Mon Mar 16 08:39:27 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.8.1:
+  * Speed up validate() with validator caching and optional
+    schema-check fast path #273
+- update to 0.8.0:
+  * Harden validate defaults for remote $ref resolution #270
+  * By default, `validate` uses a local-only empty registry to
+    avoid implicit remote $ref retrieval. To resolve external
+    references, pass an explicit `registry`. Set
+    `allow_remote_references=True` only if you explicitly accept
+    jsonschema's default remote retrieval behavior.
+- update to 0.7.3:
+  * Support official OAS 3.2 dialect and set it as default #263
+  * Add optional ecma-regex backend for strict OpenAPI pattern
+    validation #267
+  * Fix OAS 3.0 byte format validation to enforce strict base64
+    #265
+- update to 0.7.2:
+  * OAS 3.1 dialect registration and validator discovery #262
+- update to 0.7.1:
+  * Add OpenAPI 3.2.0 support (OAS32Validator) #256
+- update to 0.7.0:
+  * OAS30 strict validator #251
+  * Ignore readOnly/writeOnly set to False #248
+  * Discriminator handling for non-object instances #249
+  * Narrower handling around unresolved refs #250
+  * OAS30Validator with schema type string only accepts str
+    (before accepted both str and bytes) #251
+  * Added support for Python 3.12, 3.13 and 3.14 #205 #247
+  * Dropped support for Python 3.8 and 3.9 #205 #246
+
+-------------------------------------------------------------------

Old:
----
  openapi_schema_validator-0.6.3.tar.gz

New:
----
  openapi_schema_validator-0.8.1.tar.gz

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

Other differences:
------------------
++++++ python-openapi-schema-validator.spec ++++++
--- /var/tmp/diff_new_pack.hsL3Vp/_old  2026-03-16 14:21:16.863133307 +0100
+++ /var/tmp/diff_new_pack.hsL3Vp/_new  2026-03-16 14:21:16.863133307 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-openapi-schema-validator
 #
-# 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
@@ -18,25 +18,29 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-openapi-schema-validator
-Version:        0.6.3
+Version:        0.8.1
 Release:        0
 Summary:        OpenAPI schema validator for Python
 License:        BSD-3-Clause
 URL:            https://github.com/p1c2u/openapi-schema-validator
 Source:         
https://github.com/p1c2u/openapi-schema-validator/archive/%{version}.tar.gz#/openapi_schema_validator-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module base >= 3.10}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry-core >= 1.0.0}
+BuildRequires:  %{python_module pydantic >= 2}
+BuildRequires:  %{python_module pydantic-settings}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Provides:       python-openapi_schema_validator = %{version}-%{release}
-Requires:       python-jsonschema-specifications >= 2023.5.2
+Requires:       python-jsonschema-specifications >= 2024.10.1
+Requires:       python-pydantic >= 2
+Requires:       python-pydantic-settings
 Requires:       python-rfc3339-validator
 Requires:       (python-jsonschema >= 4.19.1 with python-jsonschema < 5)
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module jsonschema >= 4.19.1 with %python-jsonschema < 
5}
-BuildRequires:  %{python_module jsonschema-specifications >= 2023.5.2}
+BuildRequires:  %{python_module jsonschema-specifications >= 2024.10.1}
 BuildRequires:  %{python_module pytest >= 7}
 BuildRequires:  %{python_module rfc3339-validator}
 # /SECTION

++++++ openapi_schema_validator-0.6.3.tar.gz -> 
openapi_schema_validator-0.8.1.tar.gz ++++++
++++ 7338 lines of diff (skipped)

Reply via email to