diff --git a/deepdiff-8.0.1-gh.tar.gz b/deepdiff-8.0.1-gh.tar.gz deleted file mode 100644 index d0f0026..0000000 --- a/deepdiff-8.0.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4d2259270ac9df526e727f035165cfc364021758c6a92f9d75f008717cd172c -size 442948 diff --git a/deepdiff-8.4.1-gh.tar.gz b/deepdiff-8.4.1-gh.tar.gz new file mode 100644 index 0000000..4ea463f --- /dev/null +++ b/deepdiff-8.4.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68a09a332625cdf099a6b4a32e17b2e9bcd720652d56e5de240ba7258af2a52 +size 533484 diff --git a/python-deepdiff.changes b/python-deepdiff.changes index a614fbf..cd111f4 100644 --- a/python-deepdiff.changes +++ b/python-deepdiff.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Mar 27 12:24:09 UTC 2025 - Nico Krapp + +- Update to 8.4.1 + * pytz is not required +- Update to 8.4.0 + * Adding BaseOperatorPlus base class for custom operators + * default_timezone can be passed now to set your default + timezone to something other than UTC + * New summarization algorithm that produces valid json + * Better type hint support +- Update to 8.1.1 + * Adding Python 3.13 to setup.py +-Update to 8.1.0 + * Removing deprecated lines from setup.py + * Added prefix option to pretty() + * Fixes hashing of numpy boolean values. + * Fixes slots comparison when the attribute doesn't exist. + * Relaxing orderly-set reqs + * Added Python 3.13 support + * Only lower if clean_key is instance of str #504 + * Fixes issue where the key deep_distance is not returned + when both compared items are equal #510 + * Fixes exclude_paths fails to work in certain cases + * exclude_paths fails to work #509 + * Fixes to_json() method chokes on standard json.dumps() + kwargs such as sort_keys + * to_dict() method chokes on standard json.dumps() kwargs #490 + * Fixes accessing the affected_root_keys property on the diff + object returned by DeepDiff fails when one of the dicts is empty + * Fixes accessing the affected_root_keys property on the diff + object returned by DeepDiff fails when one of the dicts is empty #508 + ------------------------------------------------------------------- Tue Nov 19 11:10:52 UTC 2024 - Markéta Machová diff --git a/python-deepdiff.spec b/python-deepdiff.spec index bee5298..ce5b699 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -1,7 +1,7 @@ # # spec file for package python-deepdiff # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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: 8.0.1 +Version: 8.4.1 Release: 0 Summary: Deep Difference and Search of any Python object/data License: MIT