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 2022-09-05 21:21:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-schema-validator (Old)
and /work/SRC/openSUSE:Factory/.python-openapi-schema-validator.new.2083
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openapi-schema-validator"
Mon Sep 5 21:21:46 2022 rev:3 rq:1001202 version:0.3.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openapi-schema-validator/python-openapi-schema-validator.changes
2022-03-29 18:15:31.499138864 +0200
+++
/work/SRC/openSUSE:Factory/.python-openapi-schema-validator.new.2083/python-openapi-schema-validator.changes
2022-09-05 21:21:47.445099455 +0200
@@ -1,0 +2,20 @@
+Mon Sep 5 03:08:04 UTC 2022 - John Vandenberg <[email protected]>
+
+- Update to v0.3.3
+ * Static types and Mypy static type check
+- from v0.3.2
+ * type validator error msg formatting fix
+- from v0.3.1
+ * OpenAPI 3.1 validator's JSONSchema subclassing deprecation fix
+ * OpenAPI 3.0 validator's JSONSchema subclassing deprecation workaround
+- from v0.3.0
+ * OpenAPI 3.1 validator #18
+ * drop python 3.6 support #18
+ * make jsonschema4 compatible (DeprecationWarning fix) reintroduced
+ * 0.2.1 changes
+ + Revert "make jsonschema4 compatible (DeprecationWarning fix)"
+ + drop python 3.6 support part 2
+ + Limit jsonschema dependency
+ * Validate oneOf, anyOf and allOf with discriminator OAS30 and OAS31
+
+-------------------------------------------------------------------
Old:
----
0.2.3.tar.gz
New:
----
0.3.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openapi-schema-validator.spec ++++++
--- /var/tmp/diff_new_pack.a3SUm0/_old 2022-09-05 21:21:47.901100663 +0200
+++ /var/tmp/diff_new_pack.a3SUm0/_new 2022-09-05 21:21:47.909100685 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-openapi-schema-validator
-Version: 0.2.3
+Version: 0.3.3
Release: 0
Summary: OpenAPI schema validator for Python
License: BSD-3-Clause
@@ -64,12 +64,11 @@
%check
sed -i 's:tool.pytest.ini_options:hide:' pyproject.toml
# no rfc3339-validator installed
-sed -i 's:\(DATETIME_HAS_RFC3339_VALIDATOR.*\)True:\1False:'
tests/integration/test_validators.py
-%pytest
+%pytest -k 'not test_string_format_datetime_rfc3339_validator'
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/*openapi_schema_validator*/
%changelog
++++++ 0.2.3.tar.gz -> 0.3.3.tar.gz ++++++
++++ 2721 lines of diff (skipped)