15
0

Accepting request 949215 from home:bmwiedemann:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/949215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=13
This commit is contained in:
2022-01-26 13:23:51 +00:00
committed by Git OBS Bridge
parent 425450fc6f
commit 97d10d3bad
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jan 26 09:55:05 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
- 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 <code@bnavigator.de>