15
0

Accepting request 949274 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/949274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-deepdiff?expand=0&rev=6
This commit is contained in:
2022-01-26 20:27:30 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a78596346143cc1522b45db996f67ba1cbd24cd0073bedf765ecfe06d5adf2e
size 379444

3
deepdiff-5.6.0-gh.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9f7674ba0406d1827e8556b080260b1cee6bd951f1f547d4072888ab56843d2
size 391108

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>

View File

@@ -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