Subject: CVS commit: pkgsrc/textproc/py-deepdiff
From: Adam Ciarcinski
Date: 2021-07-09 21:07:45
Message id: 20210709190745.CA477FA95@cvs.NetBSD.org

Log Message:
py-deepdiff: updated to 5.5.0

v5-5-0: adding iterable_compare_func for DeepDiff, adding output_format of list \ 
for path() in tree view.
v5-4-0: adding strict_checking for numbers in DeepSearch.
v5-3-0: add support for regular expressions in DeepSearch.
v5-2-3: Retaining the order of multiple dictionary items added via Delta. Fixed \ 
the typo with yml files in deep cli. Fixing Grep RecursionError where using non \ 
UTF-8 character. Allowing kwargs to be passed to to_json method.
v5-2-2: Fixed Delta serialization when None type is present.
v5-2-0: Removed Murmur3 as the preferred hashing method. Using SHA256 by default \ 
now. Added commandline for deepdiff. Added group_by. Added math_epsilon. \ 
Improved ignoring of NoneType.

Files:
RevisionActionfile
1.9modifypkgsrc/textproc/py-deepdiff/Makefile
1.5modifypkgsrc/textproc/py-deepdiff/PLIST
1.9modifypkgsrc/textproc/py-deepdiff/distinfo
1.1addpkgsrc/textproc/py-deepdiff/ALTERNATIVES
1.1removepkgsrc/textproc/py-deepdiff/patches/patch-setup.py