Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jsonschema for
openSUSE:Factory checked in at 2024-05-02 23:42:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonschema (Old)
and /work/SRC/openSUSE:Factory/.python-jsonschema.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonschema"
Thu May 2 23:42:53 2024 rev:48 rq:1171251 version:4.22.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes
2024-01-31 23:53:26.312314759 +0100
+++
/work/SRC/openSUSE:Factory/.python-jsonschema.new.1880/python-jsonschema.changes
2024-05-03 00:09:50.567325206 +0200
@@ -1,0 +2,13 @@
+Thu May 2 06:40:15 UTC 2024 - Johannes Kastl <[email protected]>
+
+- update to 4.22.0:
+ * Improve best_match (and thereby error messages from
+ jsonschema.validate) in cases where there are multiple sibling
+ errors from applying anyOf / allOf -- i.e. when multiple
+ elements of a JSON array have errors, we now do prefer showing
+ errors from earlier elements rather than simply showing an
+ error for the full array (#1250).
+ * (Micro-)optimize equality checks when comparing for JSON Schema
+ equality by first checking for object identity, as == would.
+
+-------------------------------------------------------------------
Old:
----
jsonschema-4.21.1.tar.gz
New:
----
jsonschema-4.22.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonschema.spec ++++++
--- /var/tmp/diff_new_pack.ouFCWf/_old 2024-05-03 00:10:07.759951990 +0200
+++ /var/tmp/diff_new_pack.ouFCWf/_new 2024-05-03 00:10:07.759951990 +0200
@@ -1,5 +1,5 @@
#
-# spec file
+# spec file for package python-jsonschema
#
# Copyright (c) 2024 SUSE LLC
#
@@ -33,7 +33,7 @@
%{?sle15_python_module_pythons}
Name: python-jsonschema%{psuffix}
-Version: 4.21.1
+Version: 4.22.0
Release: 0
Summary: An implementation of JSON-Schema validation for Python
License: MIT
@@ -73,7 +73,7 @@
BuildRequires: alts
%else
Requires(post): update-alternatives
-Requires(preun):update-alternatives
+Requires(preun): update-alternatives
%endif
BuildArch: noarch
%python_subpackages
++++++ jsonschema-4.21.1.tar.gz -> jsonschema-4.22.0.tar.gz ++++++
++++ 3759 lines of diff (skipped)