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 2023-07-25 11:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-spec-validator (Old)
and /work/SRC/openSUSE:Factory/.python-openapi-spec-validator.new.1467
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openapi-spec-validator"
Tue Jul 25 11:51:34 2023 rev:13 rq:1100538 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openapi-spec-validator/python-openapi-spec-validator.changes
2023-06-14 16:31:49.399384302 +0200
+++
/work/SRC/openSUSE:Factory/.python-openapi-spec-validator.new.1467/python-openapi-spec-validator.changes
2023-07-25 11:53:29.350290673 +0200
@@ -1,0 +2,13 @@
+Tue Jul 25 06:08:29 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to 0.6.0:
+ * Compatibility with jsonschema 4.18, jsonschema-spec 0.2 and
+ openapi-schema-validator 0.6 #202
+ * spec_url parameter of spec validator is deprecated. Use base_uri
+ instead. #202
+ * Drop python 3.7 support #226
+ * Update SupportsValidation protocol #232
+ * allow path item ref fix #210
+ * openapi 3.1 schema update #213
+
+-------------------------------------------------------------------
Old:
----
openapi-spec-validator-0.5.6-gh.tar.gz
New:
----
openapi-spec-validator-0.6.0-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openapi-spec-validator.spec ++++++
--- /var/tmp/diff_new_pack.1xwEZ9/_old 2023-07-25 11:53:29.914293976 +0200
+++ /var/tmp/diff_new_pack.1xwEZ9/_new 2023-07-25 11:53:29.926294046 +0200
@@ -18,23 +18,23 @@
%{?sle15_python_module_pythons}
Name: python-openapi-spec-validator
-Version: 0.5.6
+Version: 0.6.0
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.7}
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: python-openapi_spec_validator
Requires: python-importlib-resources
-Requires: python-jsonschema-spec >= 0.1.1
+Requires: python-jsonschema >= 4.18
+Requires: python-jsonschema-spec >= 0.2.3
Requires: python-lazy-object-proxy >= 1.7.1
-Requires: python-openapi-schema-validator >= 0.4.2
-Requires: (python-jsonschema >= 4.0.0 with python-jsonschema < 4.18)
+Requires: python-openapi-schema-validator >= 0.6.0
%if %{python_version_nodots} < 39
Requires: python-importlib-resources >= 5.8.0
%endif
@@ -43,8 +43,8 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module importlib-resources >= 5.8.0 if %python-base <
3.9}
-BuildRequires: %{python_module jsonschema >= 4.0.0 with %python-jsonschema <
4.18}
-BuildRequires: %{python_module jsonschema-spec >= 0.1.1}
+BuildRequires: %{python_module jsonschema >= 4.18}
+BuildRequires: %{python_module jsonschema-spec >= 0.2.3}
BuildRequires: %{python_module lazy-object-proxy >= 1.7.1}
BuildRequires: %{python_module openapi-schema-validator >= 0.4.2}
BuildRequires: %{python_module pytest}
++++++ openapi-spec-validator-0.5.6-gh.tar.gz ->
openapi-spec-validator-0.6.0-gh.tar.gz ++++++
++++ 4229 lines of diff (skipped)