Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-deepdiff for openSUSE:Factory 
checked in at 2024-01-15 22:17:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-deepdiff (Old)
 and      /work/SRC/openSUSE:Factory/.python-deepdiff.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-deepdiff"

Mon Jan 15 22:17:33 2024 rev:12 rq:1138688 version:6.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-deepdiff/python-deepdiff.changes  
2023-06-12 15:26:45.403160366 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-deepdiff.new.21961/python-deepdiff.changes   
    2024-01-15 22:19:04.534505674 +0100
@@ -1,0 +2,39 @@
+Sun Jan 14 17:11:42 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 6.7.1:
+  * Support for subtracting delta objects when
+    iterable_compare_func is used.
+  * Better handling of force adding a delta to an object.
+  * Fix for `Can't compare dicts with both single and double
+    quotes in keys`
+  * Updated docs for Inconsistent Behavior with math_epsilon and
+    ignore_order = True
+  * Delta can be subtracted from other objects now.
+  * verify_symmetry is deprecated. Use bidirectional instead.
+  * always_include_values flag in Delta can be enabled to include
+    values in the delta for every change.
+  * Fix for Delta.__add__ breaks with esoteric dict keys.
+  * You can load a delta from the list of flat dictionaries.
+- update to 6.6.0:
+  * [x] Numpy 2.0 support
+  * [x] Adding Delta.to_flat_dicts
+
+- update to 6.4.1:
+  * Bugfix: Numpy should be optional
+- update to 6.4.0:
+  * Add Ignore List Order Option to DeepHash by
+  * pyyaml to 6.0.1 to fix cython build problems by Robert Bo
+    Davis
+  * Precompiled regex simple diff by cohml
+  * New flag: `zip_ordered_iterables` for forcing iterable items
+    to be compared one by one.
+- update to 6.3.1:
+  * Bugfix deephash for paths by maggelus
+  * Bugfix deephash compiled regex maggelus
+  * Fix tests dependent on toml by martin-kokos
+  * Bugfix for `include_paths` for nested dictionaries by kor4ik
+  * Use tomli and tomli-w for dealing with tomli files by martin-
+    kokos
+  * Bugfix for `datetime.date` by Alex Sauer-Budge
+
+-------------------------------------------------------------------

Old:
----
  deepdiff-6.3.0-gh.tar.gz

New:
----
  deepdiff-6.7.1-gh.tar.gz

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

Other differences:
------------------
++++++ python-deepdiff.spec ++++++
--- /var/tmp/diff_new_pack.687fB5/_old  2024-01-15 22:19:05.066525226 +0100
+++ /var/tmp/diff_new_pack.687fB5/_new  2024-01-15 22:19:05.066525226 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-deepdiff
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-deepdiff
-Version:        6.3.0
+Version:        6.7.1
 Release:        0
 Summary:        Deep Difference and Search of any Python object/data
 License:        MIT
@@ -30,11 +30,12 @@
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module ordered-set >= 4.1.0 with %python-ordered-set 
< 4.2}
 BuildRequires:  %{python_module orjson}
+BuildRequires:  %{python_module pydantic}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module tomli-w}
 BuildRequires:  %{python_module toml}
-#BuildRequires:  %%{python_module clevercsv} # not available
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       (python-ordered-set >= 4.1.0 with python-ordered-set < 4.2)

++++++ deepdiff-6.3.0-gh.tar.gz -> deepdiff-6.7.1-gh.tar.gz ++++++
++++ 4449 lines of diff (skipped)

Reply via email to