summaryrefslogtreecommitdiff
path: root/textproc/py-deepdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05python: egg.mk: add USE_PKG_RESOURCES flagwiz1-2/+4
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-09py-deepdiff: updated to 5.5.0adam5-24/+19
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.
2020-08-27More cleanupjoerg1-0/+0
2020-08-27Fix Python 3.6 buildjoerg3-1/+15
2020-07-27py-deepdiff: updated to 5.0.2adam2-7/+7
v5-0-2: Bug Fix NoneType in ignore type groups https://github.com/seperman/deepdiff/issues/207
2020-07-21py-deepdiff: updated to 5.0.1adam3-11/+26
- v5-0-1: Bug fix to not apply format to non numbers. - v5-0-0: Introducing the Delta object, Improving Numpy support, Fixing tuples comparison when ignore_order=True, Dramatically improving the results when ignore_order=True by running in passes, Introducing pretty print view, deep_distance, purge, progress logging, cache and truncate_datetime. - v4-3-3: Adds support for datetime.time
2020-05-13py-deepdiff: updated to 4.3.2adam2-7/+11
v4-3-2: Deprecation Warning Enhancement v4-3-1: Fixing the issue with exclude_path and hash calculations when dictionaries were inside iterables. https://github.com/seperman/deepdiff/issues/174 v4-3-0: adding exclude_obj_callback v4-2-0: .json property is finally removed. Fix for Py3.10. Dropping support for EOL Python 3.4. Ignoring private keys when calculating hashes. For example init is not a part of hash calculation anymore. Fix for 166 Problem with comparing lists, with an boolean as element. v4-0-9: Fixing the bug for hashing custom unhashable objects v4-0-8: Adding ignore_nan_inequality for float('nan')
2019-07-13py-deepdiff: updated to 4.0.7adam2-7/+7
4.0.7: Hashing of the number 1 vs. True
2019-04-28py-deepdiff: updated to 4.0.6adam3-13/+23
v4.0.6: Found a tiny bug in Python formatting of numbers in scientific notation. Added a workaround. v4-0-5: Fixing number diffing. Adding number_format_notation and number_to_string_func. v4-0-4: Adding ignore_string_case and ignore_type_subclasses v4-0-3: Adding versionbump tool for release v4-0-2: Fixing installation issue where rst files are missing. v4-0-1: Fixing installation Tarball missing requirements.txt . DeepDiff v4+ should not show up as pip installable for Py2. Making Murmur3 installation optional. v4.0.0: Ending Python 2 support, Adding more functionalities and documentation for DeepHash. Switching to Pytest for testing. Switching to Murmur3 128bit for hashing. Fixing classes which inherit from classes with slots didn't have all of their slots compared. Renaming ContentHash to DeepHash. Adding exclude by path and regex path to DeepHash. Adding ignore_type_in_groups. Adding match_string to DeepSearch. Adding Timedelta object diffing.
2017-09-29py-deepdiff: update to 3.3.0adam4-13/+14
v3.3.0: Searching for objects and class attributes
2016-12-08whitespace.wiz1-5/+5
2016-11-30add py-deepdiff 2.5.1 - Deep Difference of dictionaries, iterables, stringsjdolecek4-0/+50
and other objects