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 2023-07-25 11:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-schema-validator (Old)
and /work/SRC/openSUSE:Factory/.python-openapi-schema-validator.new.1467
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openapi-schema-validator"
Tue Jul 25 11:51:34 2023 rev:8 rq:1100537 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openapi-schema-validator/python-openapi-schema-validator.changes
2023-06-14 16:32:00.675453614 +0200
+++
/work/SRC/openSUSE:Factory/.python-openapi-schema-validator.new.1467/python-openapi-schema-validator.changes
2023-07-25 11:53:28.566286083 +0200
@@ -1,0 +2,12 @@
+Tue Jul 25 06:06:43 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to 0.6.0:
+ * Compatibility with jsonschema 4.18 #72
+ * Python 3.7 support dropped #84
+ * OAS30Validator no longer accept read and write properties. Use
+ OASReadValidator and OAS30WriteValidator instead. #85
+ * Formats raise error for other types fix #67
+ * Format validators ignore other types and pass (in accordance with the
+ specification)
+
+-------------------------------------------------------------------
Old:
----
openapi-schema-validator-0.4.4-gh.tar.gz
New:
----
openapi-schema-validator-0.6.0-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openapi-schema-validator.spec ++++++
--- /var/tmp/diff_new_pack.eh0FOD/_old 2023-07-25 11:53:29.130289386 +0200
+++ /var/tmp/diff_new_pack.eh0FOD/_new 2023-07-25 11:53:29.134289409 +0200
@@ -18,24 +18,25 @@
%{?sle15_python_module_pythons}
Name: python-openapi-schema-validator
-Version: 0.4.4
+Version: 0.6.0
Release: 0
Summary: OpenAPI schema validator for Python
License: BSD-3-Clause
-Group: Development/Languages/Python
URL: https://github.com/p1c2u/openapi-schema-validator
Source:
https://github.com/p1c2u/openapi-schema-validator/archive/%{version}.tar.gz#/openapi-schema-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_schema_validator = %{version}-%{release}
+Requires: python-jsonschema >= 4.18
+Requires: python-jsonschema-specifications >= 2023.5
Requires: python-rfc3339-validator
-Requires: (python-jsonschema >= 4 with python-jsonschema < 4.18)
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module jsonschema >= 4 with %python-jsonschema < 4.18}
+BuildRequires: %{python_module jsonschema >= 4.18}
+BuildRequires: %{python_module jsonschema-specifications >= 2023.5}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rfc3339-validator}
# /SECTION
@@ -48,7 +49,7 @@
Wright Draft 00.
%prep
-%setup -q -n openapi-schema-validator-%{version}
+%autosetup -p1 -n openapi-schema-validator-%{version}
sed -i 's:tool.pytest.ini_options:hide:' pyproject.toml
%build
++++++ openapi-schema-validator-0.4.4-gh.tar.gz ->
openapi-schema-validator-0.6.0-gh.tar.gz ++++++
++++ 3227 lines of diff (skipped)