diff --git a/deepdiff-5.8.1-gh.tar.gz b/deepdiff-5.8.1-gh.tar.gz deleted file mode 100644 index 5706844..0000000 --- a/deepdiff-5.8.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01cb777b99f710cce35e58a9a227fc86843aac565d87bd91dfb3ba1e019781ea -size 398702 diff --git a/deepdiff-6.2.3-gh.tar.gz b/deepdiff-6.2.3-gh.tar.gz new file mode 100644 index 0000000..7980e23 --- /dev/null +++ b/deepdiff-6.2.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3b7b936213e96b95b9674f0fab88380de39175a3f35b356f3f5726b5675414 +size 406346 diff --git a/python-deepdiff.changes b/python-deepdiff.changes index 5710be8..dd09326 100644 --- a/python-deepdiff.changes +++ b/python-deepdiff.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Feb 21 02:29:55 UTC 2023 - John Vandenberg + +- 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 + ------------------------------------------------------------------- Thu Sep 8 08:48:08 UTC 2022 - John Vandenberg diff --git a/python-deepdiff.spec b/python-deepdiff.spec index 7d55bea..66337bb 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -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 click} 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