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 2023-02-21 15:36:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-deepdiff (Old) and /work/SRC/openSUSE:Factory/.python-deepdiff.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-deepdiff" Tue Feb 21 15:36:25 2023 rev:9 rq:1066938 version:6.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-deepdiff/python-deepdiff.changes 2022-09-09 18:29:12.061216396 +0200 +++ /work/SRC/openSUSE:Factory/.python-deepdiff.new.22824/python-deepdiff.changes 2023-02-21 15:36:39.564499877 +0100 @@ -1,0 +2,26 @@ +Tue Feb 21 02:29:55 UTC 2023 - John Vandenberg <jay...@gmail.com> + +- Update to v6.2.3 + * Switching to Orjson for serialization to improve the performance. + * Setting equal_nan=ignore_nan_inequality in the call for np.array_equal + * Using Pytest's tmp_path fixture instead of /tmp/ +- from 6.2.2 + * Enum test fix for python 3.11 + * Adding support for dateutils rrules +- from v6.2.1 + * Removed the print statements. +- from v6.2.0 + * Major improvement in the diff report for lists when items are all + hashable and the order of items is important. +- from v6.1.0 + * DeepDiff.affected_paths can be used to get the list of all paths + where a change, addition, or deletion was reported for. + * DeepDiff.affected_root_keys can be used to get the list of all + paths where a change, addition, or deletion was reported for. + * Bugfix: ValueError when using Decimal 0.x + * Serialization of UUID +- from v6.0.0 + * Exclude obj callback strict parameter is added to DeepDiff + A fix for diffing using iterable_compare_func with nested objects + +------------------------------------------------------------------- Old: ---- deepdiff-5.8.1-gh.tar.gz New: ---- deepdiff-6.2.3-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-deepdiff.spec ++++++ --- /var/tmp/diff_new_pack.wz89DA/_old 2023-02-21 15:36:40.096502935 +0100 +++ /var/tmp/diff_new_pack.wz89DA/_new 2023-02-21 15:36:40.104502980 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-deepdiff # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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 @@ %define skip_python2 1 Name: python-deepdiff -Version: 5.8.1 +Version: 6.2.3 Release: 0 Summary: Deep Difference and Search of any Python object/data License: MIT @@ -29,21 +29,24 @@ BuildRequires: %{python_module jsonpickle} 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 pytest} +BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module setuptools} 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) Requires(post): update-alternatives Requires(postun):update-alternatives -Requires: (python-ordered-set >= 4.1.0 with python-ordered-set < 4.2) -Recommends: python-clevercsv +Recommends: python-PyYAML Recommends: python-click Recommends: python-jsonpickle Recommends: python-numpy -Recommends: python-pyyaml +Recommends: python-orjson Recommends: python-toml +#Suggests: python-clevercsv BuildArch: noarch %python_subpackages ++++++ deepdiff-5.8.1-gh.tar.gz -> deepdiff-6.2.3-gh.tar.gz ++++++ ++++ 3435 lines of diff (skipped)