diff --git a/deepdiff-5.2.3-gh.tar.gz b/deepdiff-5.2.3-gh.tar.gz deleted file mode 100644 index c4f405f..0000000 --- a/deepdiff-5.2.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a78596346143cc1522b45db996f67ba1cbd24cd0073bedf765ecfe06d5adf2e -size 379444 diff --git a/deepdiff-5.6.0-gh.tar.gz b/deepdiff-5.6.0-gh.tar.gz new file mode 100644 index 0000000..54fb4c3 --- /dev/null +++ b/deepdiff-5.6.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f7674ba0406d1827e8556b080260b1cee6bd951f1f547d4072888ab56843d2 +size 391108 diff --git a/python-deepdiff.changes b/python-deepdiff.changes index 582395a..59d4e25 100644 --- a/python-deepdiff.changes +++ b/python-deepdiff.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 26 09:55:05 UTC 2022 - Bernhard Wiedemann + +- Update to 5.6.0 + * Add custom operators, and ignore_order_func. + * Bugfix: verbose_level==0 should disable values_changes. + * Bugfix: unprocessed key error. + * Add iterable_compare_func for DeepDiff + * Add output_format of list for path() in tree view + * Add strict_checking for numbers in DeepSearch + * Add support for regular expressions in DeepSearch + ------------------------------------------------------------------- Thu Apr 1 21:00:21 UTC 2021 - Ben Greiner diff --git a/python-deepdiff.spec b/python-deepdiff.spec index 1560866..f98a9f2 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-deepdiff -Version: 5.2.3 +Version: 5.6.0 Release: 0 Summary: Deep Difference and Search of any Python object/data License: MIT